Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.h50 #define phpdbg_error(tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PH… argument
51 #define phpdbg_notice(tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PH… argument
52 #define phpdbg_writeln(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PH… argument
53 #define phpdbg_write(tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PH… argument
59 #define phpdbg_error_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_ERROR , out, tag, xmlf… argument
60 #define phpdbg_notice_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_NOTICE , out, tag, xmlf… argument
61 #define phpdbg_writeln_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITELN, out, tag, xmlf… argument
62 #define phpdbg_write_ex(out, tag, xmlfmt, strfmt, ...) phpdbg_print(P_WRITE , out, tag, xmlf… argument
H A Dphpdbg_out.c931 static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, con… in phpdbg_process_print()
1077 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *tag, const char *xmlfmt, const char *str… in phpdbg_vprint()
1146 PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const char *strfmt, ...) { in phpdbg_output_err_buf()
1167 PHPDBG_API int phpdbg_print(int type, int fd, const char *tag, const char *xmlfmt, const char *strf… in phpdbg_print()
H A Dphpdbg.h299 char *tag; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c143 uint32_t tag; in gettag() local
210 der_tag(char *buf, size_t len, uint32_t tag) in der_tag()
221 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
283 uint32_t tag, tlen; in der_cmp() local
342 printtag(uint32_t tag, const void *q, uint32_t len) in printtag()
373 uint32_t tag = gettag(p, &x, ep - p + x); in printdata() local
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.h40 smart_str tag; /* read only */ member
H A Dstring.c4889 zend_string *tag; local
5087 int php_tag_find(char *tag, size_t len, const char *set) {
/PHP-7.4/ext/xml/
H A Dxml.c718 static zend_string *_xml_decode_tag(xml_parser *parser, const char *tag) in _xml_decode_tag()
770 zval tag, atr; in _xml_startElementHandler() local
838 zval tag; in _xml_endElementHandler() local
925 zval tag; in _xml_characterDataHandler() local
/PHP-7.4/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-7.4/ext/enchant/
H A Denchant.c535 char *tag; in PHP_FUNCTION() local
645 char *tag; in PHP_FUNCTION() local
/PHP-7.4/ext/exif/
H A Dexif.c1827 WORD tag; member
1971 int tag; member
2145 static void exif_iif_add_value(image_info_type *image_info, int section_index, char *name, int tag,… in exif_iif_add_value()
2290 static void exif_iif_add_tag(image_info_type *image_info, int section_index, char *name, int tag, i… in exif_iif_add_tag()
2777 zend_long tag; in PHP_FUNCTION() local
3134 static int exif_process_unicode(image_info_type *ImageInfo, xp_field_type *xp_field, int tag, char … in exif_process_unicode()
3292 unsigned int tag, format, components; in exif_process_IFD_TAG_impl() local
3641 …r *dir_start, char *offset_base, size_t IFDlength, size_t displacement, int section_index, int tag) in exif_process_IFD_in_JPEG()
/PHP-7.4/ext/ffi/
H A Dffi.c2267 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_dtor() local
2275 zend_ffi_tag *tag = Z_PTR_P(zv); in zend_ffi_tag_hash_persistent_dtor() local
3049 static int zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags()
3104 zend_ffi_tag *tag; in zend_ffi_cleanup_type() local
3143 zend_ffi_tag *tag; in zend_ffi_load() local
3494 zend_ffi_tag *tag; in zend_ffi_validate_incomplete_type() local
3607 zend_ffi_tag *tag; in zend_ffi_tags_cleanup() local
6297 zend_ffi_tag *tag; local
6341 zend_ffi_tag *tag = pemalloc(sizeof(zend_ffi_tag), FFI_G(persistent)); local
/PHP-7.4/ext/openssl/
H A Dopenssl.c6598 char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init()
6709 …sword, size_t password_len, zend_long options, char *iv, size_t iv_len, zval *tag, zend_long tag_l… in php_openssl_encrypt()
6801 zval *tag = NULL; in PHP_FUNCTION() local
6816 …sword, size_t password_len, zend_long options, char *iv, size_t iv_len, char *tag, zend_long tag_l… in php_openssl_decrypt()
6893 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
/PHP-7.4/ext/tidy/
H A Dtidy.c113 #define TIDY_TAG_CONST(tag) REGISTER_LONG_CONSTANT("TIDY_TAG_" #tag, TidyTag_##tag, CONST_CS | CONS… argument
/PHP-7.4/ext/sodium/
H A Dlibsodium.c3574 zend_long tag = crypto_secretstream_xchacha20poly1305_TAG_MESSAGE; in PHP_FUNCTION() local
3674 unsigned char tag; in PHP_FUNCTION() local
/PHP-7.4/ext/ldap/
H A Dldap.c4071 ber_tag_t tag; in PHP_FUNCTION() local

Completed in 108 milliseconds