Searched refs:get (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/lua/test/
H A Dtest.lua26 local b, c = http.get "/document_root.lua"
32 local b, c = http.get "/basic"
38 local b, c = http.get "/test_quietly"
59 assert(b:find("hello: 7"), "didn't get expected post data [" .. b .."]")
64 assert(b:find("hello: 7"), "didn't get expected post data [" .. b .."]")
65 assert(b:find("goodbye: 8"), "didn't get expected post data [" .. b .."]")
69 local b, c = http.get "/filter/simple"
74 local r, c = http.get "/test_attributes?yes=no"
85 local r, c = http.get "/test_regex"
91 local r, c = http.get "/test_rege
[all...]
H A Dhelpers.lua9 function get(uri) function
/httpd/include/
H A Dap_slotmem.h124 * get the memory ptr associated with this worker slot.
132 * get/read the data associated with this worker slot.
139 apr_status_t (* get)(ap_slotmem_instance_t *s, unsigned int item_id, unsigned char *dest, apr_size_t dest_len); member in struct:ap_slotmem_provider_t
158 * any which use get/release.
/httpd/
H A Dbuildconf209 ( VMMN=`build/get-version.sh mmn include/ap_mmn.h MODULE_MAGIC_NUMBER`
210 EPOCH=`build/get-version.sh epoch include/ap_release.h AP_SERVER`
211 REVISION=`build/get-version.sh all include/ap_release.h AP_SERVER`
/httpd/build/aix/
H A Dbuildaix.ksh104 echo $0: run make distclean to get a standard AIX configure
/httpd/modules/generators/
H A Dmod_info.c274 { /*XXX: should get something from apr_hooks.h instead */
275 void (*pFunc) (void); /* just to get the right size */
297 hook_get_t get; member in struct:__anon190
383 if (module_find_hook(modp, lookup->get)) {
668 dump_a_hook(r, startup_hooks[i].get);
679 dump_a_hook(r, request_hooks[i].get);
690 dump_a_hook(r, other_hooks[i].get);

Completed in 1020 milliseconds