Home | History | Annotate | Download | only in libtests

Lines Matching defs:cip

1463    chunk_insert *cip;
1465 cip = malloc(offsetof(chunk_insert,parameters) +
1468 if (cip == NULL)
1475 cip->next = NULL;
1476 cip->insert = insert;
1477 cip->nparams = nparams;
1479 cip->parameters[i] = list[i];
1481 return cip;