/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_main.c | 568 char *var, **val; in cgi_php_import_environment_variables() local 1625 char *val; local
|
/PHP-5.4/sapi/cli/ |
H A D | php_cli_server.c | 412 char **val; in append_essential_headers() local 561 char **val; in sapi_cli_server_read_cookies() local 1214 int val = 1; in php_network_listen_socket() local 1711 char **val; in php_cli_server_client_populate_request_info() local
|
H A D | php_cli.c | 1272 char *val; in WinMain() local
|
/PHP-5.4/sapi/caudium/ |
H A D | caudium.c | 488 struct svalue *val; in low_sapi_caudium_register_variables() local
|
/PHP-5.4/sapi/roxen/ |
H A D | roxen.c | 532 struct svalue *ind, *val; in php_roxen_hash_environment() local
|
/PHP-5.4/ext/standard/ |
H A D | crypt_blowfish.c | 51 #define __set_errno(val) errno = (val) argument
|
H A D | ftp_fopen_wrapper.c | 234 #define PHP_FTP_CNTRL_CHK(val, val_len, err_msg) { \ in php_ftp_fopen_connect() argument
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_jpeg.c | 226 int val = im->tpixels[i][j]; in gdImageJpegCtx() local
|
/PHP-5.4/Zend/ |
H A D | zend_alloc.c | 565 # define ZEND_MM_SET_MAGIC(block, val) do { \ argument 569 # define ZEND_MM_CHECK_MAGIC(block, val) do { \ argument 593 # define ZEND_MM_SET_MAGIC(block, val) argument 595 # define ZEND_MM_CHECK_MAGIC(block, val) argument
|
H A D | zend_vm_execute.h | 2063 zval *val; in ZEND_JMPZ_SPEC_CONST_HANDLER() local 2093 zval *val; in ZEND_JMPNZ_SPEC_CONST_HANDLER() local 2123 zval *val; in ZEND_JMPZNZ_SPEC_CONST_HANDLER() local 2157 zval *val; in ZEND_JMPZ_EX_SPEC_CONST_HANDLER() local 2188 zval *val; in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER() local 3915 zval *val; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local 6499 zval *val; in ZEND_JMPZ_SPEC_TMP_HANDLER() local 6529 zval *val; in ZEND_JMPNZ_SPEC_TMP_HANDLER() local 6559 zval *val; in ZEND_JMPZNZ_SPEC_TMP_HANDLER() local 6593 zval *val; in ZEND_JMPZ_EX_SPEC_TMP_HANDLER() local [all …]
|
H A D | zend_execute.c | 117 #define AI_SET_PTR(t, val) do { \ argument 146 #define MAKE_REAL_ZVAL_PTR(val) \ argument
|
/PHP-5.4/ext/filter/ |
H A D | filter.c | 405 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned … in php_sapi_filter()
|
/PHP-5.4/ext/phar/ |
H A D | tar.c | 65 static int phar_tar_octal(char *buf, php_uint32 val, int len) /* {{{ */ in phar_tar_octal()
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regparse.c | 392 int val; in strend_hash() local 1538 node_str_head_pad(StrNode* sn, int num, UChar val) in node_str_head_pad() 1557 unsigned int num, val; in onig_scan_unsigned_number() local 1586 unsigned int num, val; in scan_unsigned_hexadecimal_number() local 1614 unsigned int num, val; in scan_unsigned_octal_number() local 4730 int i, val; in type_cclass_hash() local
|
H A D | regint.h | 255 #define CHECK_NULL_RETURN_VAL(p,val) if (IS_NULL(p)) return (val) argument 677 #define PLATFORM_GET_INC(val,p,type) do{\ argument 684 #define PLATFORM_GET_INC(val,p,type) do{\ argument
|
/PHP-5.4/sapi/isapi/ |
H A D | php5isapi.c | 36 # define __except(val) argument
|
/PHP-5.4/main/ |
H A D | SAPI.c | 980 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter()
|
/PHP-5.4/ext/calendar/ |
H A D | calendar.c | 299 zval *val; in PHP_FUNCTION() local
|
/PHP-5.4/ext/com_dotnet/ |
H A D | com_wrapper.c | 581 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, in php_com_wrapper_export_as_sink()
|
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 803 static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr) in schema_restriction_var_int() 830 static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCharPtr *valptr) in schema_restriction_var_char()
|
H A D | php_sdl.c | 1191 #define WSDL_CACHE_PUT_INT(val,buf) smart_str_appendc(buf,val & 0xff); \ argument 1195 #define WSDL_CACHE_PUT_1(val,buf) smart_str_appendc(buf,val); argument 1196 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
|
H A D | php_http.c | 1093 char *name, *val; in make_http_soap_request() local
|
/PHP-5.4/ext/tidy/ |
H A D | tidy.c | 886 char *name, *val; in tidy_add_default_properties() local 944 char *val = (char *) tidyOptGetValue(ptdoc->doc, tidyOptGetId(opt)); in php_tidy_get_opt_val() local
|
/PHP-5.4/sapi/apache/ |
H A D | mod_php5.c | 264 char *val; in sapi_apache_register_server_variables() local
|
/PHP-5.4/ext/mysqli/ |
H A D | php_mysqli_structs.h | 101 char *val; member
|