read              460 TSRM/tsrm_win32.c 	int fno, type_len = strlen(type), read, mode;
read              507 TSRM/tsrm_win32.c 	read = (type[0] == 'r') ? TRUE : FALSE;
read              510 TSRM/tsrm_win32.c 	if (read) {
read              556 TSRM/tsrm_win32.c 	if (read) {
read             1015 Zend/zend_alloc.c 		if (read(fd, buf, size) == size) {
read              258 Zend/zend_stream.c 		size_t read, remain = 4*1024;
read              262 Zend/zend_stream.c 		while ((read = zend_stream_read(file_handle, *buf + size, remain TSRMLS_CC)) > 0) {
read              263 Zend/zend_stream.c 			size   += read;
read              264 Zend/zend_stream.c 			remain -= read;
read              243 ext/curl/interface.c 	if (ch->handlers->read && ch->handlers->read->stream) {
read              244 ext/curl/interface.c 		stream = (php_stream *) zend_fetch_resource(&ch->handlers->read->stream TSRMLS_CC, -1, NULL, NULL, 2, php_file_le_stream(), php_file_le_pstream());
read              249 ext/curl/interface.c 			zval_ptr_dtor(&ch->handlers->read->stream);
read              250 ext/curl/interface.c 			ch->handlers->read->fd = 0;
read              251 ext/curl/interface.c 			ch->handlers->read->fp = 0;
read              252 ext/curl/interface.c 			ch->handlers->read->stream = NULL;
read             1523 ext/curl/interface.c 	php_curl_read  *t  = ch->handlers->read;
read             1812 ext/curl/interface.c 	(*ch)->handlers->read         = ecalloc(1, sizeof(php_curl_read));
read             1824 ext/curl/interface.c 	(*ch)->handlers->read->stream = NULL;
read             1972 ext/curl/interface.c 	ch->handlers->read->method  = PHP_CURL_DIRECT;
read             2022 ext/curl/interface.c 	if (ch->handlers->read->stream) {
read             2023 ext/curl/interface.c 		Z_ADDREF_P(ch->handlers->read->stream);
read             2025 ext/curl/interface.c 	dupch->handlers->read->stream  = ch->handlers->read->stream;
read             2026 ext/curl/interface.c 	dupch->handlers->read->method  = ch->handlers->read->method;
read             2035 ext/curl/interface.c 	dupch->handlers->read->fp = ch->handlers->read->fp;
read             2036 ext/curl/interface.c 	dupch->handlers->read->fd = ch->handlers->read->fd;
read             2048 ext/curl/interface.c 	if (ch->handlers->read->func_name) {
read             2049 ext/curl/interface.c 		zval_add_ref(&ch->handlers->read->func_name);
read             2050 ext/curl/interface.c 		dupch->handlers->read->func_name = ch->handlers->read->func_name;
read             2441 ext/curl/interface.c 						if (ch->handlers->read->stream) {
read             2442 ext/curl/interface.c 							Z_DELREF_P(ch->handlers->read->stream);
read             2443 ext/curl/interface.c 							ch->handlers->read->stream = NULL;
read             2445 ext/curl/interface.c 						ch->handlers->read->fp = NULL;
read             2446 ext/curl/interface.c 						ch->handlers->read->fd = 0;
read             2448 ext/curl/interface.c 						if (ch->handlers->read->stream) {
read             2449 ext/curl/interface.c 							Z_DELREF_P(ch->handlers->read->stream);
read             2452 ext/curl/interface.c 						ch->handlers->read->fp = fp;
read             2453 ext/curl/interface.c 						ch->handlers->read->fd = Z_LVAL_PP(zvalue);
read             2454 ext/curl/interface.c 						ch->handlers->read->stream = *zvalue;
read             2756 ext/curl/interface.c 			if (ch->handlers->read->func_name) {
read             2757 ext/curl/interface.c 				zval_ptr_dtor(&ch->handlers->read->func_name);
read             2758 ext/curl/interface.c 				ch->handlers->read->fci_cache = empty_fcall_info_cache;
read             2761 ext/curl/interface.c 			ch->handlers->read->func_name = *zvalue;
read             2762 ext/curl/interface.c 			ch->handlers->read->method = PHP_CURL_USER;
read             3334 ext/curl/interface.c 	if (ch->handlers->read->func_name) {
read             3335 ext/curl/interface.c 		zval_ptr_dtor(&ch->handlers->read->func_name);
read             3358 ext/curl/interface.c 	if (ch->handlers->read->stream) {
read             3359 ext/curl/interface.c 		zval_ptr_dtor(&ch->handlers->read->stream);
read             3364 ext/curl/interface.c 	efree(ch->handlers->read);
read             3437 ext/curl/interface.c 	if (ch->handlers->read->stream) {
read             3438 ext/curl/interface.c 		Z_DELREF_P(ch->handlers->read->stream);
read             3439 ext/curl/interface.c 		ch->handlers->read->stream = NULL;
read             3441 ext/curl/interface.c 	ch->handlers->read->fp = NULL;
read             3442 ext/curl/interface.c 	ch->handlers->read->fd = 0;
read             3443 ext/curl/interface.c 	ch->handlers->read->method  = PHP_CURL_DIRECT;
read              147 ext/curl/php_curl.h 	php_curl_read  *read;
read              337 ext/date/lib/parse_date.c 		if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
read              217 ext/dba/dba_cdb.c # define cdb_file_read(fildes, buf, size) read(fildes, buf, size)
read              526 ext/fileinfo/libmagic/file.h #define FINFO_READ_FUNC read
read               67 ext/gd/libgd/gd_webp.c 	unsigned char   *read, *temp;
read               78 ext/gd/libgd/gd_webp.c 			read = temp + size;
read               87 ext/gd/libgd/gd_webp.c 		n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile);
read             4814 ext/imap/php_imap.c 			unsigned long read;
read             4817 ext/imap/php_imap.c 				read = GETS_FETCH_SIZE;
read             4820 ext/imap/php_imap.c 				read = size;
read             4824 ext/imap/php_imap.c 			if (!f(stream, read, buf)) {
read             4827 ext/imap/php_imap.c 			} else if (read != php_stream_write(IMAPG(gets_stream), buf, read)) {
read              147 ext/interbase/php_ibase_udf.c 	ISC_USHORT read;
read              149 ext/interbase/php_ibase_udf.c 	for (code[remaining] = '\0'; remaining > 0; remaining -= read)
read              150 ext/interbase/php_ibase_udf.c 		b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); 
read             1464 ext/mcrypt/mcrypt.c 			n = read(*fd, iv + read_bytes, size - read_bytes);
read               71 ext/mysqli/mysqli_fe.c 	ZEND_ARG_ARRAY_INFO(1, read, 1)
read              540 ext/mysqlnd/mysqlnd_net.c 	ret->read = php_mysqlnd_read_buffer_read;
read              666 ext/mysqlnd/mysqlnd_net.c 				net->uncompressed_data->read(net->uncompressed_data, to_read_from_buffer, (zend_uchar *) p);
read              283 ext/mysqlnd/mysqlnd_structs.h 	void		(*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest);
read             1000 ext/oci8/oci8.c 	PHP_FALIAS(read,		oci_lob_read,			arginfo_oci_lob_read_method)
read              734 ext/oci8/oci8_lob.c 	while ((loblen = read(fp, &buf, sizeof(buf))) > 0) {	
read             1447 ext/odbc/php_odbc.c 				while ((nbytes = read(fp, &buf, 4096)) > 0) {
read               83 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count TSRMLS_DC);
read             1825 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count TSRMLS_DC)
read             1877 ext/openssl/xp_ssl.c 			if (read) {
read             1904 ext/openssl/xp_ssl.c 				if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) {
read             1907 ext/openssl/xp_ssl.c 				if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) {
read             1912 ext/openssl/xp_ssl.c 				if (read) {
read             1925 ext/openssl/xp_ssl.c 					if (read) {
read             1943 ext/openssl/xp_ssl.c 					if (read) {
read             1968 ext/openssl/xp_ssl.c 		if (read) {
read             1969 ext/openssl/xp_ssl.c 			nr_bytes = php_stream_socket_ops.read(stream, buf, count TSRMLS_CC);
read              164 ext/phar/tar.c 	size_t save = php_stream_tell(fp), read;
read              169 ext/phar/tar.c 	read = php_stream_read(fp, metadata, entry->uncompressed_filesize);
read              170 ext/phar/tar.c 	if (read != entry->uncompressed_filesize) {
read              209 ext/phar/tar.c 	size_t pos = 0, read, totalsize;
read              223 ext/phar/tar.c 	read = php_stream_read(fp, buf, sizeof(buf));
read              225 ext/phar/tar.c 	if (read != sizeof(buf)) {
read              288 ext/phar/tar.c 			read = php_stream_read(fp, buf, size);
read              289 ext/phar/tar.c 			if (read != size) {
read              328 ext/phar/tar.c 			read = php_stream_read(fp, buf, sizeof(buf));
read              330 ext/phar/tar.c 			if (read != sizeof(buf)) {
read              369 ext/phar/tar.c 			read = php_stream_read(fp, entry.filename, entry.filename_len);
read              370 ext/phar/tar.c 			if (read != entry.filename_len) {
read              396 ext/phar/tar.c 			read = php_stream_read(fp, buf, sizeof(buf));
read              398 ext/phar/tar.c 			if (read != sizeof(buf)) {
read              533 ext/phar/tar.c 			read = php_stream_read(fp, buf, size);
read              535 ext/phar/tar.c 			if (read == size) {
read              585 ext/phar/tar.c 		read = php_stream_read(fp, buf, sizeof(buf));
read              587 ext/phar/tar.c 		if (read != sizeof(buf)) {
read              595 ext/phar/tar.c 	} while (read != 0);
read               48 ext/phar/zip.c 	int read;
read               63 ext/phar/zip.c 		read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header));
read               64 ext/phar/zip.c 		len -= read + 4;
read               66 ext/phar/zip.c 		if (sizeof(h.unix3) - sizeof(h.header) != read) {
read              408 ext/phar/zip.c 			size_t read;
read              432 ext/phar/zip.c 			read = php_stream_read(fp, sig, entry.uncompressed_filesize);
read              433 ext/phar/zip.c 			if (read != entry.uncompressed_filesize) {
read              389 ext/session/mod_files.c 	n = read(data->fd, *val, sbuf.st_size);
read              135 ext/session/mod_user.c 	retval = ps_call_handler(PSF(read), 1, args TSRMLS_CC);
read               72 ext/session/mod_user_class.c PHP_METHOD(SessionHandler, read)
read              294 ext/session/php_session.h extern PHP_METHOD(SessionHandler, read);
read              379 ext/session/session.c 				n = read(fd, rbuf, MIN(to_read, sizeof(rbuf)));
read             2238 ext/session/session.c 	ZEND_ARG_INFO(0, read)
read             2323 ext/session/session.c 	PHP_ABSTRACT_ME(SessionHandlerInterface, read, arginfo_session_class_read)
read             2344 ext/session/session.c 	PHP_ME(SessionHandler, read, arginfo_session_class_read, ZEND_ACC_PUBLIC)
read             1559 ext/soap/php_sdl.c 	if (read(f, in, st.st_size) != st.st_size) {
read             25834 ext/sqlite3/libsqlite/sqlite3.c   { "read",         (sqlite3_syscall_ptr)read,       0  },
read              107 ext/standard/dir.c 	PHP_NAMED_FE(read,  php_if_readdir, arginfo_dir)
read              141 ext/standard/password.c 				n = read(fd, buffer + read_bytes, raw_length - read_bytes);
read               81 ext/standard/php_fopen_wrapper.c 	size_t read;
read               94 ext/standard/php_fopen_wrapper.c 	read = php_stream_read(input->body, buf, count);
read               96 ext/standard/php_fopen_wrapper.c 	if (!read || read == (size_t) -1) {
read               99 ext/standard/php_fopen_wrapper.c 		input->position += read;
read              102 ext/standard/php_fopen_wrapper.c 	return read;
read              791 ext/xmlreader/php_xmlreader.c PHP_METHOD(xmlreader, read)
read             1285 ext/xmlreader/php_xmlreader.c 	PHP_ME(xmlreader, read, arginfo_xmlreader_read, ZEND_ACC_PUBLIC)
read               38 ext/zlib/zlib_fopen_wrapper.c 	int read;
read               40 ext/zlib/zlib_fopen_wrapper.c 	read = gzread(self->gz_file, buf, count);
read               46 ext/zlib/zlib_fopen_wrapper.c 	return (read < 0) ? 0 : read;
read              119 main/php_streams.h 	size_t (*read)(php_stream *stream, char *buf, size_t count TSRMLS_DC);
read              374 main/streams/plain_wrapper.c 		ret = read(data->fd, buf, count);
read              380 main/streams/plain_wrapper.c 			ret = read(data->fd, buf, count);
read              596 main/streams/streams.c 			justread = stream->ops->read(stream, chunk_buf, stream->chunk_size TSRMLS_CC);
read              692 main/streams/streams.c 			justread = stream->ops->read(stream, stream->readbuf + stream->writepos,
read              733 main/streams/streams.c 			toread = stream->ops->read(stream, buf, size TSRMLS_CC);
read              514 sapi/cgi/cgi_main.c 		tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, count_bytes - read_bytes);
read              811 sapi/cgi/fastcgi.c 			ret = read(req->fd, ((char*)buf)+n, count-n);
read              819 sapi/cgi/fastcgi.c 		ret = read(req->fd, ((char*)buf)+n, count-n);
read             1163 sapi/cli/php_cli_server.c 	_nbytes_read = read(fd, chunk->data.heap.p, chunk->data.heap.len);
read              343 sapi/fpm/fpm/fastcgi.c 			ret = read(req->fd, ((char*)buf)+n, count-n);
read              351 sapi/fpm/fpm/fastcgi.c 		ret = read(req->fd, ((char*)buf)+n, count-n);
read             1514 sapi/fpm/fpm/fpm_conf.c 		for (n = 0; n < 1024 && (nb_read = read(fd, &c, sizeof(char))) == sizeof(char) && c != '\n'; n++) {
read               64 sapi/fpm/fpm/fpm_events.c 			res = read(fd, &c, 1);
read              529 sapi/fpm/fpm/fpm_main.c 			tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes);
read              136 sapi/fpm/fpm/fpm_stdio.c 			res = read(fd, buf + in_buf, max_buf_size - 1 - in_buf);
read              528 sapi/fpm/fpm/fpm_unix.c 					ret = read(fpm_globals.send_config_pipe[0], &readval, sizeof(readval));
read              291 sapi/litespeed/lsapilib.c         ret = read( fd, (char *)pBuf, len );
read              707 sapi/litespeed/lsapilib.c     if ( read( fd, s_secret, 16 ) < 16 )