Home
last modified time | relevance | path

Searched refs:hc (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch501 hc->maxpathinfo = hc->maxquery = hc->maxaccept =
759 hc, 200, ok200title, hc->encodings, "", hc->type, hc->sb.st_size,
769 - hc, 304, err304title, hc->encodings, "", hc->type, hc->sb.st_size,
797 - hc, 200, ok200title, hc->encodings, "", hc->type, hc->sb.st_size,
799 + hc, 200, ok200title, hc->encodings, extraheads, hc->type, hc->sb.st_size,
893 - hc->status, bytes, hc->referer, hc->useragent );
901 - hc->status, bytes, hc->referer, hc->useragent );
1646 - hc = c->hc;
1789 + httpd_conn *hc = c->hc;
1961 + httpd_conn *hc = c->hc;
[all …]
H A Dthttpd.c44 httpd_conn *hc; member
300 memcpy(buf + 1, TG(hc)->pathinfo, strlen(TG(hc)->pathinfo) + 1); in sapi_thttpd_register_variables()
494 httpd_conn *hc; member
536 #define HANDLE_STR(m) if (hc->m) free(hc->m)
549 ret = m->hc;
578 m->hc = nhc;
603 httpd_conn *hc; local
608 if (!hc) {
620 free(hc);
644 free(m->hc);
[all …]
H A Dphp_thttpd.h28 off_t thttpd_php_request(httpd_conn *hc, int show_source);
/PHP-5.5/ext/hash/tests/
H A Dmhash_002.phpt30 $hc = mhash_count() + 1;
33 for ($i=0; $i < $hc; $i++) {
/PHP-5.5/sapi/tux/
H A Dphp_tux.c222 snprintf(buf, BUF_SIZE, "/%s", TG(hc)->pathinfo); in sapi_tux_register_variables()
225 snprintf(buf, BUF_SIZE, "/%s", TG(hc)->origfilename); in sapi_tux_register_variables()
243 if (TG(hc)->contentlength != -1) { in sapi_tux_register_variables()
244 snprintf(buf, sizeof(buf), "%ld", (long) TG(hc)->contentlength); in sapi_tux_register_variables()
250 if (TG(hc)->authorization[0]) in sapi_tux_register_variables()
347 php_handle_auth_data(TG(hc)->authorization TSRMLS_CC); in tux_request_ctor()
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite20.phar8 …������������������test.txt���K��H������E��� ���s:2:"hi";<?php __HALT_COMPILER();3��+�%LsW�hc
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation23.phpt24 "%c", "%hc", "%lc",
H A Dsprintf_variation26.phpt22 "%c", "%hc", "%lc",
H A Dsprintf_variation22.phpt26 "%c", "%hc", "%lc",
H A Dsprintf_variation27.phpt18 "%c", "%hc", "%lc",
H A Dsprintf_variation24.phpt30 "%c", "%hc", "%lc",
H A Dsprintf_variation25.phpt36 "%c", "%hc", "%lc",
H A Dsprintf_variation21.phpt36 "%c", "%hc", "%lc",
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4024 pcre_uchar *hc; in adjust_recurse() local
4029 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4030 hc += LINK_SIZE) in adjust_recurse()
4032 offset = (int)GET(hc, 0); in adjust_recurse()
4039 if (hc >= cd->hwm) in adjust_recurse()
4050 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4051 hc += LINK_SIZE) in adjust_recurse()
4053 offset = (int)GET(hc, 0); in adjust_recurse()
4054 PUT(hc, 0, offset + adjust); in adjust_recurse()
6116 pcre_uchar *hc; in compile_branch() local
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation22.phpt35 "%hc", "%lc", "%Lc",
H A Dfscanf_variation25.phpt32 "%hc", "%lc", "%Lc",
H A Dfscanf_variation26.phpt27 "%hc", "%lc", "%Lc",
H A Dfscanf_variation21.phpt44 "%hc", "%lc", "%Lc",
H A Dfscanf_variation23.phpt40 "%hc", "%lc", "%Lc",
H A Dfscanf_variation24.phpt46 "%hc", "%lc", "%Lc",
H A Dfscanf_variation20.phpt46 "%hc", "%lc", "%Lc",

Completed in 77 milliseconds