/PHP-8.3/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-8.3/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-8.3/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 224 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_find() local 512 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakmap_get_object_key_entry_gc() local 547 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakmap_get_object_entry_gc() local
|
/PHP-8.3/ext/standard/ |
H A D | url_scanner_ex.h | 38 smart_str tag; /* read only */ member
|
H A D | string.c | 4540 zend_string *tag; local 4716 static bool php_tag_find(char *tag, size_t len, const char *set) {
|
/PHP-8.3/ext/xml/ |
H A D | xml.c | 572 static zend_string *_xml_decode_tag(xml_parser *parser, const XML_Char *tag) in _xml_decode_tag() 627 zval tag, atr; in _xml_startElementHandler() local 697 zval tag; in _xml_endElementHandler() local 784 zval tag; in _xml_characterDataHandler() local
|
/PHP-8.3/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-8.3/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() 2331 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag() 2774 zend_long tag; in PHP_FUNCTION() local 3127 static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char … in exif_process_unicode() 3267 unsigned int tag, format, components; in exif_process_IFD_TAG_impl() local 3607 …fo, char *dir_start, const exif_offset_info *info, size_t displacement, int section_index, int tag) in exif_process_IFD_in_JPEG()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 2375 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_dtor() local 2383 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_persistent_dtor() local 3174 static bool zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags() 3229 zend_ffi_tag *tag; in zend_ffi_cleanup_type() local 3268 zend_ffi_tag *tag; in zend_ffi_load() local 3634 zend_ffi_tag *tag; in zend_ffi_validate_incomplete_type() local 3747 zend_ffi_tag *tag; in zend_ffi_tags_cleanup() local 6683 zend_ffi_tag *tag; local 6727 zend_ffi_tag *tag = pemalloc(sizeof(zend_ffi_tag), FFI_G(persistent)); local
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 7516 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init() 7633 zval *tag, zend_long tag_len, in php_openssl_encrypt() 7725 zval *tag = NULL; in PHP_FUNCTION() local 7746 const char *tag, zend_long tag_len, in php_openssl_decrypt() 7823 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
|
/PHP-8.3/ext/sodium/ |
H A D | libsodium.c | 3180 zend_long tag = crypto_secretstream_xchacha20poly1305_TAG_MESSAGE; in PHP_FUNCTION() local 3276 unsigned char tag; in PHP_FUNCTION() local
|