Lines Matching full:boundary
93 /* Boundary where content is inserted */
94 unsigned char **boundary;
135 sarg.boundary = NULL;
143 ndef_aux->boundary = sarg.boundary;
175 if (!*ndef_aux->boundary)
178 *plen = *ndef_aux->boundary - *pbuf;
229 sarg.boundary = ndef_aux->boundary;
240 if (!*ndef_aux->boundary)
242 *pbuf = *ndef_aux->boundary;
243 *plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf);