Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dder.c153 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 Denchant.stub.php60 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 Denchant.c440 char *tag; in PHP_FUNCTION() local
533 char *tag; in PHP_FUNCTION() local
/php-src/ext/dom/
H A Dserialize_common.h23 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 Dzend_weakrefs.c68 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
531 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakmap_get_object_key_entry_gc() local
566 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakmap_get_object_entry_gc() local
/php-src/ext/standard/
H A Durl_scanner_ex.h38 smart_str tag; /* read only */ member
H A Dstring.c4865 zend_string *tag; local
5041 static bool php_tag_find(char *tag, size_t len, const char *set) {
/php-src/ext/xml/
H A Dxml.c571 static zend_string *_xml_decode_tag(xml_parser *parser, const XML_Char *tag) in _xml_decode_tag()
628 zval tag, atr; in _xml_startElementHandler() local
698 zval tag; in _xml_endElementHandler() local
786 zval tag; in _xml_characterDataHandler() local
/php-src/ext/phar/
H A Dpharzip.h134 char tag[2]; member
139 char tag[2]; /* 0x756e Short tag for this extra block type ("nu") */ member
/php-src/ext/exif/
H A Dexif.c1787 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-src/ext/ffi/
H A Dffi.c2375 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
3169 static bool zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags()
3224 zend_ffi_tag *tag; in zend_ffi_cleanup_type() local
3263 zend_ffi_tag *tag; in zend_ffi_load() local
3625 zend_ffi_tag *tag; in zend_ffi_validate_incomplete_type() local
3738 zend_ffi_tag *tag; in zend_ffi_tags_cleanup() local
6674 zend_ffi_tag *tag; local
6718 zend_ffi_tag *tag = pemalloc(sizeof(zend_ffi_tag), FFI_G(persistent)); local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c141 const lxb_tag_data_t *tag; in lxb_dom_node_interface_copy() local
/php-src/ext/openssl/
H A Dopenssl.c7535 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init()
7652 zval *tag, zend_long tag_len, in php_openssl_encrypt()
7744 zval *tag = NULL; in PHP_FUNCTION() local
7765 const char *tag, zend_long tag_len, in php_openssl_decrypt()
7842 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
/php-src/ext/sodium/
H A Dlibsodium.c3429 zend_long tag = crypto_secretstream_xchacha20poly1305_TAG_MESSAGE; in PHP_FUNCTION() local
3525 unsigned char tag; in PHP_FUNCTION() local

Completed in 235 milliseconds