Lines Matching +defs:p +defs:value
50 unsigned char *p; in ASN1_mbstring_ncopy() local
207 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string()
211 unsigned long value; in traverse_string() local
247 static int in_utf8(unsigned long value, void *arg) in in_utf8()
257 static int out_utf8(unsigned long value, void *arg) in out_utf8()
270 static int type_str(unsigned long value, void *arg) in type_str()
294 static int cpy_asc(unsigned long value, void *arg) in cpy_asc()
296 unsigned char **p, *q; in cpy_asc() local
306 static int cpy_bmp(unsigned long value, void *arg) in cpy_bmp()
308 unsigned char **p, *q; in cpy_bmp() local
319 static int cpy_univ(unsigned long value, void *arg) in cpy_univ()
321 unsigned char **p, *q; in cpy_univ() local
334 static int cpy_utf8(unsigned long value, void *arg) in cpy_utf8()
336 unsigned char **p; in cpy_utf8() local