Home
last modified time | relevance | path

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

12345678910

/PHP-8.0/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.0/ext/pdo_pgsql/
H A Dpgsql_statement.c202 char buf[100]; /* stmt_name == "pdo_crsr_%08x" */ in pgsql_stmt_execute() local
/PHP-8.0/ext/libxml/
H A Dlibxml.c376 const char buf[] = "Content-Type:"; in php_libxml_input_buffer_create_filename() local
542 char *buf; in php_libxml_internal_error_handler() local
/PHP-8.0/main/
H A Dnetwork.c623 char *buf = NULL; local
1022 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
H A Dfopen_wrappers.c166 char buf[MAXPATHLEN]; local
/PHP-8.0/ext/standard/
H A Dsha1.c64 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dimage.c200 unsigned char *b, *buf = NULL; in php_handle_swc() local
1116 unsigned char buf[18]; in php_handle_webp() local
H A Dcrypt_blowfish.c818 } buf; in php_crypt_blowfish_rn() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.h68 #define phpdbg_asprintf(buf, ...) _phpdbg_asprintf(buf, ##__VA_ARGS__) argument
/PHP-8.0/ext/hash/
H A Dhash_sha3.c156 const unsigned char* buf, in PHP_SHA3_Update()
/PHP-8.0/ext/phar/
H A Dutil.c1480 unsigned char buf[1024]; in phar_verify_signature() local
1775 unsigned char buf[1024]; in phar_create_signature() local
/PHP-8.0/ext/imap/
H A Dphp_imap.c4008 RFC822BUFFER buf; in _php_rfc822_write_address() local
4318 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper()
4351 char buf[25]; in build_thread_tree() local
4466 char buf[GETS_FETCH_SIZE]; in php_mail_gets() local
4489 char *buf = pemalloc(size + 1, 1); in php_mail_gets() local
/PHP-8.0/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.0/win32/
H A Dsendmail.c926 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack() local
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c255 #define FETCH_BUF(buf,type,len,lenvar) ((buf) = (buf) ? (buf) : \ argument
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h264 #define VCWD_GETWD(buf) argument
318 #define VCWD_GETWD(buf) getwd(buf) argument
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c709 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
756 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
/PHP-8.0/sapi/litespeed/
H A Dlscriu.c383 char buf[0x1000]; in LSCRIU_Restored_Error() local
/PHP-8.0/ext/ffi/
H A Dphp_ffi.h50 unsigned const char *buf; variable
/PHP-8.0/ext/oci8/
H A Doci8_lob.c709 char buf[8192]; in php_oci_lob_import() local
/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c167 char buf[32]; in PHP_MINFO_FUNCTION() local
1614 char buf[16]; in PHP_FUNCTION() local
/PHP-8.0/ext/spl/
H A Dspl_observer.c634 smart_str buf = {0}; in PHP_METHOD() local
680 char *buf; in PHP_METHOD() local
/PHP-8.0/ext/curl/
H A Dcurl_private.h51 smart_str buf; member
/PHP-8.0/ext/com_dotnet/
H A Dcom_wrapper.c71 char buf[4096]; in trace() local

Completed in 102 milliseconds

12345678910