Lines Matching +defs:p +defs:value
51 unsigned char *p; in ASN1_mbstring_ncopy() local
209 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string()
213 unsigned long value; in traverse_string() local
249 static int in_utf8(unsigned long value, void *arg) in in_utf8()
262 static int out_utf8(unsigned long value, void *arg) in out_utf8()
279 static int type_str(unsigned long value, void *arg) in type_str()
305 static int cpy_asc(unsigned long value, void *arg) in cpy_asc()
307 unsigned char **p, *q; in cpy_asc() local
317 static int cpy_bmp(unsigned long value, void *arg) in cpy_bmp()
319 unsigned char **p, *q; in cpy_bmp() local
330 static int cpy_univ(unsigned long value, void *arg) in cpy_univ()
332 unsigned char **p, *q; in cpy_univ() local
345 static int cpy_utf8(unsigned long value, void *arg) in cpy_utf8()
347 unsigned char **p; in cpy_utf8() local