Home
last modified time | relevance | path

Searched defs:buf (Results 176 – 200 of 266) sorted by relevance

1234567891011

/php-src/ext/hash/
H A Dhash_md.c319 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-src/main/
H A Dnetwork.c611 const char *buf = NULL; local
1003 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
/php-src/ext/mbstring/
H A Dphp_unicode.c293 mb_convert_buf buf; in php_unicode_convert_case() local
H A Dphp_mbregex.c167 char buf[32]; in PHP_MINFO_FUNCTION() local
1611 char buf[16]; in PHP_FUNCTION() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c206 char buf[100]; /* stmt_name == "pdo_crsr_%08x" */ in pgsql_stmt_execute() local
/php-src/ext/standard/
H A Dsha1.c64 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c818 } buf; in php_crypt_blowfish_rn() local
H A Dimage.c170 unsigned char *b, *buf = NULL; in php_handle_swc() local
1100 unsigned char buf[18]; in php_handle_webp() local
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c383 char buf[256]; in pdo_odbc_get_info_string() local
/php-src/ext/phar/
H A Dutil.c1498 unsigned char buf[1024]; in phar_verify_signature() local
1810 unsigned char buf[1024]; in phar_create_signature() local
/php-src/Zend/
H A Dzend_gc.c247 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
554 GC_G(buf)[0].ref = NULL; in gc_enable() local
1395 gc_root_buffer *buf; in gc_add_garbage() local
H A Dzend_virtual_cwd.h274 #define VCWD_GETWD(buf) argument
328 #define VCWD_GETWD(buf) getwd(buf) argument
/php-src/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-src/win32/
H A Dsendmail.c925 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack() local
/php-src/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-src/ext/ffi/
H A Dphp_ffi.h50 unsigned const char *buf; variable
/php-src/sapi/litespeed/
H A Dlscriu.c385 char buf[0x1000]; in LSCRIU_Restored_Error() local
/php-src/ext/opcache/jit/ir/
H A Dir.c119 char buf[128]; local
303 ir_insn *buf = ctx->ir_base - ctx->consts_limit; local
333 ir_insn *buf = ctx->ir_base - ctx->consts_limit; local
359 ir_insn *buf = ir_mem_malloc((ctx->consts_count + ctx->insns_count) * sizeof(ir_insn)); local
370 ir_insn *buf; local
401 ir_insn *buf = ctx->ir_base - ctx->consts_limit; local
/php-src/main/streams/
H A Dphp_stream_transport.h144 char *buf; member
/php-src/ext/spl/
H A Dspl_dllist.c1004 smart_str buf = {0}; in PHP_METHOD() local
1040 char *buf; in PHP_METHOD() local
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c493 char buf[80]; in pdo_firebird_stmt_get_col() local
/php-src/ext/curl/
H A Dcurl_private.h51 smart_str buf; member
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c71 char buf[4096]; in trace() local
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h50 VAR_BUFFER *buf; member

Completed in 117 milliseconds

1234567891011