| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | splaytree.c | 63 splay_tree N, *l, *r, *y; in splaytree_splay() local 67 N.left = N.right = NULL; in splaytree_splay() 68 l = r = &N; in splaytree_splay() 114 for (y = N.right; y != NULL; y = y->right) { in splaytree_splay() 118 for (y = N.left; y != NULL; y = y->left) { in splaytree_splay() 125 t->left = N.right; in splaytree_splay() 126 t->right = N.left; in splaytree_splay()
|
| H A D | mod_redirect.c | 194 # define N 10 in mod_redirect_uri_handler() macro 195 int ovec[N * 3]; in mod_redirect_uri_handler() 202 …if ((n = pcre_exec(match, extra, p->match_buf->ptr, p->match_buf->used - 1, 0, 0, ovec, 3 * N)) < … in mod_redirect_uri_handler() 264 #undef N in mod_redirect_uri_handler()
|
| H A D | mod_rewrite.c | 371 # define N 10 in process_rewrite_rules() macro 372 int ovec[N * 3]; in process_rewrite_rules() 378 …if ((n = pcre_exec(match, NULL, p->match_buf->ptr, p->match_buf->used - 1, 0, 0, ovec, 3 * N)) < 0… in process_rewrite_rules() 443 #undef N in process_rewrite_rules()
|
| H A D | mod_trigger_b4_dl.c | 320 # define N 10 in URIHANDLER_FUNC() macro 321 int ovec[N * 3]; in URIHANDLER_FUNC() 361 …->conf.trigger_regex, NULL, con->uri.path->ptr, con->uri.path->used - 1, 0, 0, ovec, 3 * N)) < 0) { in URIHANDLER_FUNC() 412 …>conf.download_regex, NULL, con->uri.path->ptr, con->uri.path->used - 1, 0, 0, ovec, 3 * N)) < 0) { in URIHANDLER_FUNC()
|
| H A D | mod_dirlisting.c | 723 #define N 10 in http_list_directory() macro 724 int ovec[N * 3]; in http_list_directory() 728 strlen(dent->d_name), 0, 0, ovec, 3 * N)) < 0) { in http_list_directory()
|
| H A D | mod_ssi.c | 962 #define N 10 in mod_ssi_handle_request() macro 963 int ovec[N * 3]; in mod_ssi_handle_request() 1044 …for (i = 0; (n = pcre_exec(p->ssi_regex, NULL, s.start, s.size, i, 0, ovec, N * 3)) > 0; i = ovec[… in mod_ssi_handle_request()
|
| H A D | lemon.c | 450 #define acttab_yyaction(X,N) ((X)->aAction[N].action) argument 453 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead) argument
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_grammar.c | 789 # define YYSTACK_BYTES(N) \ argument 790 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ 1661 # define YYCASE_(N, S) \ in yysyntax_error() argument 1662 case N: \ in yysyntax_error() 1786 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) in yyparse() argument
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 2876 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
|