Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/main/
H A Dphp_memory_streams.h34 #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-5.5/ext/phar/
H A Dtar.c22 static php_uint32 phar_tar_number(char *buf, int len) /* {{{ */ in phar_tar_number()
65 static int phar_tar_octal(char *buf, php_uint32 val, int len) /* {{{ */ in phar_tar_octal()
87 static php_uint32 phar_tar_checksum(char *buf, int len) /* {{{ */ in phar_tar_checksum()
100 int phar_is_tar(char *buf, char *fname) /* {{{ */ in phar_is_tar()
207 char buf[512], *actual_alias = NULL, *p; in phar_parse_tarfile() local
950 char *buf, *signature, *tmp, sigbuf[8]; in phar_tar_flush() local
/PHP-5.5/main/streams/
H A Dmemory.c49 static size_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stream_memory_write()
85 static size_t php_stream_memory_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stream_memory_read()
313 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC) in _php_stream_memory_open()
363 static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stream_temp_write()
393 static size_t php_stream_temp_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stream_temp_read()
579 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 Dxp_socket.c54 static size_t php_sockop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_sockop_write()
144 static size_t php_sockop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_sockop_read()
233 static inline int sock_sendto(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_sendto()
245 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
278 char buf; in php_sockop_set_option() local
H A Dstreams.c703 PHPAPI size_t _php_stream_read(php_stream *stream, char *buf, size_t size TSRMLS_DC) in _php_stream_read()
792 unsigned char buf = c; in _php_stream_putc() local
802 char buf; in _php_stream_getc() local
842 PHPAPI char *php_stream_locate_eol(php_stream *stream, char *buf, size_t buf_len TSRMLS_DC) in php_stream_locate_eol()
884 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line()
1114 static size_t _php_stream_write_buffer(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in _php_stream_write_buffer()
1159 static size_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int fla… in _php_stream_write_filtered()
1235 PHPAPI size_t _php_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in _php_stream_write()
1251 char *buf; in _php_stream_printf() local
1393 char buf[8192]; in _php_stream_passthru() local
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c35 #define PACKET_READ_HEADER_AND_BODY(packet, conn, buf, buf_size, packet_type_as_text, packet_type) \ argument
236 php_mysqlnd_read_error_from_line(zend_uchar *buf, size_t buf_len, in php_mysqlnd_read_error_from_line()
325 zend_uchar buf[2048]; in php_mysqlnd_greet_read() local
647 …zend_uchar *buf = conn->net->cmd_buffer.buffer? (zend_uchar *) conn->net->cmd_buffer.buffer : loca… in php_mysqlnd_auth_response_read() local
902 zend_uchar *buf = (zend_uchar *) conn->net->cmd_buffer.buffer; in php_mysqlnd_eof_read() local
1051 zend_uchar *buf = (zend_uchar *) conn->net->cmd_buffer.buffer; in php_mysqlnd_rset_header_read() local
1191 zend_uchar *buf = (zend_uchar *) conn->net->cmd_buffer.buffer; in php_mysqlnd_rset_field_read() local
1891 zend_uchar *buf = (zend_uchar *) conn->net->cmd_buffer.buffer; in php_mysqlnd_stats_read() local
1933 zend_uchar *buf = (zend_uchar *) conn->net->cmd_buffer.buffer; in php_mysqlnd_prepare_read() local
2021 zend_uchar *buf = (zend_uchar *) conn->net->cmd_buffer.buffer; in php_mysqlnd_chg_user_read() local
[all …]
H A Dmysqlnd_loaddata.c69 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len TSRMLS_DC) in mysqlnd_local_infile_read()
160 zend_uchar *buf = NULL; in mysqlnd_handle_local_infile() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c1031 #define ADLER32_DO1(buf) {s1 += *(buf); s2 += s1;} argument
1032 #define ADLER32_DO2(buf, i) ADLER32_DO1(buf + i); ADLER32_DO1(buf + i + 1); argument
1033 #define ADLER32_DO4(buf, i) ADLER32_DO2(buf, i); ADLER32_DO2(buf, i + 2); argument
1034 #define ADLER32_DO8(buf, i) ADLER32_DO4(buf, i); ADLER32_DO4(buf, i + 4); argument
1035 #define ADLER32_DO16(buf) ADLER32_DO8(buf, 0); ADLER32_DO8(buf, 8); argument
1037 unsigned int zend_adler32(unsigned int checksum, signed char *buf, uint len)
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c78 unsigned char buf[CSD_BUF_SIZE]; member
136 unsigned char buf[16]; in gdImageCreateFromGifCtx() local
302 unsigned char buf[256]; in DoExtension() local
329 GetDataBlock_(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock_()
348 GetDataBlock(gdIOCtx *fd, unsigned char *buf, int *ZeroDataBlockP) in GetDataBlock()
483 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-5.5/ext/interbase/
H A Dibase_service.c139 char buf[128], *args[] = { NULL, NULL, NULL, NULL, NULL }; in _php_ibase_user() local
213 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local
425 char *db, *bk, buf[200]; in _php_ibase_backup_restore() local
489 char buf[128], *db; in _php_ibase_service_action() local
/PHP-5.5/sapi/aolserver/
H A Daolserver.c165 php_ns_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_ns_sapi_read_post()
203 char buf[512]; in php_info_aolserver() local
297 #define ADD_STRINGX(name, buf) \ argument
307 char buf[NS_BUF_SIZE + 1]; in php_ns_sapi_register_variables() local
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c446 char buf[BUFSIZE]; in copy_data() local
479 char buf[BUFSIZE]; in copy_source() local
515 char buf[TORRENT_CRC_LEN+1]; in write_cdir() local
H A Dzip_error_strerror.c49 char buf[128], *s; in _zip_error_strerror() local
H A Dzip_error_to_str.c46 zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) in zip_error_to_str()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf_time.c170 cdf_ctime(const time_t *sec, char *buf) in cdf_ctime()
185 char buf[25]; in main() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c141 struct buffer_st buf; in xml_element_to_XMLRPC_REQUEST_worker() local
194 char buf[BUF_SIZE]; in XMLRPC_to_xml_element_worker() local
243 struct buffer_st buf; in XMLRPC_to_xml_element_worker() local
/PHP-5.5/ext/standard/
H A Dphp_smart_str.h125 #define smart_str_print_unsigned4(buf, num, vartype, result) do { \ argument
137 #define smart_str_print_long4(buf, num, vartype, result) do { \ argument
156 static inline char *smart_str_print_long(char *buf, long num) { in smart_str_print_long()
162 static inline char *smart_str_print_unsigned(char *buf, long num) { in smart_str_print_unsigned()
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c306 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count) in safe_write()
334 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count) in safe_read()
433 char buf[128]; in fcgi_get_params() local
511 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request() local
674 unsigned char buf[255]; in fcgi_read() local
748 char buf[8]; in fcgi_close() local
/PHP-5.5/ext/dba/
H A Ddba_dbm.c68 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
76 char buf[MAXPATHLEN]; in DBA_OPEN_FUNC() local
/PHP-5.5/ext/gd/
H A Dgd_ctx.c36 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_output_putbuf()
56 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_stream_putbuf()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c101 char buf[1024]; in sapi_tux_send_headers() local
193 char buf[BUF_SIZE + 1]; in sapi_tux_register_variables() local
315 char buf[1024]; in tux_request_ctor() local
/PHP-5.5/ext/sysvsem/
H A Dsysvsem.c49 struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ member
361 struct semid_ds buf; local
/PHP-5.5/ext/hash/
H A Dhash_fnv.c151 fnv_32_buf(void *buf, size_t len, php_hash_uint32 hval, int alternate) in fnv_32_buf()
193 fnv_64_buf(void *buf, size_t len, php_hash_uint64 hval, int alternate) in fnv_64_buf()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h351 #define BBUF_SIZE_INC(buf,inc) do{\ argument
357 #define BBUF_EXPAND(buf,low) do{\ argument
363 #define BBUF_ENSURE_SIZE(buf,size) do{\ argument
373 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
380 #define BBUF_WRITE1(buf,pos,byte) do{\ argument
390 #define BBUF_GET_OFFSET_POS(buf) ((buf)->used) argument
393 #define BBUF_MOVE_RIGHT(buf,from,to,n) do {\ argument
400 #define BBUF_MOVE_LEFT(buf,from,to,n) do {\ argument
405 #define BBUF_MOVE_LEFT_REDUCE(buf,from,to) do {\ argument
410 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument
[all …]

Completed in 65 milliseconds

1234567891011