Searched refs:index (Results 1 - 25 of 26) sorted by relevance

12

/httpd/modules/lua/
H A Dlua_apr.h33 req_table_t *ap_lua_check_apr_table(lua_State *L, int index);
H A Dlua_apr.c22 req_table_t *ap_lua_check_apr_table(lua_State *L, int index) argument
25 luaL_checkudata(L, index, "Apr.Table");
26 t = lua_unboxpointer(L, index);
H A Dlua_config.c23 static ap_lua_dir_cfg *check_dir_config(lua_State *L, int index) argument
26 luaL_checkudata(L, index, "Apache2.DirConfig");
27 cfg = (ap_lua_dir_cfg *) lua_unboxpointer(L, index);
31 static cmd_parms *check_cmd_parms(lua_State *L, int index) argument
34 luaL_checkudata(L, index, "Apache2.CommandParameters");
35 cmd = (cmd_parms *) lua_unboxpointer(L, index);
H A Dlua_dbd.c29 static request_rec *ap_lua_check_request_rec(lua_State *L, int index) argument
32 luaL_checkudata(L, index, "Apache2.Request");
33 r = lua_unboxpointer(L, index);
665 and a userdata at index 0, which will call lua_dbgc when garbage collected.
H A Dlua_request.c113 * Verify that the thing at index is a request_rec wrapping
117 static request_rec *ap_lua_check_request_rec(lua_State *L, int index) argument
120 luaL_checkudata(L, index, "Apache2.Request");
121 r = (request_rec *) lua_unboxpointer(L, index);
/httpd/modules/proxy/examples/
H A Dmod_lbmethod_rr.c37 int index; member in struct:__anon274
56 /* The index of the candidate last chosen is stored in ctx->index */
68 "proxy: roundrobin index: %d (%d)",
69 ctx->index, (int)getpid());
76 if (i < ctx->index)
95 ctx->index += 1;
96 if (ctx->index >= balancer->workers->nelts) {
97 ctx->index = 0;
/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css102 #module-index div#quickview ul#toc,
112 #module-index div#quickview ul#toc li,
H A Dmanual.css410 /* index page layout table */
412 body#index-page div#page-content {
416 body[id]#index-page div#page-content {
642 #module-index div#quickview ul#toc,
657 #module-index div#quickview ul#toc,
664 #module-index div#quickview ul#toc li,
777 body#index-page div#page-content {
782 body#index-page div#page-content {
1004 #index-page form {
1008 #index
[all...]
H A Dmanual-print.css485 #module-index div#quickview ul#toc,
492 #module-index div#quickview ul#toc li,
698 #index-page form {
/httpd/build/
H A Dmake_exports.awk85 if (!index(symbol, "#")) {
/httpd/server/mpm/prefork/
H A Dprefork.c692 * descriptor, and advance our saved index to round-robin
969 int index; local
1180 for (index = 0; index < ap_daemons_limit; ++index) {
1181 if (ap_scoreboard_image->servers[index][0].status != SERVER_DEAD) {
1183 ap_mpm_safe_kill(MPM_CHILD_PID(index), AP_SIG_GRACEFUL);
1211 for (index = 0; index < ap_daemons_limit; ++index) {
[all...]
/httpd/modules/core/
H A Dmod_macro.c556 int index; /* current element */ member in struct:__anon96
588 if (ml->index >= ml->contents->nelts) {
598 ml->index++;
600 ml->length = ml->index >= ml->contents->nelts ?
601 0 : strlen(tab[ml->index]);
604 *ch = tab[ml->index][ml->char_index++];
651 /* move index at end of stream... */
652 ml->index = ml->contents->nelts;
671 ls->index = 0;
/httpd/modules/experimental/
H A Dmod_noloris.c96 int index = 0; local
129 n = totals + index++;
/httpd/server/mpm/motorz/
H A Dmotorz.c1189 int index; local
1389 for (index = 0; index < ap_daemons_limit; ++index) {
1390 if (ap_scoreboard_image->servers[index][0].status != SERVER_DEAD) {
1392 ap_mpm_safe_kill(MPM_CHILD_PID(index), AP_SIG_GRACEFUL);
1420 for (index = 0; index < ap_daemons_limit; ++index) {
1421 if (ap_mpm_safe_kill(MPM_CHILD_PID(index),
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_balancer.c815 unsigned int index; local
839 bshm = ap_proxy_find_balancershm(storage, conf->bslot, balancer, &index);
841 if ((rv = storage->fgrab(conf->bslot, index)) != APR_SUCCESS) {
847 if ((rv = storage->grab(conf->bslot, &index)) != APR_SUCCESS) {
851 if ((rv = storage->dptr(conf->bslot, index, (void *)&bshm)) != APR_SUCCESS) {
856 if ((rv = ap_proxy_share_balancer(balancer, bshm, index)) != APR_SUCCESS) {
887 shm = ap_proxy_find_workershm(storage, balancer->wslot, worker, &index);
889 if ((rv = storage->fgrab(balancer->wslot, index)) != APR_SUCCESS) {
895 if ((rv = storage->grab(balancer->wslot, &index)) != APR_SUCCESS) {
900 if ((rv = storage->dptr(balancer->wslot, index, (voi
1187 unsigned int index; local
[all...]
H A Dmod_proxy.h363 int index; /* shm array index */ member in struct:__anon284
435 int index; /* shm array index */ member in struct:__anon286
678 * @param i index into shm
750 * @param i index into shm
773 * @param index pointer to index within slotmem of worker
779 unsigned int *index);
786 * @param index pointe
[all...]
H A Dproxy_util.c1233 balancer->s->index = i;
1820 worker->s->index = i;
3150 int index; local
3176 for (index = 0; index < b->max_workers; index++) {
3179 if ((rv = storage->dptr(b->wslot, (unsigned int)index, (void *)&shm)) != APR_SUCCESS) {
3234 unsigned int *index)
3245 *index = i;
3255 unsigned int *index)
3231 ap_proxy_find_workershm(ap_slotmem_provider_t *storage, ap_slotmem_instance_t *slot, proxy_worker *worker, unsigned int *index) argument
3252 ap_proxy_find_balancershm(ap_slotmem_provider_t *storage, ap_slotmem_instance_t *slot, proxy_balancer *balancer, unsigned int *index) argument
[all...]
/httpd/include/
H A Dhttp_config.h521 * @param index The module_index of the module to get the loglevel for.
524 AP_DECLARE(int) ap_get_server_module_loglevel(const server_rec *s, int index);
529 * @param index The module_index of the module to get the loglevel for.
532 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int index);
539 * @param index The module_index of the module to get the loglevel for.
544 int index);
549 * @param index The module_index of the module to get the loglevel for.
552 AP_DECLARE(int) ap_get_request_module_loglevel(const request_rec *r, int index);
558 * @param index The module_index of the module to set the loglevel for.
562 int index, in
[all...]
/httpd/server/
H A Dmpm_common.c286 int index = 0;
290 groups[index++] = basegid;
292 while (index < NGROUPS_MAX && ((g = getgrent()) != NULL)) {
298 groups[index++] = g->gr_gid;
305 return setgroups(index, groups);
H A Dutil_expr_eval.c1381 int index = ((const char **)data - conn_var_names); local
1386 switch (index) {
1453 int index = ((const char **)data - request_var_names); local
1458 switch (index) {
1585 int index = (varname - req_header_var_names); local
1588 AP_DEBUG_ASSERT(index < 7);
1592 name = req_header_header_names[index];
1614 int index = ((const char **)data - misc_var_names); local
1617 switch (index) {
/httpd/modules/filters/
H A Dmod_include.c2819 * returns the index position of the first byte of start_seq (or the len of
2827 apr_size_t index; local
2837 index = bndm(intern->start_seq_pat, data, len);
2840 if (index < len) {
2842 return index;
2858 index = p - data;
2874 return index;
2881 p = data + index + 1;
3405 apr_size_t len, index, release; local
3507 index
[all...]
/httpd/server/mpm/worker/
H A Dworker.c822 * descriptor, and advance our saved index to round-robin
1905 int index; local
1940 for (index = 0; index < ap_daemons_limit; ++index) {
1941 if (ap_mpm_safe_kill(MPM_CHILD_PID(index), 0) == APR_SUCCESS) {
/httpd/test/
H A Dmake_sni.sh267 https://$FQDN/index.html"
278 echo We are $FQDN $INFO > ${DIR}/htdocs/$n/index.html || exit 1
/httpd/server/mpm/event/
H A Devent.c3163 int index; local
3197 for (index = 0; index < ap_daemons_limit; ++index) {
3198 if (ap_mpm_safe_kill(MPM_CHILD_PID(index), 0) == APR_SUCCESS) {
/httpd/support/
H A Dapxs.in97 my $pos = index($argumentative,$first);

Completed in 2074 milliseconds

12