Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h46 char *buf; member
H A Dfilter.c73 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.h146 char *buf; member
/PHP-7.4/ext/libxml/
H A Dlibxml.c424 const char buf[] = "Content-Type:"; in php_libxml_input_buffer_create_filename() local
591 char *buf; in php_libxml_internal_error_handler() local
/PHP-7.4/Zend/
H A Dzend_gc.c210 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
502 GC_G(buf)[0].ref = NULL; in gc_enable() local
1132 gc_root_buffer *buf; in gc_add_garbage() local
H A Dzend_language_scanner.l516 char *buf; in open_file_for_scanning() local
692 char *buf; in zend_prepare_string_for_scanning() local
H A Dzend_virtual_cwd.h265 #define VCWD_GETWD(buf) argument
319 #define VCWD_GETWD(buf) getwd(buf) argument
/PHP-7.4/ext/soap/
H A Dphp_schema.c459 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_list() local
556 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_union() local
1927 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_attribute() local
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c202 char buf[100]; /* stmt_name == "pdo_crsr_%08x" */ in pgsql_stmt_execute() local
/PHP-7.4/main/
H A Dnetwork.c627 char *buf = NULL; local
1026 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize)
H A Dfopen_wrappers.c175 char buf[MAXPATHLEN]; local
/PHP-7.4/ext/standard/
H A Dsha1.c68 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dimage.c208 unsigned char *b, *buf = NULL; in php_handle_swc() local
1135 unsigned char buf[18]; in php_handle_webp() local
H A Dcrypt_blowfish.c839 } buf; in php_crypt_blowfish_rn() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.h70 #define phpdbg_asprintf(buf, ...) _phpdbg_asprintf(buf, ##__VA_ARGS__) argument
/PHP-7.4/ext/imap/
H A Dphp_imap.c4485 RFC822BUFFER buf; in _php_rfc822_write_address() local
4801 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper()
4835 char buf[25]; in build_thread_tree() local
4951 char buf[GETS_FETCH_SIZE]; in php_mail_gets() local
4974 char *buf = pemalloc(size + 1, 1); in php_mail_gets() local
/PHP-7.4/ext/phar/
H A Dphar_object.c136 char *name = NULL, buf[8192]; in phar_file_action() local
3937 zend_string *buf; in PHP_METHOD() local
4024 ZSTR_VAL(buf)[len] = '\0'; in PHP_METHOD() local
4054 …char *buf = estrndup((char *) Z_PTR(phar_obj->archive->metadata), phar_obj->archive->metadata_len); in PHP_METHOD() local
4751 char *buf = estrndup((char *) Z_PTR(entry_obj->entry->metadata), entry_obj->entry->metadata_len); in PHP_METHOD() local
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c175 php_apache_sapi_read_post(char *buf, size_t count_bytes) in php_apache_sapi_read_post()
/PHP-7.4/win32/
H A Dsendmail.c925 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack() local
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c257 #define FETCH_BUF(buf,type,len,lenvar) ((buf) = (buf) ? (buf) : \ argument
H A Dfirebird_driver.c596 char buf[400]; in pdo_firebird_fetch_error_func() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c711 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
758 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
/PHP-7.4/sapi/litespeed/
H A Dlscriu.c385 char buf[0x1000]; in LSCRIU_Restored_Error() local
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h52 unsigned const char *buf; variable
/PHP-7.4/ext/oci8/
H A Doci8_lob.c711 char buf[8192]; in php_oci_lob_import() local

Completed in 110 milliseconds

12345678910