/php-src/ext/fileinfo/libmagic/ |
H A D | der.c | 153 uint32_t tag; in gettag() local 227 der_tag(char *buf, size_t len, uint32_t tag) in der_tag() 238 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data() 310 uint32_t tag, tlen; in der_cmp() local 388 printtag(uint32_t tag, const void *q, uint32_t len) in printtag() 421 uint32_t tag = gettag(p, &x, ep - p + x); in printdata() local
|
/php-src/ext/enchant/ |
H A D | enchant.stub.php | 60 function enchant_broker_request_dict(EnchantBroker $broker, string $tag): EnchantDictionary|false {} 67 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {} 69 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {}
|
H A D | enchant.c | 440 char *tag; in PHP_FUNCTION() local 533 char *tag; in PHP_FUNCTION() local
|
/php-src/ext/dom/ |
H A D | serialize_common.h | 24 static zend_always_inline bool dom_local_name_compare_ex(const xmlNode *node, const char *tag, size… in dom_local_name_compare_ex()
|
/php-src/Zend/ |
H A D | zend_weakrefs.c | 68 void *ptr, uintptr_t tag, zend_object *object) in zend_weakref_unref_single() 83 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_unref() local 129 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_unregister() local 231 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_find() local 539 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakmap_get_object_key_entry_gc() local 574 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakmap_get_object_entry_gc() local
|
/php-src/ext/standard/ |
H A D | url_scanner_ex.h | 38 smart_str tag; /* read only */ member
|
H A D | string.c | 4833 zend_string *tag; local 5009 static bool php_tag_find(char *tag, size_t len, const char *set) {
|
/php-src/ext/xml/ |
H A D | xml.c | 574 static zend_string *xml_decode_tag(xml_parser *parser, const XML_Char *tag) in xml_decode_tag() 631 zval tag, atr; in xml_startElementHandler() local 701 zval tag; in xml_endElementHandler() local 789 zval tag; in xml_characterDataHandler() local
|
/php-src/ext/phar/ |
H A D | pharzip.h | 134 char tag[2]; member 139 char tag[2]; /* 0x756e Short tag for this extra block type ("nu") */ member
|
/php-src/ext/exif/ |
H A D | exif.c | 1787 WORD tag; member 1933 int tag; member 2188 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value() 2327 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag() 2770 zend_long tag; in PHP_FUNCTION() local 3123 static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char … in exif_process_unicode() 3263 unsigned int tag, format, components; in exif_process_IFD_TAG_impl() local 3603 …fo, char *dir_start, const exif_offset_info *info, size_t displacement, int section_index, int tag) in exif_process_IFD_in_JPEG()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 2376 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_dtor() local 2384 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_persistent_dtor() local 3211 static bool zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags() 3266 zend_ffi_tag *tag; in zend_ffi_cleanup_type() local 3305 zend_ffi_tag *tag; in zend_ffi_load() local 3671 zend_ffi_tag *tag; in zend_ffi_validate_incomplete_type() local 3784 zend_ffi_tag *tag; in zend_ffi_tags_cleanup() local 6725 zend_ffi_tag *tag; local 6769 zend_ffi_tag *tag = pemalloc(sizeof(zend_ffi_tag), FFI_G(persistent)); local
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | node.c | 141 const lxb_tag_data_t *tag; in lxb_dom_node_interface_copy() local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 7743 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ 7860 zval *tag, zend_long tag_len, 7952 zval *tag = NULL; local 7973 const char *tag, zend_long tag_len, 8050 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; local
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 3435 zend_long tag = crypto_secretstream_xchacha20poly1305_TAG_MESSAGE; in PHP_FUNCTION() local 3531 unsigned char tag; in PHP_FUNCTION() local
|