Lines Matching defs:boundary
39 /* Boundary where content is inserted */
40 unsigned char **boundary;
93 sarg.boundary = NULL;
116 ndef_aux->boundary = sarg.boundary;
152 if (!*ndef_aux->boundary)
155 *plen = *ndef_aux->boundary - *pbuf;
210 sarg.boundary = ndef_aux->boundary;
225 if (!*ndef_aux->boundary)
227 *pbuf = *ndef_aux->boundary;
228 *plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf);