Home
last modified time | relevance | path

Searched defs:buf (Results 151 – 175 of 241) sorted by relevance

12345678910

/PHP-8.1/Zend/
H A Dzend_gc.c211 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
503 GC_G(buf)[0].ref = NULL; in gc_enable() local
1127 gc_root_buffer *buf; in gc_add_garbage() local
H A Dzend_virtual_cwd.h264 #define VCWD_GETWD(buf) argument
318 #define VCWD_GETWD(buf) getwd(buf) argument
/PHP-8.1/main/streams/
H A Dfilter.c71 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8… in php_stream_bucket_new()
H A Dphp_stream_transport.h144 char *buf; member
/PHP-8.1/ext/hash/
H A Dhash_md.c318 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, size_t len) in PHP_MD2Update()
H A Dhash_sha3.c156 const unsigned char* buf, in PHP_SHA3_Update()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_statement.c202 char buf[100]; /* stmt_name == "pdo_crsr_%08x" */ in pgsql_stmt_execute() local
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_driver.c357 char buf[256]; in pdo_odbc_get_info_string() local
/PHP-8.1/main/
H A Dnetwork.c626 const char *buf = NULL; local
1020 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
H A Dfopen_wrappers.c166 char buf[MAXPATHLEN]; local
/PHP-8.1/ext/standard/
H A Dsha1.c64 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dimage.c201 unsigned char *b, *buf = NULL; in php_handle_swc() local
1131 unsigned char buf[18]; in php_handle_webp() local
H A Dcrypt_blowfish.c818 } buf; in php_crypt_blowfish_rn() local
/PHP-8.1/ext/phar/
H A Dutil.c1488 unsigned char buf[1024]; in phar_verify_signature() local
1804 unsigned char buf[1024]; in phar_create_signature() local
/PHP-8.1/ext/imap/
H A Dphp_imap.c3965 RFC822BUFFER buf; in _php_rfc822_write_address() local
4277 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper()
4310 char buf[25]; in build_thread_tree() local
4423 char buf[GETS_FETCH_SIZE]; in php_mail_gets() local
4446 char *buf = pemalloc(size + 1, 1); in php_mail_gets() local
/PHP-8.1/win32/
H A Dsendmail.c926 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack() local
/PHP-8.1/sapi/apache2handler/
H A Dsapi_apache2.c179 php_apache_sapi_read_post(char *buf, size_t count_bytes) in php_apache_sapi_read_post()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_auth.c691 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
746 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
/PHP-8.1/sapi/litespeed/
H A Dlscriu.c383 char buf[0x1000]; in LSCRIU_Restored_Error() local
/PHP-8.1/ext/ffi/
H A Dphp_ffi.h50 unsigned const char *buf; variable
/PHP-8.1/ext/oci8/
H A Doci8_lob.c709 char buf[8192]; in php_oci_lob_import() local
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c486 char buf[80]; in firebird_stmt_get_col() local
/PHP-8.1/ext/spl/
H A Dspl_dllist.c1013 smart_str buf = {0}; in PHP_METHOD() local
1051 char *buf; in PHP_METHOD() local
H A Dspl_observer.c629 smart_str buf = {0}; in PHP_METHOD() local
677 char *buf; in PHP_METHOD() local
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c167 char buf[32]; in PHP_MINFO_FUNCTION() local
1614 char buf[16]; in PHP_FUNCTION() local

Completed in 353 milliseconds

12345678910