Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 315) sorted by last modified time

12345678910>>...13

/php-src/ext/libxml/
H A Dlibxml.c140 static void php_libxml_unlink_entity(void *data, void *table, const xmlChar *name) in php_libxml_unlink_entity()
/php-src/ext/simplexml/
H A Dsimplexml.c89 static inline int match_ns(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name, int prefix) /* {{{ … in match_ns()
138 static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodePtr node, xmlChar *name) /* … in sxe_find_element_by_name()
151 static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePtr node, char *name, SXE_ITE… in sxe_get_element_by_name()
192 char *name; in sxe_prop_dim_read() local
329 static zval *sxe_property_read(zend_object *object, zend_string *name, int type, void **cache_slot,… in sxe_property_read()
595 static zval *sxe_property_write(zend_object *object, zend_string *name, zval *value, void **cache_s… in sxe_property_write()
616 char *name; in sxe_property_get_adr() local
755 static int sxe_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in sxe_property_exists()
883 static void sxe_property_delete(zend_object *object, zend_string *name, void **cache_slot) in sxe_property_delete()
942 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add()
[all …]
/php-src/ext/dom/
H A Dphp_dom.c317 static void dom_register_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, c… in dom_register_prop_handler()
324 static void dom_overwrite_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, … in dom_overwrite_prop_handler()
329 #define DOM_REGISTER_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
334 #define DOM_OVERWRITE_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
339 static zval *dom_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **cach… in dom_get_property_ptr_ptr()
351 zval *dom_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *… in dom_read_property()
376 zval *dom_write_property(zend_object *object, zend_string *name, zval *value, void **cache_slot) in dom_write_property()
409 static int dom_property_exists(zend_object *object, zend_string *name, int check_empty, void **cach… in dom_property_exists()
2571 xmlAttrPtr php_dom_get_attribute_node(xmlNodePtr elem, const xmlChar *name, size_t name_len) in php_dom_get_attribute_node()
H A Dattr.c42 char *name, *value = NULL; in PHP_METHOD() local
H A Ddocument.c435 zend_string *name; in PHP_METHOD() local
465 zend_string *name; in PHP_METHOD() local
631 char *name, *value = NULL; in dom_document_create_processing_instruction() local
681 zend_string *name; in PHP_METHOD() local
723 char *name; in PHP_METHOD() local
853 zend_string *name = NULL, *uri; in PHP_METHOD() local
900 zend_string *name, *uri; in PHP_METHOD() local
950 zend_string *name, *uri; in PHP_METHOD() local
H A Ddom_properties.h153 #define DOM_PROP_NODE(type, name, obj) \ argument
H A Dentityreference.c40 char *name; in PHP_METHOD() local
H A Dnode.c36 zend_string *dom_node_concatenated_name_helper(size_t name_len, const char *name, size_t prefix_len… in dom_node_concatenated_name_helper()
H A Ddom_iterators.c36 static void itemHashScanner (void *payload, void *data, const xmlChar *name) /* {{{ */ in itemHashScanner()
53 xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID)… in create_notation()
/php-src/main/
H A DSAPI.c599 static void sapi_remove_header(zend_llist *l, char *name, size_t len) { in sapi_remove_header()
1022 SAPI_API char *sapi_getenv(const char *name, size_t name_len) in sapi_getenv()
H A Dfastcgi.c1727 void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * value, size_t value_len)
/php-src/ext/standard/
H A Darray.c113 #define DEFINE_SORT_VARIANTS(name) \ argument
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c248 #define JIT_STUB_ID(name, flags) \ argument
251 #define JIT_STUB_FORWARD(name, flags) \ argument
254 #define JIT_STUB(name, flags) \ argument
284 zend_string *name; member
335 const char *name; member
14066 zend_string *name; local
14335 zend_string *name; local
14730 zend_string *name; local
15878 char name[32]; local
16259 zend_string *name,
[all …]
/php-src/ext/ffi/
H A Dffi.c1511 const char *name = NULL; in zend_ffi_ctype_name() local
3033 zend_string *name; in ZEND_METHOD() local
3261 zend_string *name; in zend_ffi_load() local
4782 zend_string* name; in ZEND_METHOD() local
4808 zend_string *name; in ZEND_METHOD() local
4834 zend_string *name; in ZEND_METHOD() local
5605 const char *name; member
6781 #define ATTR_ID(name) attr_ ## name, argument
6782 #define ATTR_NAME(name) {sizeof(#name)-1, #name}, argument
6792 const char * const name; member
[all …]
/php-src/ext/xml/
H A Dxml.c103 XML_Char *name; member
479 static const xml_encoding *xml_get_encoding(const XML_Char *name) in xml_get_encoding()
549 static void _xml_add_to_info(xml_parser *parser, const char *name) in _xml_add_to_info()
586 void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) in _xml_startElementHandler()
677 void _xml_endElementHandler(void *userData, const XML_Char *name) in _xml_endElementHandler()
/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h44 const char *name; member
H A Dsqlite_driver.c215 static zend_string *pdo_sqlite_last_insert_id(pdo_dbh_t *dbh, const zend_string *name) in pdo_sqlite_last_insert_id()
/php-src/ext/curl/
H A Dinterface.c267 const char *name; in PHP_INI_END() member
926 const char *name; in PHP_FUNCTION() member
2012 const char *name = NULL; in _php_curl_setopt() local
/php-src/sapi/cgi/
H A Dcgi_main.c528 static char *cgi_getenv_win32(const char *name, size_t name_len) in cgi_getenv_win32()
560 static char *sapi_cgi_getenv(const char *name, size_t name_len) in sapi_cgi_getenv()
569 static char *sapi_fcgi_getenv(const char *name, size_t name_len) in sapi_fcgi_getenv()
596 static char *_sapi_cgi_putenv(char *name, size_t name_len, char *value) in _sapi_cgi_putenv()
1082 #define CGI_GETENV(name) \ argument
1087 #define CGI_PUTENV(name, value) \ argument
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c160 void phpdbg_print_watch_diff(phpdbg_watchtype type, zend_string *name, void *oldPtr, void *newPtr) { in phpdbg_print_watch_diff()
981 zend_string *name = NULL; local
1007 zend_string *name = NULL; local
1289 static int phpdbg_watchpoint_parse_wrapper(char *name, size_t namelen, char *key, size_t keylen, Ha…
1330 static int phpdbg_watchpoint_parse_step(char *name, size_t namelen, char *key, size_t keylen, HashT…
/php-src/ext/reflection/
H A Dphp_reflection.stub.php22 public string $name; variable in ReflectionFunctionAbstract
251 public string $name; variable in ReflectionClass
438 public string $name; variable in ReflectionProperty
517 public string $name; variable in ReflectionClassConstant
567 public string $name; variable in ReflectionParameter
679 public string $name; variable in ReflectionExtension
684 public function __construct(string $name) {}
725 public string $name; variable in ReflectionZendExtension
730 public function __construct(string $name) {}
769 public string $name; variable in ReflectionAttribute
[all …]
H A Dphp_reflection.c4229 zend_string *name; in ZEND_METHOD() local
4266 zend_string *name; in ZEND_METHOD() local
4626 zend_string *name; in ZEND_METHOD() local
4790 zend_string *name; in ZEND_METHOD() local
4845 zend_string *name; in ZEND_METHOD() local
4904 zend_string *name; in ZEND_METHOD() local
5560 zend_string *name; in ZEND_METHOD() local
6943 zend_string *name; in ZEND_METHOD() local
6963 zend_string *name; in ZEND_METHOD() local
6988 zend_string *name; in ZEND_METHOD() local
[all …]
/php-src/ext/zend_test/
H A Dtest.stub.php72 public function __call(string $name, array $args): mixed {}
/php-src/ext/filter/
H A Dfilter.c32 const char *name; member
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c389 zend_string *name; in zend_accel_load_script() local

Completed in 199 milliseconds

12345678910>>...13