Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/win32/
H A Dioutil.c486 PW32IO wchar_t *php_win32_ioutil_getcwd_w(wchar_t *buf, size_t len) in php_win32_ioutil_getcwd_w()
603 PW32IO php_win32_ioutil_normalization_result php_win32_ioutil_normalize_path_w(wchar_t **buf, size_… in php_win32_ioutil_normalize_path_w()
860 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()
975 …_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()
1025 PW32IO int php_win32_ioutil_fstat(int fd, php_win32_ioutil_stat_t *buf) in php_win32_ioutil_fstat()
1030 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int()
1145 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-7.4/ext/fileinfo/libmagic/
H A Dcdf.c215 cdf_unpack_header(cdf_header_t *h, char *buf) in cdf_unpack_header()
266 cdf_unpack_dir(cdf_directory_t *d, char *buf) in cdf_unpack_dir()
357 char buf[512]; in cdf_read_header() local
397 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector()
654 char *buf; in cdf_read_dir() local
1202 cdf_print_classid(char *buf, size_t buflen, const cdf_classid_t *id) in cdf_print_classid()
1238 cdf_print_property_name(char *buf, size_t bufsiz, uint32_t p) in cdf_print_property_name()
1284 cdf_u16tos8(char *buf, size_t len, const uint16_t *p) in cdf_u16tos8()
1384 char buf[26]; in cdf_dump_dir() local
1434 char buf[64]; in cdf_dump_property_info() local
[all …]
H A Dfuncs.c61 char *buf = NULL, *newstr; in file_printf() local
88 char *buf = NULL; in file_error_core() local
207 const void *buf, size_t nb) in file_buffer()
601 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.c210 der_tag(char *buf, size_t len, uint32_t tag) in der_tag()
221 der_data(char *buf, size_t blen, uint32_t tag, const void *q, uint32_t len) in der_data()
284 char buf[128]; in der_cmp() local
364 char buf[128]; in printdata() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c103 struct buffer_st buf; in xml_element_to_DANDARPC_REQUEST_worker() local
172 char buf[BUF_SIZE]; in DANDARPC_to_xml_element_worker() local
225 struct buffer_st buf; in DANDARPC_to_xml_element_worker() local
H A Dxml_to_xmlrpc.c136 struct buffer_st buf; in xml_element_to_XMLRPC_REQUEST_worker() local
189 char buf[BUF_SIZE]; in XMLRPC_to_xml_element_worker() local
237 struct buffer_st buf; in XMLRPC_to_xml_element_worker() local
/PHP-7.4/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-7.4/sapi/phpdbg/
H A Dphpdbg_io.c205 char buf[PHPDBG_MAX_CMD]; local
303 char buf[128]; local
312 char buf[256]; local
H A Dphpdbg_out.c808 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, zend_bool escape_xml, … in strx_printv()
837 static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_bool escape_xml, va… in phpdbg_xml_vsnprintf()
844 PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list a… in phpdbg_xml_vasprintf()
866 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf()
877 static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) { in phpdbg_encode_xml()
903 static void phpdbg_encode_ctrl_chars(char **buf, int *buflen) { in phpdbg_encode_ctrl_chars()
932 char *msgout = NULL, *buf; in phpdbg_process_print() local
/PHP-7.4/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-7.4/main/streams/
H A Dmemory.c47 static ssize_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count) in php_stream_memory_write()
80 static ssize_t php_stream_memory_read(php_stream *stream, char *buf, size_t count) in php_stream_memory_read()
320 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC) in _php_stream_memory_open()
371 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, char *buf, size_t lengt… in _php_stream_temp_open()
H A Dstreams.c680 PHPAPI ssize_t _php_stream_read(php_stream *stream, char *buf, size_t size) in _php_stream_read()
800 unsigned char buf = c; in _php_stream_putc() local
810 char buf; in _php_stream_getc() local
818 PHPAPI int _php_stream_puts(php_stream *stream, const char *buf) in _php_stream_puts()
850 PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string *buf) in php_stream_locate_eol()
892 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line()
1122 static ssize_t _php_stream_write_buffer(php_stream *stream, const char *buf, size_t count) in _php_stream_write_buffer()
1246 PHPAPI ssize_t _php_stream_write(php_stream *stream, const char *buf, size_t count) in _php_stream_write()
1276 char *buf; in _php_stream_printf() local
1419 char buf[8192]; in _php_stream_passthru() local
[all …]
H A Dxp_socket.c59 static ssize_t php_sockop_write(php_stream *stream, const char *buf, size_t count) in php_sockop_write()
151 static ssize_t php_sockop_read(php_stream *stream, char *buf, size_t count) in php_sockop_read()
251 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto()
268 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
321 char buf; in php_sockop_set_option() local
/PHP-7.4/main/
H A Dphp_memory_streams.h33 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument
40 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c199 php_mysqlnd_read_error_from_line(const zend_uchar * const buf, const size_t buf_len, in php_mysqlnd_read_error_from_line()
290 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
911 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_eof_read() local
1048 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_header_read() local
1190 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_field_read() local
1867 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_stats_read() local
1914 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_prepare_read() local
1997 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_chg_user_read() local
2109 zend_uchar buf[SHA256_PK_REQUEST_RESP_BUFFER_SIZE]; in php_mysqlnd_sha256_pk_request_response_read() local
[all …]
H A Dphp_mysqlnd.c56 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
92 char buf[32]; in PHP_MINFO_FUNCTION() local
H A Dmysqlnd_connection.h47 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument
60 #define SET_EMPTY_MESSAGE(buf, buf_len) \ argument
H A Dmysqlnd_loaddata.c67 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len) in mysqlnd_local_infile_read()
144 zend_uchar *buf = NULL; in mysqlnd_handle_local_infile() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c839 #define ADLER32_DO1(buf) {s1 += *(buf); s2 += s1;} argument
840 #define ADLER32_DO2(buf, i) ADLER32_DO1(buf + i); ADLER32_DO1(buf + i + 1); argument
841 #define ADLER32_DO4(buf, i) ADLER32_DO2(buf, i); ADLER32_DO2(buf, i + 2); argument
842 #define ADLER32_DO8(buf, i) ADLER32_DO4(buf, i); ADLER32_DO4(buf, i + 4); argument
843 #define ADLER32_DO16(buf) ADLER32_DO8(buf, 0); ADLER32_DO8(buf, 8); argument
845 unsigned int zend_adler32(unsigned int checksum, unsigned char *buf, uint32_t len) in zend_adler32()
/PHP-7.4/ext/ftp/
H A Dftp.c1406 int single_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t size) { in single_send()
1467 my_send(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_send()
1477 char buf[256]; in my_send() local
1505 my_recv(ftpbuf_t *ftp, php_socket_t s, void *buf, size_t len) in my_recv()
1516 char buf[256]; in my_recv() local
1591 char buf[256]; in data_available() local
1615 char buf[256]; in data_writeable() local
1640 char buf[256]; in my_accept() local
1908 char buf[256]; /* We will use this for the OpenSSL error buffer, so it has in ftp_ssl_shutdown() local
/PHP-7.4/ext/dba/
H A Ddba_dbm.c65 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
73 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
/PHP-7.4/ext/hash/
H A Dhash_fnv.c153 fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate) in fnv_32_buf()
196 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()

Completed in 121 milliseconds

12345678910