Home
last modified time | relevance | path

Searched defs:val (Results 76 – 100 of 127) sorted by relevance

123456

/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c568 char *var, **val; in cgi_php_import_environment_variables() local
1625 char *val; local
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c412 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 Dphp_cli.c1272 char *val; in WinMain() local
/PHP-5.4/sapi/caudium/
H A Dcaudium.c488 struct svalue *val; in low_sapi_caudium_register_variables() local
/PHP-5.4/sapi/roxen/
H A Droxen.c532 struct svalue *ind, *val; in php_roxen_hash_environment() local
/PHP-5.4/ext/standard/
H A Dcrypt_blowfish.c51 #define __set_errno(val) errno = (val) argument
H A Dftp_fopen_wrapper.c234 #define PHP_FTP_CNTRL_CHK(val, val_len, err_msg) { \ in php_ftp_fopen_connect() argument
/PHP-5.4/ext/gd/libgd/
H A Dgd_jpeg.c226 int val = im->tpixels[i][j]; in gdImageJpegCtx() local
/PHP-5.4/Zend/
H A Dzend_alloc.c565 # 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 Dzend_vm_execute.h2063 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 Dzend_execute.c117 #define AI_SET_PTR(t, val) do { \ argument
146 #define MAKE_REAL_ZVAL_PTR(val) \ argument
/PHP-5.4/ext/filter/
H A Dfilter.c405 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 Dtar.c65 static int phar_tar_octal(char *buf, php_uint32 val, int len) /* {{{ */ in phar_tar_octal()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.c392 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 Dregint.h255 #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 Dphp5isapi.c36 # define __except(val) argument
/PHP-5.4/main/
H A DSAPI.c980 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 Dcalendar.c299 zval *val; in PHP_FUNCTION() local
/PHP-5.4/ext/com_dotnet/
H A Dcom_wrapper.c581 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 Dphp_schema.c803 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 Dphp_sdl.c1191 #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 Dphp_http.c1093 char *name, *val; in make_http_soap_request() local
/PHP-5.4/ext/tidy/
H A Dtidy.c886 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 Dmod_php5.c264 char *val; in sapi_apache_register_server_variables() local
/PHP-5.4/ext/mysqli/
H A Dphp_mysqli_structs.h101 char *val; member

Completed in 333 milliseconds

123456