Home | History | Annotate | Download | only in asn1

Lines Matching full:pbuf

96 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
97 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
98 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
99 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
155 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
169 *pbuf = p;
175 *plen = *ndef_aux->boundary - *pbuf;
180 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
193 *pbuf = NULL;
198 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
201 if (!ndef_prefix_free(b, pbuf, plen, parg))
208 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
234 *pbuf = p;
239 *pbuf = *ndef_aux->boundary;