Home
last modified time | relevance | path

Searched defs:buf (Results 226 – 250 of 264) sorted by path

1234567891011

/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 Dphp_stream_filter_api.h48 char *buf; member
H A Dphp_stream_transport.h149 char *buf; member
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
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 …]
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 Duserspace.c621 static size_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_userstreamop_write()
675 static size_t php_userstreamop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_userstreamop_read()
1515 static size_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_userstreamop_readdir()
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
/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/sapi/apache2filter/
H A Dsapi_apache2.c156 php_apache_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_apache_sapi_read_post()
715 static size_t php_apache_read_stream(void *handle, char *buf, size_t wantlen TSRMLS_DC) in php_apache_read_stream()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c184 php_apache_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_apache_sapi_read_post()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c398 INLINE static int php_caudium_low_read_post(char *buf, uint count_bytes) in php_caudium_low_read_post()
423 php_caudium_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_caudium_sapi_read_post()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c402 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
563 char *buf; in _sapi_cgi_putenv() local
734 char *buf = malloc(len+2); in sapi_cgi_log_message() local
1592 char buf[128]; local
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/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/sapi/continuity/
H A Dcapi.c238 char buf[128]; in sapi_capi_register_server_variables() local
/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
H A Dfpm_children.c184 char buf[128]; in fpm_children_bury() local
H A Dfpm_conf.c179 char *buf; in fpm_conf_expand_pool_name() local
988 char *buf; in fpm_conf_process_all_pools() local
1118 char buf[64]; in fpm_conf_write_pid() local
1474 char buf[1024+1]; in fpm_conf_load_ini_file() local
H A Dfpm_main.c393 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
673 char *buf = malloc(len + 2); in sapi_cgi_log_fastcgi() local
H A Dfpm_php_trace.c49 char buf[buf_size]; in fpm_php_trace_dump() local
H A Dfpm_stdio.c90 char buf[max_buf_size]; in fpm_stdio_child_said() local
H A Dfpm_trace.c11 int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ in fpm_trace_get_strz()
H A Dfpm_trace_pread.c38 char buf[128]; in fpm_trace_ready() local
H A Dzlog.c104 char buf[MAX_LINE_LENGTH]; in zlog_ex() local

Completed in 154 milliseconds

1234567891011