Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 131) sorted by last modified time

123456

/PHP-5.5/win32/
H A Dphp_stdint.h235 #define INT8_C(val) val##i8 argument
236 #define INT16_C(val) val##i16 argument
237 #define INT32_C(val) val##i32 argument
238 #define INT64_C(val) val##i64 argument
240 #define UINT8_C(val) val##ui8 argument
241 #define UINT16_C(val) val##ui16 argument
242 #define UINT32_C(val) val##ui32 argument
243 #define UINT64_C(val) val##ui64 argument
H A Dstrtoi64.c12 int64_t val; in _strtoi64() local
/PHP-5.5/sapi/roxen/
H A Droxen.c532 struct svalue *ind, *val; in php_roxen_hash_environment() local
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c36 # define __except(val) argument
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c256 int val = fcntl( fd, F_GETFL, 0 ); in lsapi_set_nblock() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c471 int val; in fpm_socket_get_listening_queue() local
H A Dfastcgi.c546 char *val; in fcgi_read_request() local
1085 char **val; local
1095 char* fcgi_putenv(fcgi_request *req, char* var, int var_len, char* val)
H A Dfpm_conf.c204 char *val = Z_STRVAL_P(value); in fpm_conf_set_boolean() local
244 char *val = Z_STRVAL_P(value); in fpm_conf_set_integer() local
279 char *val = Z_STRVAL_P(value); in fpm_conf_set_time() local
319 char *val = Z_STRVAL_P(value); in fpm_conf_set_log_level() local
344 char *val = Z_STRVAL_P(value); in fpm_conf_set_syslog_facility() local
494 char *val = Z_STRVAL_P(value); in fpm_conf_set_rlimit_core() local
523 char *val = Z_STRVAL_P(value); in fpm_conf_set_pm() local
H A Dfpm_main.c568 char *var, **val; in cgi_php_import_environment_variables() local
1640 char *val; local
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1284 char *val; in WinMain() local
H A Dphp_cli_server.c457 char **val; in append_essential_headers() local
687 char **val; in sapi_cli_server_read_cookies() local
1345 int val = 1; in php_network_listen_socket() local
1849 char **val; in php_cli_server_client_populate_request_info() local
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c393 char *val; in sapi_apache_register_server_variables() local
H A Dphp_apache.c1813 char *var = NULL, *val = NULL; in PHP_FUNCTION() local
/PHP-5.5/sapi/caudium/
H A Dcaudium.c488 struct svalue *val; in low_sapi_caudium_register_variables() local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c616 static void cgi_php_load_env_var(char *var, unsigned int var_len, char *val, unsigned int val_len, … in cgi_php_load_env_var()
1533 static void add_request_header(char *var, unsigned int var_len, char *val, unsigned int val_len, vo…
1593 char **env, *p, *q, *var, *val, *t = buf; local
1852 char *val; local
H A Dfastcgi.c159 char *val; member
258 …fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, char *val, unsigned int va… in fcgi_hash_set()
1484 char* fcgi_putenv(fcgi_request *req, char* var, int var_len, char* val)
1495 …r* fcgi_quick_putenv(fcgi_request *req, char* var, int var_len, unsigned int hash_value, char* val)
/PHP-5.5/sapi/apache/
H A Dmod_php5.c264 char *val; in sapi_apache_register_server_variables() local
H A Dphp_apache.c440 char *var = NULL, *val = NULL; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h64 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
H A Dphp_functions.c157 char *key, *val; in PHP_FUNCTION() local
177 char *key, *val; in PHP_FUNCTION() local
H A Dsapi_apache2.c98 char *val, *ptr; in php_apache_sapi_header_handler() local
229 char *key, *val; in php_apache_sapi_register_variables() local
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h58 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
H A Dphp_functions.c177 char *key, *val; in PHP_FUNCTION() local
201 char *key, *val; in PHP_FUNCTION() local
438 char *key, *val; in PHP_MINFO_FUNCTION() local
H A Dsapi_apache2.c95 char *val, *ptr; in php_apache_sapi_header_handler() local
272 char *key, *val; in php_apache_sapi_register_variables() local
/PHP-5.5/main/
H A Dphp_variables.c55 PHPAPI void php_register_variable_ex(char *var_name, zval *val, zval *track_vars_array TSRMLS_DC) in php_register_variable_ex()
233 char *var, *val, *e, *s, *p; in SAPI_POST_HANDLER_FUNC() local
281 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local

Completed in 104 milliseconds

123456