Home | History | Annotate | Download | only in asn1

Lines Matching refs:arg

65 		 int (*rfunc)(unsigned long value, void *in), void *arg);
66 static int in_utf8(unsigned long value, void *arg);
67 static int out_utf8(unsigned long value, void *arg);
68 static int type_str(unsigned long value, void *arg);
69 static int cpy_asc(unsigned long value, void *arg);
70 static int cpy_bmp(unsigned long value, void *arg);
71 static int cpy_univ(unsigned long value, void *arg);
72 static int cpy_utf8(unsigned long value, void *arg);
251 int (*rfunc)(unsigned long value, void *in), void *arg)
276 ret = rfunc(value, arg);
287 static int in_utf8(unsigned long value, void *arg)
290 nchar = arg;
297 static int out_utf8(unsigned long value, void *arg)
300 outlen = arg;
309 static int type_str(unsigned long value, void *arg)
312 types = *((unsigned long *)arg);
322 *((unsigned long *)arg) = types;
328 static int cpy_asc(unsigned long value, void *arg)
331 p = arg;
340 static int cpy_bmp(unsigned long value, void *arg)
343 p = arg;
353 static int cpy_univ(unsigned long value, void *arg)
356 p = arg;
368 static int cpy_utf8(unsigned long value, void *arg)
372 p = arg;