/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.h | 48 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… argument 49 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… argument 50 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… argument 51 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… argument 57 #define phpdbg_error_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , out, tag, xmlf… argument 58 #define phpdbg_notice_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , out, tag, xmlf… argument 59 #define phpdbg_writeln_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, out, tag, xmlf… argument 60 #define phpdbg_write_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , out, tag, xmlf… argument
|
H A D | phpdbg_out.c | 929 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print() 1075 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint() 1144 PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const char *strfmt, ...) { in phpdbg_output_err_buf() 1165 PHPDBG_API int phpdbg_print(int type, int fd, const char *tag, const char *xmlfmt, const char *strf… in phpdbg_print()
|
H A D | phpdbg.h | 297 char *tag; member
|
/PHP-8.0/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() 309 uint32_t tag, tlen; in der_cmp() local 377 printtag(uint32_t tag, const void *q, uint32_t len) in printtag() 410 uint32_t tag = gettag(p, &x, ep - p + x); in printdata() local
|
/PHP-8.0/ext/enchant/ |
H A D | enchant.stub.php | 28 function enchant_broker_request_dict(EnchantBroker $broker, string $tag): EnchantDictionary|false {} 35 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {} 37 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {}
|
H A D | enchant.c | 450 char *tag; in PHP_FUNCTION() local 543 char *tag; in PHP_FUNCTION() local
|
/PHP-8.0/Zend/ |
H A D | zend_weakrefs.c | 59 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.0/ext/standard/ |
H A D | url_scanner_ex.h | 38 smart_str tag; /* read only */ member
|
H A D | string.c | 4549 zend_string *tag; local 4725 int php_tag_find(char *tag, size_t len, const char *set) {
|
/PHP-8.0/ext/xml/ |
H A D | xml.c | 613 static zend_string *_xml_decode_tag(xml_parser *parser, const char *tag) in _xml_decode_tag() 665 zval tag, atr; in _xml_startElementHandler() local 733 zval tag; in _xml_endElementHandler() local 820 zval tag; in _xml_characterDataHandler() local
|
/PHP-8.0/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.0/ext/exif/ |
H A D | exif.c | 1776 WORD tag; member 1922 int tag; member 2177 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value() 2317 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag() 2758 zend_long tag; in PHP_FUNCTION() local 3111 static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char … in exif_process_unicode() 3245 unsigned int tag, format, components; in exif_process_IFD_TAG_impl() local 3585 …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.0/ext/ffi/ |
H A D | ffi.c | 2300 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_dtor() local 2308 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_persistent_dtor() local 3069 static int zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags() 3124 zend_ffi_tag *tag; in zend_ffi_cleanup_type() local 3163 zend_ffi_tag *tag; in zend_ffi_load() local 3514 zend_ffi_tag *tag; in zend_ffi_validate_incomplete_type() local 3627 zend_ffi_tag *tag; in zend_ffi_tags_cleanup() local 6223 zend_ffi_tag *tag; local 6267 zend_ffi_tag *tag = pemalloc(sizeof(zend_ffi_tag), FFI_G(persistent)); local
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 201 …ring $cipher_algo, string $passphrase, int $options = 0, string $iv = "", &$tag = null, string $aa… 203 …g $cipher_algo, string $passphrase, int $options = 0, string $iv = "", string $tag = "", string $a…
|
H A D | openssl.c | 7083 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init() 7200 zval *tag, zend_long tag_len, in php_openssl_encrypt() 7292 zval *tag = NULL; in PHP_FUNCTION() local 7313 const char *tag, zend_long tag_len, in php_openssl_decrypt() 7390 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
|
/PHP-8.0/ext/sodium/ |
H A D | libsodium.stub.php | 120 …05_push(string &$state, string $message, string $additional_data = "", int $tag = SODIUM_CRYPTO_…
|
H A D | libsodium.c | 3157 zend_long tag = crypto_secretstream_xchacha20poly1305_TAG_MESSAGE; in PHP_FUNCTION() local 3253 unsigned char tag; in PHP_FUNCTION() local
|
/PHP-8.0/ext/tidy/ |
H A D | tidy.c | 103 #define TIDY_TAG_CONST(tag) REGISTER_LONG_CONSTANT("TIDY_TAG_" #tag, TidyTag_##tag, CONST_CS | CONS… argument
|