Home
last modified time | relevance | path

Searched refs:N (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dsplaytree.c63 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 Dmod_redirect.c194 # 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 Dmod_rewrite.c371 # 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 Dmod_trigger_b4_dl.c320 # 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 Dmod_dirlisting.c723 #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 Dmod_ssi.c962 #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 Dlemon.c450 #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 Dsf_grammar.c789 # 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 Dlibtool.m42876 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,