/php-src/ext/mysqlnd/ |
H A D | mysqlnd_read_buffer.c | 26 mysqlnd_read_buffer_is_empty(const MYSQLND_READ_BUFFER * const buffer) in mysqlnd_read_buffer_is_empty() 35 mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, const size_t count, zend_uchar * dest) in mysqlnd_read_buffer_read() 48 mysqlnd_read_buffer_bytes_left(const MYSQLND_READ_BUFFER * const buffer) in mysqlnd_read_buffer_bytes_left() 57 mysqlnd_read_buffer_free(MYSQLND_READ_BUFFER ** buffer) in mysqlnd_read_buffer_free()
|
H A D | php_mysqlnd.c | 49 smart_str * buffer = (smart_str *) buf; in mysqlnd_minfo_dump_loaded_plugins() local 64 mysqlnd_minfo_dump_api_plugins(smart_str * buffer) in mysqlnd_minfo_dump_api_plugins()
|
/php-src/ext/hash/ |
H A D | php_hash_ripemd.h | 24 unsigned char buffer[64]; /* input buffer */ member 31 unsigned char buffer[64]; /* input buffer */ member 38 unsigned char buffer[64]; /* input buffer */ member 45 unsigned char buffer[64]; /* input buffer */ member
|
H A D | php_hash_sha.h | 27 unsigned char buffer[64]; /* input buffer */ member 40 unsigned char buffer[64]; /* input buffer */ member 76 unsigned char buffer[128]; /* input buffer */ member 89 unsigned char buffer[128]; /* input buffer */ member
|
H A D | hash_whirlpool.c | 44 unsigned char *buffer = context->buffer.data; in WhirlpoolTransform() local 278 unsigned char *buffer = context->buffer.data; in PHP_WHIRLPOOLUpdate() local 376 unsigned char *buffer = context->buffer.data; in PHP_WHIRLPOOLFinal() local
|
H A D | php_hash_md.h | 27 unsigned char buffer[64]; member 40 unsigned char buffer[16]; member
|
H A D | php_hash_snefru.h | 29 unsigned char buffer[32]; member
|
H A D | php_hash_tiger.h | 24 unsigned char buffer[64]; member
|
H A D | php_hash_gost.h | 25 unsigned char buffer[32]; member
|
H A D | php_hash_whirlpool.h | 28 } buffer; member
|
/php-src/ext/standard/ |
H A D | formatted_print.c | 49 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar() 56 ZSTR_VAL(*buffer)[(*pos)++] = add; in php_sprintf_appendchar() local 81 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring() 116 ZSTR_VAL(*buffer)[(*pos)++] = (neg) ? '-' : '+'; in php_sprintf_appendstring() local 122 ZSTR_VAL(*buffer)[(*pos)++] = padding; in php_sprintf_appendstring() local 130 ZSTR_VAL(*buffer)[(*pos)++] = padding; in php_sprintf_appendstring() local 138 php_sprintf_appendint(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_appendint() 182 php_sprintf_appenduint(zend_string **buffer, size_t *pos, in php_sprintf_appenduint() 214 php_sprintf_appenddouble(zend_string **buffer, size_t *pos, in php_sprintf_appenddouble() 321 php_sprintf_append2n(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_append2n() [all …]
|
H A D | crypt.c | 83 struct php_crypt_extended_data buffer; in php_crypt() local 163 struct crypt_data buffer; in php_crypt() local 166 CRYPTD buffer; in php_crypt() local
|
H A D | crypt_sha256.c | 53 char buffer[128]; /* NB: always correctly aligned for uint32_t. */ member 91 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block() 241 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes() 319 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r() 598 ZEND_TLS char *buffer; in php_sha256_crypt() local
|
H A D | crypt_sha512.c | 51 char buffer[256]; /* NB: always correctly aligned for uint64_t. */ member 121 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block() 272 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes() 358 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r() 649 ZEND_TLS char *buffer; in php_sha512_crypt() local
|
H A D | password.c | 52 zend_string *buffer; in php_password_salt_to64() local 63 if (ZSTR_VAL(buffer)[pos] == '+') { in php_password_salt_to64() local 65 } else if (ZSTR_VAL(buffer)[pos] == '=') { in php_password_salt_to64() local 79 zend_string *ret, *buffer; in php_password_make_salt() local
|
H A D | sha1.h | 24 unsigned char buffer[64]; /* input buffer */ member
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.h | 40 unsigned char *buffer; member 47 unsigned int *buffer; member
|
/php-src/main/streams/ |
H A D | cast.c | 68 static int stream_cookie_reader(void *cookie, char *buffer, int size) in stream_cookie_reader() 76 static int stream_cookie_writer(void *cookie, const char *buffer, int size) in stream_cookie_writer() 98 static ssize_t stream_cookie_reader(void *cookie, char *buffer, size_t size) in stream_cookie_reader() 106 static ssize_t stream_cookie_writer(void *cookie, const char *buffer, size_t size) in stream_cookie_writer()
|
/php-src/ext/intl/idn/ |
H A D | idn.c | 60 zend_string *buffer; in php_intl_idn_to_46() local 90 ZSTR_VAL(buffer)[len] = '\0'; in php_intl_idn_to_46() local
|
/php-src/ext/date/lib/ |
H A D | parse_tz.c | 168 uint32_t buffer[6]; in read_32bit_header() local 199 int64_t *buffer = NULL; in read_64bit_transitions() local 243 unsigned char *buffer; in read_64bit_types() local 448 uint32_t buffer[3]; in read_location() local 641 uint32_t buffer[6]; in read_64bit_header() local
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | int2num.c | 38 char buffer[30]; in bc_int2num() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_out.c | 211 char *buffer; in phpdbg_log_internal() local 227 char *buffer; in phpdbg_out_internal() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_error.c | 301 pcre2_get_error_message(int enumber, PCRE2_UCHAR *buffer, PCRE2_SIZE size) in pcre2_get_error_message()
|
/php-src/ext/phar/ |
H A D | phar.c | 461 # define PHAR_GET_32(buffer, var) \ argument 467 # define PHAR_GET_16(buffer, var) \ argument 472 # define PHAR_GET_32(buffer, var) \ argument 475 # define PHAR_GET_16(buffer, var) \ argument 702 void phar_parse_metadata_lazy(const char *buffer, phar_metadata_tracker *tracker, uint32_t zip_meta… in phar_parse_metadata_lazy() 718 #define SAFE_PHAR_GET_32(buffer, endbuffer, var) \ argument 735 char b32[4], *buffer, *endbuffer, *savebuf; in phar_parse_pharfile() local 1637 …char buffer[1024 + sizeof(token)]; /* a 1024 byte window + the size of the halt_compiler token (mo… in phar_open_from_fp() local 2458 static inline void phar_set_32(char *buffer, uint32_t var) /* {{{ */ in phar_set_32()
|
/php-src/Zend/ |
H A D | zend_language_parser.y | 1698 char buffer[120]; variable
|