Searched refs:rcrecs (Results 1 – 1 of 1) sorted by relevance
47 xdlclass_t **rcrecs; member89 if (!(cf->rcrecs = (xdlclass_t **) xdl_malloc(cf->alloc * sizeof(xdlclass_t *)))) { in xdl_init_classifier()104 xdl_free(cf->rcrecs); in xdl_free_classifier()115 xdlclass_t **rcrecs; in xdl_classify_record() local133 if (!(rcrecs = (xdlclass_t **) xdl_realloc(cf->rcrecs, cf->alloc * sizeof(xdlclass_t *)))) { in xdl_classify_record()137 cf->rcrecs = rcrecs; in xdl_classify_record()139 cf->rcrecs[rcrec->idx] = rcrec; in xdl_classify_record()402 rcrec = cf->rcrecs[(*recs)->ha]; in xdl_cleanup_records()410 rcrec = cf->rcrecs[(*recs)->ha]; in xdl_cleanup_records()