Home
last modified time | relevance | path

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

/PHP-8.1/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()
308 uint32_t tag, tlen; in der_cmp() local
376 printtag(uint32_t tag, const void *q, uint32_t len) in printtag()
409 uint32_t tag = gettag(p, &x, ep - p + x); in printdata() local
/PHP-8.1/ext/enchant/
H A Denchant.stub.php40 function enchant_broker_request_dict(EnchantBroker $broker, string $tag): EnchantDictionary|false {}
47 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {}
49 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {}
H A Denchant.c439 char *tag; in PHP_FUNCTION() local
532 char *tag; in PHP_FUNCTION() local
/PHP-8.1/Zend/
H A Dzend_weakrefs.c59 void *ptr, uintptr_t tag, zend_ulong obj_addr) in zend_weakref_unref_single()
72 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_unref() local
118 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_unregister() local
207 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_find() local
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.h38 smart_str tag; /* read only */ member
H A Dstring.c4616 zend_string *tag; local
4792 int php_tag_find(char *tag, size_t len, const char *set) {
/PHP-8.1/ext/xml/
H A Dxml.c612 static zend_string *_xml_decode_tag(xml_parser *parser, const char *tag) in _xml_decode_tag()
664 zval tag, atr; in _xml_startElementHandler() local
732 zval tag; in _xml_endElementHandler() local
819 zval tag; in _xml_characterDataHandler() local
/PHP-8.1/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-8.1/ext/exif/
H A Dexif.c1799 WORD tag; member
1945 int tag; member
2200 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value()
2343 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag()
2786 zend_long tag; in PHP_FUNCTION() local
3139 static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char … in exif_process_unicode()
3279 unsigned int tag, format, components; in exif_process_IFD_TAG_impl() local
3619 …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.1/ext/openssl/
H A Dopenssl.stub.php237 …ring $cipher_algo, string $passphrase, int $options = 0, string $iv = "", &$tag = null, string $aa…
239 … $cipher_algo, string $passphrase, int $options = 0, string $iv = "", ?string $tag = null, string …
H A Dopenssl.c7400 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init()
7517 zval *tag, zend_long tag_len, in php_openssl_encrypt()
7609 zval *tag = NULL; in PHP_FUNCTION() local
7630 const char *tag, zend_long tag_len, in php_openssl_decrypt()
7707 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
/PHP-8.1/ext/ffi/
H A Dffi.c2313 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_dtor() local
2321 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_persistent_dtor() local
3090 static int zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags()
3145 zend_ffi_tag *tag; in zend_ffi_cleanup_type() local
3184 zend_ffi_tag *tag; in zend_ffi_load() local
3535 zend_ffi_tag *tag; in zend_ffi_validate_incomplete_type() local
3648 zend_ffi_tag *tag; in zend_ffi_tags_cleanup() local
6579 zend_ffi_tag *tag; local
6623 zend_ffi_tag *tag = pemalloc(sizeof(zend_ffi_tag), FFI_G(persistent)); local
/PHP-8.1/ext/sodium/
H A Dlibsodium.stub.php158 …305_push(string &$state, string $message, string $additional_data = "", int $tag = SODIUM_CRYPTO_S…
H A Dlibsodium.c3344 zend_long tag = crypto_secretstream_xchacha20poly1305_TAG_MESSAGE; in PHP_FUNCTION() local
3440 unsigned char tag; in PHP_FUNCTION() local
/PHP-8.1/ext/tidy/
H A Dtidy.c86 #define TIDY_TAG_CONST(tag) REGISTER_LONG_CONSTANT("TIDY_TAG_" #tag, TidyTag_##tag, CONST_CS | CONS… argument

Completed in 196 milliseconds