Lines Matching full:parg
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)
161 if (!parg)
164 ndef_aux = *(NDEF_SUPPORT **)parg;
180 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
184 if (!parg)
187 ndef_aux = *(NDEF_SUPPORT **)parg;
198 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
200 NDEF_SUPPORT **pndef_aux = (NDEF_SUPPORT **)parg;
201 if (!ndef_prefix_free(b, pbuf, plen, parg))
208 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
216 if (!parg)
219 ndef_aux = *(NDEF_SUPPORT **)parg;