Home
last modified time | relevance | path

Searched defs:name (Results 26 – 50 of 271) sorted by last modified time

1234567891011

/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c506 static char *php_apache_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_getenv()
H A Dmod_php5.h44 char *name; member
H A Dphp_apache.c37 #define SECTION(name) PUTS("<H2 align=\"center\">" name "</H2>\n") argument
1581 char name[64]; in PHP_MINFO_FUNCTION() local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c539 static char *sapi_cgi_getenv(char *name, size_t name_len TSRMLS_DC) in sapi_cgi_getenv()
544 static char *sapi_fcgi_getenv(char *name, size_t name_len TSRMLS_DC) in sapi_fcgi_getenv()
559 static char *_sapi_cgi_putenv(char *name, int name_len, char *value) in _sapi_cgi_putenv()
1062 #define CGI_GETENV(name) \ argument
1067 #define CGI_PUTENV(name, value) \ argument
H A Dfastcgi.c1522 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len)
H A Dfastcgi.h40 #define FCGI_GETENV(request, name) \ argument
43 #define FCGI_PUTENV(request, name, value) \ argument
/PHP-5.5/sapi/apache/
H A Dmod_php5.c380 static char *php_apache_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_getenv()
H A Dphp_apache.c35 #define SECTION(name) PUTS("<h2>" name "</h2>\n") argument
168 char name[64]; in PHP_MINFO_FUNCTION() local
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value,… in real_value_hnd()
77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const ch… in php_apache_value_handler()
82 static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, co… in php_apache_admin_value_handler()
101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const cha… in php_apache_flag_handler()
106 static const char *php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, con… in php_apache_admin_flag_handler()
150 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config()
H A Dphp_functions.c91 #define ADD_LONG(name) \ argument
93 #define ADD_TIME(name) \ argument
95 #define ADD_STRING(name) \ argument
H A Dsapi_apache2.c214 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv()
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value,… in real_value_hnd()
77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const ch… in php_apache_value_handler()
82 static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, co… in php_apache_admin_value_handler()
101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const cha… in php_apache_flag_handler()
106 static const char *php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, con… in php_apache_admin_flag_handler()
172 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config()
H A Dphp_functions.c57 #define SECTION(name) PUTS("<h2>" name "</h2>\n") argument
111 #define ADD_LONG(name) \ argument
113 #define ADD_TIME(name) \ argument
115 #define ADD_STRING(name) \ argument
H A Dsapi_apache2.c253 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv()
/PHP-5.5/
H A Drun-tests.php911 function test_name($name)
/PHP-5.5/sapi/aolserver/
H A Daolserver.c39 #define SECTION(name) PUTS("<h2>" name "</h2>\n") argument
297 #define ADD_STRINGX(name, buf) \ argument
300 #define ADD_STRING(name) \ argument
/PHP-5.5/main/streams/
H A Dtransports.c52 PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int options, in _php_stream_xport_create()
197 const char *name, long namelen, in php_stream_xport_bind()
225 const char *name, long namelen, in php_stream_xport_connect()
H A Duserspace.c894 #define STAT_PROP_ENTRY_EX(name, name2) \ in statbuf_from_array() argument
901 #define STAT_PROP_ENTRY(name) STAT_PROP_ENTRY_EX(name,name) in statbuf_from_array() argument
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
143 char *name; member
/PHP-5.5/main/
H A Dphp_ini.c880 PHPAPI zval *cfg_get_entry(const char *name, uint name_length)
H A Dphp_output.h130 char *name; member
H A Dphp_variables.c444 zend_bool php_std_auto_global_callback(char *name, uint name_len TSRMLS_DC) in php_std_auto_global_callback()
633 static zend_bool php_auto_globals_create_get(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_get()
656 static zend_bool php_auto_globals_create_post(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_post()
683 static zend_bool php_auto_globals_create_cookie(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_cookie()
706 static zend_bool php_auto_globals_create_files(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_files()
742 static zend_bool php_auto_globals_create_server(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_server()
781 static zend_bool php_auto_globals_create_env(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_env()
803 static zend_bool php_auto_globals_create_request(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_request()
H A Drfc1867.h40 char *name; member
48 char *name; member
H A Dmain.c1223 char name[256]; in php_get_current_user() local
1381 static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *conte… in php_get_configuration_directive_for_zend()
H A Doutput.c470 PHPAPI int php_output_start_internal(const char *name, size_t name_len, php_output_handler_func_t o… in php_output_start_internal()
527 PHPAPI php_output_handler *php_output_handler_create_internal(const char *name, size_t name_len, ph… in php_output_handler_create_internal()
587 PHPAPI int php_output_handler_started(const char *name, size_t name_len TSRMLS_DC) in php_output_handler_started()
624 PHPAPI int php_output_handler_conflict_register(const char *name, size_t name_len, php_output_handl… in php_output_handler_conflict_register()
636 PHPAPI int php_output_handler_reverse_conflict_register(const char *name, size_t name_len, php_outp… in php_output_handler_reverse_conflict_register()
664 PHPAPI php_output_handler_alias_ctor_t *php_output_handler_alias(const char *name, size_t name_len … in php_output_handler_alias()
675 PHPAPI int php_output_handler_alias_register(const char *name, size_t name_len, php_output_handler_… in php_output_handler_alias_register()
877 static inline php_output_handler *php_output_handler_init(const char *name, size_t name_len, size_t… in php_output_handler_init()
1571 char *name, *value; in PHP_FUNCTION() local

Completed in 116 milliseconds

1234567891011