Lines Matching defs:parg
45 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
47 void *parg);
48 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
50 void *parg);
129 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
135 if (parg == NULL)
138 ndef_aux = *(NDEF_SUPPORT **)parg;
161 void *parg)
165 if (parg == NULL)
168 ndef_aux = *(NDEF_SUPPORT **)parg;
182 void *parg)
184 NDEF_SUPPORT **pndef_aux = (NDEF_SUPPORT **)parg;
185 if (!ndef_prefix_free(b, pbuf, plen, parg))
192 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
200 if (parg == NULL)
203 ndef_aux = *(NDEF_SUPPORT **)parg;