Home
last modified time | relevance | path

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

12345678910

/PHP-8.0/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.0/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 Dfuncs.c59 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr()
133 char *buf = NULL, *newstr; in file_printf() local
160 char *buf = NULL; in file_error_core() local
281 const void *buf, size_t nb) in file_buffer()
688 file_printable(char *buf, size_t bufsiz, const char *str, size_t slen) in file_printable()
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()
310 char buf[128]; in der_cmp() local
401 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.0/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
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_io.c203 char buf[PHPDBG_MAX_CMD]; local
301 char buf[128]; local
310 char buf[256]; local
H A Dphpdbg_out.c806 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, zend_bool escape_xml, … in strx_printv()
835 static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_bool escape_xml, va… in phpdbg_xml_vsnprintf()
842 PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list a… in phpdbg_xml_vasprintf()
864 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf()
875 static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) { in phpdbg_encode_xml()
901 static void phpdbg_encode_ctrl_chars(char **buf, int *buflen) { in phpdbg_encode_ctrl_chars()
930 char *msgout = NULL, *buf; in phpdbg_process_print() local
/PHP-8.0/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.0/main/streams/
H A Dmemory.c45 static ssize_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count) in php_stream_memory_write()
78 static ssize_t php_stream_memory_read(php_stream *stream, char *buf, size_t count) in php_stream_memory_read()
318 PHPAPI php_stream *_php_stream_memory_open(int mode, const char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
369 static ssize_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count) in php_stream_temp_write()
401 static ssize_t php_stream_temp_read(php_stream *stream, char *buf, size_t count) in php_stream_temp_read()
603 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 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
1412 char buf[8192]; in _php_stream_passthru() local
[all …]
H A Dxp_socket.c57 static ssize_t php_sockop_write(php_stream *stream, const char *buf, size_t count) in php_sockop_write()
152 static ssize_t php_sockop_read(php_stream *stream, char *buf, size_t count) in php_sockop_read()
252 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto()
269 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
322 char buf; in php_sockop_set_option() local
/PHP-8.0/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
1187 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_field_read() local
1406 zend_uchar *buf = NULL; in php_mysqlnd_read_row_ex() local
1852 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_stats_read() local
1899 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_prepare_read() local
1982 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_chg_user_read() local
2094 zend_uchar buf[SHA256_PK_REQUEST_RESP_BUFFER_SIZE]; in php_mysqlnd_sha256_pk_request_response_read() local
[all …]
H A Dphp_mysqlnd.c44 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
79 char buf[32]; in PHP_MINFO_FUNCTION() local
H A Dmysqlnd_connection.h45 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument
58 #define SET_EMPTY_MESSAGE(buf, buf_len) \ argument
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.0/main/
H A Dphp_memory_streams.h31 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument
38 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c856 #define ADLER32_DO1(buf) {s1 += *(buf); s2 += s1;} argument
857 #define ADLER32_DO2(buf, i) ADLER32_DO1(buf + i); ADLER32_DO1(buf + i + 1); argument
858 #define ADLER32_DO4(buf, i) ADLER32_DO2(buf, i); ADLER32_DO2(buf, i + 2); argument
859 #define ADLER32_DO8(buf, i) ADLER32_DO4(buf, i); ADLER32_DO4(buf, i + 4); argument
860 #define ADLER32_DO16(buf) ADLER32_DO8(buf, 0); ADLER32_DO8(buf, 8); argument
862 unsigned int zend_adler32(unsigned int checksum, unsigned char *buf, uint32_t len) in zend_adler32()
/PHP-8.0/ext/ftp/
H A Dftp.c1369 int single_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t size) { in single_send()
1429 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1439 char buf[256]; in my_send() local
1466 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
1477 char buf[256]; in my_recv() local
1551 char buf[256]; in data_available() local
1574 char buf[256]; in data_writeable() local
1598 char buf[256]; in my_accept() local
1863 char buf[256]; /* We will use this for the OpenSSL error buffer, so it has in ftp_ssl_shutdown() local
/PHP-8.0/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.0/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()
/PHP-8.0/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()

Completed in 73 milliseconds

12345678910