Home
last modified time | relevance | path

Searched defs:buffer (Results 76 – 98 of 98) sorted by relevance

1234

/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_ppc.h327 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Ddasm_arm64.h424 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Ddasm_x86.h394 int dasm_encode(Dst_DECL, void *buffer) in dasm_encode()
H A Dminilua.c395 char*buffer; member
/PHP-8.1/ext/standard/
H A Dbasic_functions.c607 char buffer[40]; in PHP_FUNCTION() local
638 char buffer[17]; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1887 function stream_bucket_new($stream, string $buffer): object {}
/PHP-8.1/ext/zlib/
H A Dzlib.c426 php_zlib_buffer buffer = {NULL, NULL, 0, 0, 0}; in php_zlib_inflate_rounds() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c292 void phpdbg_string_init(char *buffer) { in phpdbg_string_init()
/PHP-8.1/ext/openssl/
H A Dopenssl.c1067 char buffer[MAXPATHLEN]; in php_openssl_load_rand_file() local
1097 char buffer[MAXPATHLEN]; in php_openssl_write_rand_file() local
3009 char buffer[200 + 1]; /*200 + \0 !*/ in php_openssl_make_REQ() local
7770 zend_string *buffer = NULL; in php_openssl_random_pseudo_bytes() local
7807 zend_string *buffer = NULL; in PHP_FUNCTION() local
7820 ZSTR_VAL(buffer)[buffer_length] = 0; in PHP_FUNCTION() local
H A Dxp_ssl.c795 BIO *buffer; in php_openssl_load_stream_cafile() local
/PHP-8.1/main/
H A Drfc1867.c210 char *buffer; member
/PHP-8.1/sapi/litespeed/
H A Dlsapi_main.c287 static size_t sapi_lsapi_read_post(char *buffer, size_t count_bytes) in sapi_lsapi_read_post()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c428 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) /* {{{ */ in sapi_cgi_read_post()
/PHP-8.1/ext/hash/
H A Dhash.c1674 char buffer[2048]; in PHP_MINFO_FUNCTION() local
/PHP-8.1/main/streams/
H A Dstreams.c242 char *buffer = NULL; in php_stream_wrapper_log_error() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c1133 char buffer[BUFSIZ + 1]; in load_1() local
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c1536 zend_string *buffer = NULL; in php_sqlite3_bind_params() local
/PHP-8.1/ext/exif/
H A Dexif.c2469 char buffer[64], uname[64]; in add_assoc_image_info() local
3780 static void exif_process_APP12(image_info_type *ImageInfo, char *buffer, size_t length) in exif_process_APP12()
/PHP-8.1/ext/date/
H A Dphp_date.c629 char buffer[97]; in date_format() local
4171 char buffer[33]; in date_interval_format() local
/PHP-8.1/ext/gmp/
H A Dgmp.c443 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize()
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c366 xmlChar *buffer = xmlEncodeEntitiesReentrant(node->doc, (xmlChar *)ZSTR_VAL(value)); in change_node_zval() local
/PHP-8.1/ext/soap/
H A Dsoap.c1815 zend_string *buffer; local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h71 zend_uchar *buffer; member

Completed in 198 milliseconds

1234