Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 25 of 209) sorted by last modified time

123456789

/PHP-5.5/win32/
H A Dphp5dll.dsp31 RSC=rc.exe
H A Dphp5dllts.dsp32 RSC=rc.exe
2661 SOURCE=.\php5dllts.rc
H A Dphp5ts.dsp31 RSC=rc.exe
184 SOURCE=.\php5ts.rc
H A Dphp5ts_cli.dsp31 RSC=rc.exe
168 SOURCE=.\php5ts_cli.rc
H A Dphp5.dsp30 RSC=rc.exe
/PHP-5.5/win32/build/
H A Dtemplate.dsp28 RSC=rc.exe
58 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
H A DMakefile28 MCFILE=$(BUILD_DIR)\wsyslog.rc
85 $(PHPDLL_RES): win32\build\template.rc
89 win32\build\template.rc
131 …_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.manif…
199 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
H A DMakefile.phpize22 …_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.dbg $…
/PHP-5.5/tests/classes/
H A Dinheritance_007.phpt11 $rc = new ReflectionClass('B');
12 var_dump($rc->getMethods());
H A Dautoload_016.phpt13 $rc = new ReflectionClass("stdClass");
16 $rc->getProperty("UndefC::p");
H A Dautoload_017.phpt13 $rc = new ReflectionClass("stdClass");
16 $rc->implementsInterface("UndefI");
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c475 if (!rc) { in sapi_nsapi_flush()
581 protocol_status(rc->sn, rc->rq, SG(sapi_headers).http_response_code, NULL); in sapi_nsapi_send_headers()
582 retval = protocol_start_response(rc->sn, rc->rq); in sapi_nsapi_send_headers()
597 netbuf *nbuf = rc->sn->inbuf; in sapi_nsapi_read_post()
721 value = http_uri2url_dynamic("", "", rc->sn, rc->rq); in sapi_nsapi_register_server_variables()
739 if (rc->path_info) { in sapi_nsapi_register_server_variables()
740 if (value = request_translate_uri(rc->path_info, rc->sn)) { in sapi_nsapi_register_server_variables()
761 if (rc->path_info) { in sapi_nsapi_register_server_variables()
772 if (rc->http_error) { in sapi_nsapi_register_server_variables()
782 if (rc) { in nsapi_log_message()
[all …]
H A Dphp5nsapi.dsp31 RSC=rc.exe
120 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/pi3web/
H A Dphp5pi3web.dsp31 RSC=rc.exe
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.dsp32 RSC=rc.exe
150 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp639 DWORD rc; in stress_main() local
697 rc = IsapiHttpExtensionProc(&ECB); in stress_main()
698 if (rc == HSE_STATUS_PENDING) { in stress_main()
730 DWORD rc; in GetServerVariable() local
736 rc = value.GetLength(); in GetServerVariable()
739 rc = value.GetLength(); in GetServerVariable()
742 rc = GetEnvironmentVariable(lpszVariableName, (char *)lpBuffer, *lpdwSize) ; in GetServerVariable()
744 if (!rc) { // return of 0 indicates the variable was not found in GetServerVariable()
749 if (rc > *lpdwSize) { in GetServerVariable()
754 *lpdwSize =rc + 1 ; // GetEnvironmentVariable does not count the NULL in GetServerVariable()
H A Dstresstest.dsp29 RSC=rc.exe
89 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c613 int rc; in init_lve_ex() local
625 rc = (*fp_lve_instance_init)(NULL); in init_lve_ex()
626 s_lve = malloc(rc); in init_lve_ex()
628 rc = (*fp_lve_instance_init)(s_lve); in init_lve_ex()
629 if (rc != 0) in init_lve_ex()
/PHP-5.5/sapi/embed/
H A Dphp5embed.dsp29 RSC=rc.exe
85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
/PHP-5.5/sapi/continuity/
H A Dcapi.c133 capi_request_context *rc; in sapi_capi_ub_write() local
192 httpFstart_response(rc->t); in sapi_capi_send_headers()
203 if (rc->read_post_bytes == -1) { in sapi_capi_read_post()
206 if (rc->read_post_bytes == 0) in sapi_capi_read_post()
216 rc->read_post_bytes = total_read; in sapi_capi_read_post()
241 value = lstFset_get(rc->t->vars, "uri"); in sapi_capi_register_server_variables()
248 value = lstFset_get(rc->t->vars, "ccode"); in sapi_capi_register_server_variables()
253 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables()
278 value = lstFset_get(rc->t->vars, "method"); in sapi_capi_register_server_variables()
283 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables()
[all …]
/PHP-5.5/sapi/cli/
H A Dphp_cli_process_title.c35 int rc; in PHP_FUNCTION() local
41 rc = set_ps_title(title); in PHP_FUNCTION()
42 if (rc == PS_TITLE_SUCCESS) { in PHP_FUNCTION()
46 …or_docref(NULL TSRMLS_CC, E_WARNING, "cli_set_process_title had an error: %s", ps_title_errno(rc)); in PHP_FUNCTION()
57 int rc; in PHP_FUNCTION() local
63 rc = get_ps_title(&length, &title); in PHP_FUNCTION()
64 if (rc != PS_TITLE_SUCCESS) { in PHP_FUNCTION()
65 …or_docref(NULL TSRMLS_CC, E_WARNING, "cli_get_process_title had an error: %s", ps_title_errno(rc)); in PHP_FUNCTION()
H A Dps_title.c296 const char* ps_title_errno(int rc) in ps_title_errno() argument
298 switch(rc) in ps_title_errno()
331 int rc = is_ps_title_available(); in set_ps_title() local
332 if (rc != PS_TITLE_SUCCESS) in set_ps_title()
333 return rc; in set_ps_title()
384 int rc = is_ps_title_available(); in get_ps_title() local
385 if (rc != PS_TITLE_SUCCESS) in get_ps_title()
386 return rc; in get_ps_title()
H A Dps_title.h36 extern const char* ps_title_errno(int rc);
/PHP-5.5/sapi/cli/tests/
H A D005.phpt15 var_dump(`"$php" -n --rc unknown`);
16 var_dump(`"$php" -n --rc stdclass`);
17 var_dump(`"$php" -n --rc exception`);
/PHP-5.5/sapi/apache_hooks/
H A Dphp5apache_hooks.dsp31 RSC=rc.exe
120 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

Completed in 69 milliseconds

123456789