Home
last modified time | relevance | path

Searched refs:jc_recd (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/argyllcms/Argyll_V1.9.2/jcnf/
H A Djcnf.h105 }; typedef struct _jc_recd jc_recd; typedef
115 jc_recd *recds;
H A Djcnf.c588 if ((p->recds = (jc_recd *)realloc(p->recds, p->arecd * sizeof(jc_recd))) == NULL) { in jcnf_yajl_start_map()
678 if ((p->recds = (jc_recd *)realloc(p->recds, p->arecd * sizeof(jc_recd))) == NULL) { in jcnf_yajl_start_array()
1179 if ((p->recds = (jc_recd *) calloc(p->arecd, sizeof(jc_recd))) == NULL) { in new_jcnf()