Home | History | Annotate | Download | only in libtests

Lines Matching refs:cip

1141    chunk_insert *cip;
1143 cip = malloc(offsetof(chunk_insert,parameters) +
1146 if (cip == NULL)
1153 cip->next = NULL;
1154 cip->insert = insert;
1155 cip->nparams = nparams;
1157 cip->parameters[i] = list[i];
1159 return cip;