Home
last modified time | relevance | path

Searched refs:parse_arg (Results 1 – 8 of 8) sorted by relevance

/NextBSD/crypto/openssl/ssl/
HDt1_ext.c118 meth->parse_arg); in custom_ext_parse()
208 custom_ext_parse_cb parse_cb, void *parse_arg) in custom_ext_meth_add() argument
242 meth->parse_arg = parse_arg; in custom_ext_meth_add()
253 void *parse_arg) in SSL_CTX_add_client_custom_ext() argument
256 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_client_custom_ext()
264 void *parse_arg) in SSL_CTX_add_server_custom_ext() argument
267 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_server_custom_ext()
HDssl.h411 size_t inlen, int *al, void *parse_arg);
1393 void *parse_arg);
1400 void *parse_arg);
HDssl_locl.h571 void *parse_arg; member
/NextBSD/lib/libc/iconv/
HDcitrus_csmapper.c181 struct parse_arg { struct
187 parse_line(struct parse_arg *pa, struct _region *r) in parse_line() argument
216 find_dst(struct parse_arg *pasrc, const char *dst) in find_dst()
219 struct parse_arg padst; in find_dst()
249 struct parse_arg pa; in find_best_pivot_lookup()
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_custom_cli_ext.pod15 void *parse_arg);
21 void *parse_arg);
37 void *parse_arg);
105 The B<add_arg> and B<parse_arg> parameters can be set to arbitrary values
/NextBSD/tools/tools/shlib-compat/
HDshlib-compat.py891 def parse_arg(self, tag, args): member in DwarfdumpParser
922 args = self.parse_arg(tag, args)
/NextBSD/contrib/gcc/
HDChangeLog-20001158 * cppmacro.c (struct cpp_macro, parse_arg, replace_args,
2095 (parse_arg): Add PREV_WHITE if a token appears after new lines.
3748 * cppmacro.c (parse_arg, expand_arg): Call cpp_get_token not
4105 (parse_arg): Empty arguments are now empty, not CPP_PLACEMARKERs.
4384 * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
15014 get_raw_token, parse_arg, parse_args, save_token,
HDChangeLog-20019946 * cppmacro.c (collect_args): New. Combines the old parse_arg
10100 replace_args, quote_string, stringify_arg, parse_arg, next_context,
11169 (parse_arg): Handle directives in arguments here. Back up when
15098 (parse_arg): Use logical lines.