Home
last modified time | relevance | path

Searched defs:name (Results 101 – 125 of 293) sorted by relevance

12345678910>>...12

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_eol.c36 int phpdbg_eol_global_update(char *name) in phpdbg_eol_global_update()
H A Dphpdbg_watch.c152 void phpdbg_print_watch_diff(phpdbg_watchtype type, zend_string *name, void *oldPtr, void *newPtr) { in phpdbg_print_watch_diff()
931 zend_string *name = NULL; local
957 zend_string *name = NULL; local
1228 static int phpdbg_watchpoint_parse_wrapper(char *name, size_t namelen, char *key, size_t keylen, Ha…
1267 static int phpdbg_watchpoint_parse_step(char *name, size_t namelen, char *key, size_t keylen, HashT…
H A Dphpdbg_webdata_transfer.c22 static int phpdbg_is_auto_global(char *name, int len) { in phpdbg_is_auto_global()
H A Dphpdbg_prompt.c103 phpdbg_param_t *name = NULL; in phpdbg_call_register() local
989 int phpdbg_output_ev_variable(char *name, size_t len, char *keyname, size_t keylen, HashTable *pare… in phpdbg_output_ev_variable()
1287 PHPDBG_API const char *phpdbg_load_module_or_extension(char **path, char **name) /* {{{ */ { in phpdbg_load_module_or_extension()
1432 char *name, *path; in PHPDBG_COMMAND() local
/PHP-7.3/ext/readline/
H A Dreadline.c546 zend_string *name = zend_get_callable_name(arg); in PHP_FUNCTION() local
594 zend_string *name = zend_get_callable_name(callback); in PHP_FUNCTION() local
/PHP-7.3/ext/standard/
H A Dinfo.c45 #define SECTION(name) if (!sapi_module.phpinfo_as_text) { \ argument
91 static void php_info_print_stream_hash(const char *name, HashTable *ht) /* {{{ */ in php_info_print_stream_hash()
189 static void php_print_gpcse_array(char *name, uint32_t name_length) in php_print_gpcse_array()
H A Dfilestat.c296 PHPAPI int php_get_gid_by_name(const char *name, gid_t *gid) in php_get_gid_by_name()
432 PHPAPI uid_t php_get_uid_by_name(const char *name, uid_t *uid) in php_get_uid_by_name()
996 #define FileFunction(name, funcnum) \ argument
/PHP-7.3/ext/soap/
H A Dphp_sdl.h83 char *name; member
96 char *name; member
200 char *name; member
222 char *name; member
244 char *name; member
H A Dsoap.c795 char *name; in PHP_METHOD() local
819 char *name, *ns; in PHP_METHOD() local
861 …char *fault_string = NULL, *fault_code = NULL, *fault_actor = NULL, *name = NULL, *fault_code_ns =… in PHP_METHOD() local
965 char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local
1015 zend_string *name; in soap_create_typemap() local
1356 zval *name; in PHP_METHOD() local
1977 char *code, *string, *actor=NULL, *name=NULL; local
2084 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name) /* …
3083 char *name; local
4291 zval *name, *ns, *tmp; local
[all …]
H A Dphp_http.c166 char *name; in http_connect() local
992 smart_str name = {0}; in make_http_soap_request() local
1188 char *name, *val; in make_http_soap_request() local
/PHP-7.3/Zend/
H A Dzend_object_handlers.c618 zend_string *name, *tmp_name; in zend_std_read_property() local
749 zend_string *name, *tmp_name; in zend_std_write_property() local
927 zend_string *name, *tmp_name; in zend_std_get_property_ptr_ptr() local
991 zend_string *name, *tmp_name; in zend_std_unset_property() local
1594 zend_string *name, *tmp_name; in zend_std_has_property() local
H A Dzend_inheritance.c771 static void do_inherit_class_constant(zend_string *name, zend_class_constant *parent_const, zend_cl… in do_inherit_class_constant()
1003 …Table *child_constants_table, zend_class_constant *parent_constant, zend_string *name, const zend_… in do_inherit_constant_check()
1019 static void do_inherit_iface_constant(zend_string *name, zend_class_constant *c, zend_class_entry *… in do_inherit_iface_constant()
1178 static void zend_add_trait_method(zend_class_entry *ce, const char *name, zend_string *key, zend_fu… in zend_add_trait_method()
/PHP-7.3/ext/dom/
H A Ddocument.c701 char *name, *value = NULL; in PHP_FUNCTION() local
849 char *name, *value = NULL; in PHP_FUNCTION() local
885 char *name; in PHP_FUNCTION() local
920 char *name; in PHP_FUNCTION() local
952 char *name; in PHP_FUNCTION() local
1035 char *uri, *name, *value = NULL; in PHP_FUNCTION() local
1099 char *uri, *name; in PHP_FUNCTION() local
1163 char *uri, *name; in PHP_FUNCTION() local
H A Dprocessinginstruction.c54 char *name, *value = NULL; in PHP_METHOD() local
H A Dattr.c60 char *name, *value = NULL; in PHP_METHOD() local
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c63 …(php_sxe_object *sxe, xmlNodePtr node, zval *value, SXE_ITER itertype, char *name, const xmlChar *… in _node_as_zval()
112 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
163 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name) /* … in sxe_find_element_by_name()
178 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char **name, SXE_IT… in sxe_get_element_by_name()
234 char *name; in sxe_prop_dim_read() local
673 char *name; in sxe_property_get_adr() local
989 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add()
1109 char *name; in sxe_get_prop_hash() local
/PHP-7.3/scripts/dev/
H A Dcheck_parameters.php189 function check_function($name, $txt, $offset)
/PHP-7.3/ext/zip/lib/
H A Dzip_utf-8.c120 const zip_uint8_t *name; in _zip_guess_encoding() local
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c538 static char *cgi_getenv_win32(const char *name, size_t name_len) in cgi_getenv_win32()
570 static char *sapi_cgi_getenv(char *name, size_t name_len) in sapi_cgi_getenv()
579 static char *sapi_fcgi_getenv(char *name, size_t name_len) in sapi_fcgi_getenv()
606 static char *_sapi_cgi_putenv(char *name, size_t name_len, char *value) in _sapi_cgi_putenv()
1104 #define CGI_GETENV(name) \ argument
1109 #define CGI_PUTENV(name, value) \ argument
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_plugin.c155 PHPAPI void * mysqlnd_plugin_find(const char * const name) in mysqlnd_plugin_find()
/PHP-7.3/ext/dba/libinifile/
H A Dinifile.h24 char *name; member
/PHP-7.3/ext/dba/
H A Dphp_dba.h37 char *name; member
76 char *name; /* handler name */ member
/PHP-7.3/ext/fileinfo/libmagic/
H A Dtar.h54 char name[NAMSIZ]; member
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c633 UChar* name; member
905 name_find(regex_t* reg, UChar* name, UChar* name_end) in name_find()
1069 onig_name_to_group_numbers(regex_t* reg, const UChar* name, in onig_name_to_group_numbers()
1119 onig_name_to_backref_number(regex_t* reg, const UChar* name, in onig_name_to_backref_number()
1248 UChar* name; member
1305 const UChar* name, const UChar* name_end) in callout_name_find()
1370 callout_name_find(UChar* name, UChar* name_end) in callout_name_find()
1524 UChar* name, UChar* name_end, int in, in onig_set_callout_of_name()
4103 UChar* name; member
5582 UChar* name; in fetch_token() local
[all …]
/PHP-7.3/ext/gd/libgd/
H A Dgd_xbm.c182 char *name, *f; in gdImageXbmCtx() local

Completed in 165 milliseconds

12345678910>>...12