Home
last modified time | relevance | path

Searched defs:buf (Results 26 – 50 of 241) sorted by relevance

12345678910

/PHP-8.1/win32/
H A Dioutil.c484 PW32IO wchar_t *php_win32_ioutil_getcwd_w(wchar_t *buf, size_t len) in php_win32_ioutil_getcwd_w()
601 PW32IO php_win32_ioutil_normalization_result php_win32_ioutil_normalize_path_w(wchar_t **buf, size_… in php_win32_ioutil_normalize_path_w()
858 static int php_win32_ioutil_fstat_int(HANDLE h, php_win32_ioutil_stat_t *buf, const wchar_t *pathw,… in php_win32_ioutil_fstat_int()
972 …_win32_ioutil_stat_ex_w(const wchar_t *path, size_t path_len, php_win32_ioutil_stat_t *buf, int ls… in php_win32_ioutil_stat_ex_w()
1022 PW32IO int php_win32_ioutil_fstat(int fd, php_win32_ioutil_stat_t *buf) in php_win32_ioutil_fstat()
1027 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int()
1142 PW32IO ssize_t php_win32_ioutil_readlink_w(const wchar_t *path, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_w()
H A Dglob.c640 char buf[MAXPATHLEN]; local
835 char buf[MAXPATHLEN]; local
856 char buf[MAXPATHLEN]; local
871 char buf[MAXPATHLEN]; local
893 g_Ctoc(str, buf, len) in g_Ctoc() argument
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c219 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
270 cdf_unpack_dir(cdf_directory_t *d, char *buf) in cdf_unpack_dir()
361 char buf[512]; in cdf_read_header() local
407 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector()
670 char *buf; in cdf_read_dir() local
1218 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()
1254 cdf_print_property_name(char *buf, size_t bufsiz, uint32_t p) in cdf_print_property_name()
1300 cdf_u16tos8(char *buf, size_t len, const uint16_t *p) in cdf_u16tos8()
1400 char buf[26]; in cdf_dump_dir() local
1450 char buf[64]; in cdf_dump_property_info() local
[all …]
H A Dcdf_time.c170 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime()
186 char buf[25]; in main() local
H A Dder.c227 der_tag(char *buf, size_t len, uint32_t tag) in der_tag()
238 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
309 char buf[128]; in der_cmp() local
400 char buf[128]; in printdata() local
H A Dreadcdf.c143 char buf[64]; in cdf_file_property_info() local
262 char buf[256]; in cdf_file_catalog() local
347 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { in format_clsid()
535 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_trycdf() local
/PHP-8.1/Zend/
H A Dzend_vm_trace_handlers.h31 char buf[256]; in zend_vm_trace() local
89 char buf[256]; in zend_vm_trace_init() local
H A Dzend.c217 smart_string buf = {0}; in ZEND_INI_END() local
269 smart_str buf = {0}; in zend_vstrpprintf() local
312 static void print_hash(smart_str *buf, HashTable *ht, int indent, bool is_object) /* {{{ */ in print_hash()
363 static void print_flat_hash(smart_str *buf, HashTable *ht) /* {{{ */ in print_flat_hash()
412 void zend_print_flat_zval_r_to_buf(smart_str *buf, zval *expr) /* {{{ */ in zend_print_flat_zval_r_to_buf()
469 smart_str buf = {0}; in zend_print_flat_zval_r() local
476 static void zend_print_zval_r_to_buf(smart_str *buf, zval *expr, int indent) /* {{{ */ in zend_print_zval_r_to_buf()
549 smart_str buf = {0}; in zend_print_zval_r_to_str() local
1661 char *buf = strerror_r(errn, b, sizeof(b)); in zend_strerror_noreturn() local
1664 char *buf = b; in zend_strerror_noreturn() local
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c289 zend_uchar * const buf, const size_t buf_size, in mysqlnd_read_packet_header_and_body()
326 zend_uchar buf[2048]; in php_mysqlnd_greet_read() local
917 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_eof_read() local
1045 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_header_read() local
1174 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_field_read() local
1393 zend_uchar *buf = NULL; in php_mysqlnd_read_row_ex() local
1751 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_stats_read() local
1795 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_prepare_read() local
1878 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_chg_user_read() local
1990 zend_uchar buf[SHA256_PK_REQUEST_RESP_BUFFER_SIZE]; in php_mysqlnd_sha256_pk_request_response_read() local
[all …]
H A Dphp_mysqlnd.c47 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
82 char buf[32]; in PHP_MINFO_FUNCTION() local
H A Dmysqlnd_loaddata.c65 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len) in mysqlnd_local_infile_read()
142 zend_uchar *buf = NULL; in mysqlnd_handle_local_infile() local
/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_in.c79 unsigned char buf[CSD_BUF_SIZE]; member
137 unsigned char buf[16]; in gdImageCreateFromGifCtx() local
306 unsigned char buf[256]; in DoExtension() local
333 GetDataBlock_(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock_()
352 GetDataBlock(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock()
487 unsigned char buf[260]; in LWZReadByte_() local
H A Dgd_io_file.c77 static int filePutbuf (gdIOCtx * ctx, const void *buf, int size) in filePutbuf()
86 static int fileGetbuf (gdIOCtx * ctx, void *buf, int size) in fileGetbuf()
/PHP-8.1/main/streams/
H A Dstreams.c678 PHPAPI ssize_t _php_stream_read(php_stream *stream, char *buf, size_t size) in _php_stream_read()
798 unsigned char buf = c; in _php_stream_putc() local
808 char buf; in _php_stream_getc() local
816 PHPAPI int _php_stream_puts(php_stream *stream, const char *buf) in _php_stream_puts()
848 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf) in php_stream_locate_eol()
890 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line()
1120 static ssize_t _php_stream_write_buffer(php_stream *stream, const char *buf, size_t count) in _php_stream_write_buffer()
1239 PHPAPI ssize_t _php_stream_write(php_stream *stream, const char *buf, size_t count) in _php_stream_write()
1269 char *buf; in _php_stream_printf() local
1426 char buf[8192]; in _php_stream_passthru() local
[all …]
H A Dmemory.c43 static ssize_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count) in php_stream_memory_write()
69 static ssize_t php_stream_memory_read(php_stream *stream, char *buf, size_t count) in php_stream_memory_read()
340 static ssize_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count) in php_stream_temp_write()
371 static ssize_t php_stream_temp_read(php_stream *stream, char *buf, size_t count) in php_stream_temp_read()
572 PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usage, const char *buf, size_t… in _php_stream_temp_open()
H A Dxp_socket.c57 static ssize_t php_sockop_write(php_stream *stream, const char *buf, size_t count) in php_sockop_write()
153 static ssize_t php_sockop_read(php_stream *stream, char *buf, size_t count) in php_sockop_read()
253 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto()
270 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
323 char buf; in php_sockop_set_option() local
/PHP-8.1/ext/ftp/
H A Dftp.c1366 int single_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t size) { in single_send()
1426 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1436 char buf[256]; in my_send() local
1463 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
1474 char buf[256]; in my_recv() local
1548 char buf[256]; in data_available() local
1571 char buf[256]; in data_writeable() local
1595 char buf[256]; in my_accept() local
1860 char buf[256]; /* We will use this for the OpenSSL error buffer, so it has in ftp_ssl_shutdown() local
/PHP-8.1/ext/dba/
H A Ddba_dbm.c63 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
71 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
/PHP-8.1/ext/hash/
H A Dhash_fnv.c167 fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate) in fnv_32_buf()
210 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()
H A Dhash.c179 static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { in one_from_buffer()
195 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer()
235 unsigned char *buf = (unsigned char *) hash->context; in php_hash_serialize_spec() local
283 unsigned char *buf = (unsigned char *) hash->context; in php_hash_unserialize_spec() local
387 char buf[1024]; in php_hash_do_hash() local
534 char buf[1024]; in php_hash_do_hash_hmac() local
724 char buf[1024]; in PHP_FUNCTION() local
752 char buf[1024]; in PHP_FUNCTION() local
1192 char buf[128]; in mhash_init() local
/PHP-8.1/ext/zlib/
H A Dzlib_fopen_wrapper.c31 static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read()
46 static ssize_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
/PHP-8.1/ext/standard/
H A Dexec.c84 static size_t strip_trailing_whitespace(char *buf, size_t bufl) { in strip_trailing_whitespace()
94 static size_t handle_line(int type, zval *array, char *buf, size_t bufl) { in handle_line()
117 char *buf; in php_exec() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_trace.c9 int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ in fpm_trace_get_strz()
/PHP-8.1/ext/pdo_pgsql/
H A Dpdo_pgsql.c83 char buf[16]; in PHP_MINFO_FUNCTION() local
/PHP-8.1/ext/sysvsem/
H A Dsysvsem.c39 struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ member
362 struct semid_ds buf; local

Completed in 107 milliseconds

12345678910