Home
last modified time | relevance | path

Searched defs:buf (Results 101 – 125 of 264) sorted by relevance

1234567891011

/PHP-5.5/main/
H A Dphp_streams.h64 #define php_stream_copy_to_mem_rel(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (bu… argument
294 #define php_stream_read(stream, buf, count) _php_stream_read((stream), (buf), (count) TSRMLS_CC) argument
298 #define php_stream_write(stream, buf, count) _php_stream_write(stream, (buf), (count) TSRMLS_CC) argument
325 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL T… argument
327 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… argument
332 #define php_stream_puts(stream, buf) _php_stream_puts((stream), (buf) TSRMLS_CC) argument
449 #define php_stream_copy_to_mem(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), … argument
/PHP-5.5/ext/phar/
H A Ddirstream.c93 static size_t phar_dir_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_read()
131 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_write()
H A Dutil.c1531 unsigned char buf[1024]; local
1808 unsigned char buf[1024]; local
2008 char *buf = estrndup((char *) entry->metadata, entry->metadata_len); local
2053 char *buf = estrndup((char *) phar->metadata, phar->metadata_len); local
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c115 static int utf32_utf8(char *buf, int k) in utf32_utf8()
382 char buf[1024]; in main() local
/PHP-5.5/ext/bz2/
H A Dbz2.c137 static size_t php_bz2iop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_bz2iop_read()
155 static size_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_bz2iop_write()
/PHP-5.5/ext/sockets/
H A Dsockets.c489 static int php_read(php_socket *sock, void *buf, size_t maxlen, int flags)
555 const char *buf; local
1563 zval *php_sock_res, *buf; local
1616 char *buf; local
1766 char *buf, *addr; local
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c345 int php_cli_server_get_system_time(char *buf) { in php_cli_server_get_system_time()
361 int php_cli_server_get_system_time(char *buf) { in php_cli_server_get_system_time()
694 static int sapi_cli_server_read_post(char *buf, uint count_bytes TSRMLS_DC) /* {{{ */ in sapi_cli_server_read_post()
812 char buf[52]; in sapi_cli_server_log_message() local
1047 static php_cli_server_chunk *php_cli_server_chunk_immortal_new(const char *buf, size_t len) /* {{{ … in php_cli_server_chunk_immortal_new()
1061 static php_cli_server_chunk *php_cli_server_chunk_heap_new(char *block, char *buf, size_t len) /* {… in php_cli_server_chunk_heap_new()
1267 char *buf = NULL; in php_cli_server_logf() local
1460 …char *buf = safe_pemalloc(1, request->vpath_len, 1 + document_root_len + 1 + sizeof("index.html"),… in php_cli_server_request_translate_vpath() local
1762 char buf[16384]; in php_cli_server_client_read_request() local
2577 char buf[52]; in do_cli_server() local
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h134 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0) argument
135 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1) argument
266 #define VCWD_GETWD(buf) argument
304 #define VCWD_GETWD(buf) getwd(buf) argument
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c40 char buf[200]; in xx() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestc.c40 char buf[200]; in xx() local
H A Dregenc.c614 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf) in onigenc_single_byte_code_to_mbc()
718 onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb2_code_to_mbc()
735 onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb4_code_to_mbc()
/PHP-5.5/sapi/fpm/fpm/
H A Dzlog.c104 char buf[MAX_LINE_LENGTH]; in zlog_ex() local
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c161 char *buf; in gdCtxPrintf() local
/PHP-5.5/ext/standard/
H A Dfile.c1006 char *buf = NULL; in PHP_FUNCTION() local
1056 char buf[2]; in PHP_FUNCTION() local
1087 char *buf = NULL, *retval; in PHP_FUNCTION() local
1130 char *buf, *format; in PHP_FUNCTION() local
1959 char *buf; in PHP_FUNCTION() local
2047 …ream, char delimiter, char enclosure, char escape_char, size_t buf_len, char *buf, zval *return_va… in php_fgetcsv()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c132 static size_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in pgsql_lob_write()
138 static size_t pgsql_lob_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in pgsql_lob_read()
697 char *buf; in PHP_METHOD() local
914 char *buf; in PHP_METHOD() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_filep.c127 char *buf; in read_file() local
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c774 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count) in safe_write()
802 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count) in safe_read()
886 unsigned char buf[FCGI_MAX_LENGTH+8]; in fcgi_read_request() local
1048 unsigned char buf[255]; in fcgi_read() local
1121 fcgi_header buf; in fcgi_close() local
/PHP-5.5/ext/zlib/
H A Dzlib.c357 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()
551 char buf[8192] = {0}; in PHP_FUNCTION() local
/PHP-5.5/main/streams/
H A Dtransports.c397 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom()
467 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto()
H A Dplain_wrapper.c321 static size_t php_stdiop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stdiop_write()
344 static size_t php_stdiop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stdiop_read()
845 static size_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_plain_files_dirstream_read()
1186 char buf[MAXPATHLEN]; in php_plain_files_mkdir() local
/PHP-5.5/Zend/
H A Dzend_interfaces.c437 ZEND_API int zend_user_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, z… in zend_user_unserialize()
466 …end_class_unserialize_deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uin… in zend_class_unserialize_deny()
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c83 char buf[64], *numbuf, *bufpos; in collator_u_strtod() local
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c129 php_phttpd_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_phttpd_sapi_read_post()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c78 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_softmagic()
368 char buf[128], tbuf[26]; in mprint() local
1027 const char *buf; /* start of search region */ in mcopy() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf8.c138 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc()

Completed in 108 milliseconds

1234567891011