Lines Matching refs:pbuf
45 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
46 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen,
48 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
49 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen,
129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
149 *pbuf = p;
155 *plen = *ndef_aux->boundary - *pbuf;
160 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen,
176 *pbuf = NULL;
181 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen,
185 if (!ndef_prefix_free(b, pbuf, plen, parg))
192 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
224 *pbuf = p;
229 *pbuf = *ndef_aux->boundary;