Home
last modified time | relevance | path

Searched defs:buffer (Results 51 – 75 of 105) sorted by last modified time

12345

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h424 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Dminilua.c395 char*buffer; member
H A Ddasm_x86.h395 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Ddasm_ppc.h322 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Ddasm_mips.h318 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Ddasm_arm.h340 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
/php-src/ext/standard/
H A Dcrypt.c83 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 Dcrypt_sha256.c53 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 Dcrypt_sha512.c51 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 Dftp_fopen_wrapper.c77 static inline int get_ftp_result(php_stream *stream, char *buffer, size_t buffer_size) in get_ftp_result()
/php-src/Zend/
H A Dzend_interfaces.c401 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serial… in zend_user_serialize()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c291 void phpdbg_string_init(char *buffer) { in phpdbg_string_init()
H A Dphpdbg_cmd.c469 char buffer[128] = {0,}; in phpdbg_stack_verify() local
743 char *buffer = NULL; in phpdbg_read_input() local
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c142 char *buffer, *time_format, time_buffer[64]; in fpm_status_handle_request() local
/php-src/ext/zip/
H A Dphp_zip.c1329 zend_string *buffer; in PHP_FUNCTION() local
1348 ZSTR_VAL(buffer)[n] = '\0'; in PHP_FUNCTION() local
1924 zend_string *buffer; local
2884 zend_string *buffer; local
2931 ZSTR_VAL(buffer)[n] = '\0'; local
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c838 xmlBufferPtr buffer; in PHP_FUNCTION() local
887 xmlBufferPtr buffer; in php_xmlwriter_flush() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c185 unsigned char *buffer = (unsigned char*)filter->opaque; in mbfl_filt_conv_html_dec() local
310 unsigned char *buffer; in mbfl_filt_conv_html_dec_flush() local
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c49 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()
H A Dmysqlnd_protocol_frame_codec.c48 #define STORE_HEADER_SIZE(safe_storage, buffer) COPY_HEADER((safe_storage), (buffer)) argument
49 #define RESTORE_HEADER_SIZE(buffer, safe_storage) STORE_HEADER_SIZE((safe_storage), (buffer)) argument
H A Dmysqlnd_auth.c518 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
529 void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * const scramble, const zend_… in php_mysqlnd_scramble()
979 void php_mysqlnd_scramble_sha2(zend_uchar * const buffer, const zend_uchar * const scramble, const … in php_mysqlnd_scramble_sha2()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c223 PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) in pcre2_substitute()
/php-src/ext/exif/
H A Dexif.c2457 char buffer[64], uname[64]; in add_assoc_image_info() local
3763 static void exif_process_APP12(image_info_type *ImageInfo, char *buffer, size_t length) in exif_process_APP12()
/php-src/ext/bcmath/libbcmath/src/
H A Dint2num.c38 char buffer[30]; in bc_int2num() local
/php-src/ext/intl/uchar/
H A Duchar.c54 char buffer[5]; in IC_METHOD() local
220 zend_string *buffer = NULL; in IC_METHOD() local
407 char buffer[5]; in IC_METHOD() local
/php-src/ext/fileinfo/
H A Dfileinfo.c293 char *ret_val = NULL, *buffer = NULL; in _php_finfo_get_type() local

Completed in 143 milliseconds

12345