Searched defs:dispatch (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c428 static apr_status_t dispatch(proxy_conn_rec *conn, proxy_dir_conf *conf, function
833 rv = dispatch(conn, conf, r, temp_pool, request_id,
/httpd/modules/lua/
H A Dlua_request.c532 /* BEGIN dispatch mathods for request_rec fields */
1815 /* END dispatch methods for request_rec fields */
1819 apr_hash_t *dispatch; local
1825 lua_getfield(L, LUA_REGISTRYINDEX, "Apache2.Request.dispatch");
1826 dispatch = lua_touserdata(L, 1);
1829 rft = apr_hash_get(dispatch, name, APR_HASH_KEY_STRING);
2707 apr_hash_t *dispatch = apr_hash_make(p); local
2709 apr_hash_set(dispatch, "puts", APR_HASH_KEY_STRING,
2711 apr_hash_set(dispatch, "write", APR_HASH_KEY_STRING,
2713 apr_hash_set(dispatch, "document_roo
[all...]

Completed in 2176 milliseconds