read              461 TSRM/tsrm_win32.c 	int fno, type_len, read, mode;
read              508 TSRM/tsrm_win32.c 	read = (type[0] == 'r') ? TRUE : FALSE;
read              511 TSRM/tsrm_win32.c 	if (read) {
read              557 TSRM/tsrm_win32.c 	if (read) {
read              257 Zend/zend_stream.c 		size_t read, remain = 4*1024;
read              261 Zend/zend_stream.c 		while ((read = zend_stream_read(file_handle, *buf + size, remain)) > 0) {
read              262 Zend/zend_stream.c 			size   += read;
read              263 Zend/zend_stream.c 			remain -= read;
read              244 ext/curl/interface.c 	if (ch->handlers->read && !Z_ISUNDEF(ch->handlers->read->stream)) {
read              245 ext/curl/interface.c 		stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->read->stream, NULL, php_file_le_stream(), php_file_le_pstream());
read              250 ext/curl/interface.c 			zval_ptr_dtor(&ch->handlers->read->stream);
read              251 ext/curl/interface.c 			ZVAL_UNDEF(&ch->handlers->read->stream);
read              252 ext/curl/interface.c 			ch->handlers->read->res = NULL;
read              253 ext/curl/interface.c 			ch->handlers->read->fp = 0;
read             1486 ext/curl/interface.c 	php_curl_read *t = ch->handlers->read;
read             1747 ext/curl/interface.c 	ch->handlers->read         = ecalloc(1, sizeof(php_curl_read));
read             1902 ext/curl/interface.c 	ch->handlers->read->method  = PHP_CURL_DIRECT;
read             1950 ext/curl/interface.c 	if (!Z_ISUNDEF(ch->handlers->read->stream)) {
read             1951 ext/curl/interface.c 		Z_ADDREF(ch->handlers->read->stream);
read             1953 ext/curl/interface.c 	dupch->handlers->read->stream  = ch->handlers->read->stream;
read             1954 ext/curl/interface.c 	dupch->handlers->read->method  = ch->handlers->read->method;
read             1963 ext/curl/interface.c 	dupch->handlers->read->fp = ch->handlers->read->fp;
read             1964 ext/curl/interface.c 	dupch->handlers->read->res = ch->handlers->read->res;
read             1974 ext/curl/interface.c 	if (!Z_ISUNDEF(ch->handlers->read->func_name)) {
read             1975 ext/curl/interface.c 		ZVAL_COPY(&dupch->handlers->read->func_name, &ch->handlers->read->func_name);
read             2381 ext/curl/interface.c 						if (!Z_ISUNDEF(ch->handlers->read->stream)) {
read             2382 ext/curl/interface.c 							zval_ptr_dtor(&ch->handlers->read->stream);
read             2383 ext/curl/interface.c 							ZVAL_UNDEF(&ch->handlers->read->stream);
read             2385 ext/curl/interface.c 						ch->handlers->read->fp = NULL;
read             2386 ext/curl/interface.c 						ch->handlers->read->res = NULL;
read             2388 ext/curl/interface.c 						zval_ptr_dtor(&ch->handlers->read->stream);
read             2389 ext/curl/interface.c 						ch->handlers->read->fp = fp;
read             2390 ext/curl/interface.c 						ch->handlers->read->res = Z_RES_P(zvalue);
read             2391 ext/curl/interface.c 						ZVAL_COPY(&ch->handlers->read->stream, zvalue);
read             2651 ext/curl/interface.c 			if (!Z_ISUNDEF(ch->handlers->read->func_name)) {
read             2652 ext/curl/interface.c 				zval_ptr_dtor(&ch->handlers->read->func_name);
read             2653 ext/curl/interface.c 				ch->handlers->read->fci_cache = empty_fcall_info_cache;
read             2655 ext/curl/interface.c 			ZVAL_COPY(&ch->handlers->read->func_name, zvalue);
read             2656 ext/curl/interface.c 			ch->handlers->read->method = PHP_CURL_USER;
read             3232 ext/curl/interface.c 	zval_ptr_dtor(&ch->handlers->read->func_name);
read             3244 ext/curl/interface.c 	zval_ptr_dtor(&ch->handlers->read->stream);
read             3248 ext/curl/interface.c 	efree(ch->handlers->read);
read             3317 ext/curl/interface.c 	if (!Z_ISUNDEF(ch->handlers->read->stream)) {
read             3318 ext/curl/interface.c 		zval_ptr_dtor(&ch->handlers->read->stream);
read             3319 ext/curl/interface.c 		ZVAL_UNDEF(&ch->handlers->read->stream);
read             3321 ext/curl/interface.c 	ch->handlers->read->fp = NULL;
read             3322 ext/curl/interface.c 	ch->handlers->read->res = NULL;
read             3323 ext/curl/interface.c 	ch->handlers->read->method  = PHP_CURL_DIRECT;
read              150 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              550 ext/fileinfo/libmagic/file.h #define FINFO_READ_FUNC read
read               48 ext/gd/libgd/gd_webp.c 		unsigned char *read, *temp;
read               53 ext/gd/libgd/gd_webp.c 			read = temp + size;
read               62 ext/gd/libgd/gd_webp.c 		n = gdGetBuf(read, GD_WEBP_ALLOC_STEP, infile);
read             4837 ext/imap/php_imap.c 			unsigned long read;
read             4840 ext/imap/php_imap.c 				read = GETS_FETCH_SIZE;
read             4843 ext/imap/php_imap.c 				read = size;
read             4847 ext/imap/php_imap.c 			if (!f(stream, read, buf)) {
read             4850 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             1383 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              548 ext/mysqlnd/mysqlnd_net.c 	ret->read = php_mysqlnd_read_buffer_read;
read              674 ext/mysqlnd/mysqlnd_net.c 				net->uncompressed_data->read(net->uncompressed_data, to_read_from_buffer, (zend_uchar *) p);
read              282 ext/mysqlnd/mysqlnd_structs.h 	void		(*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest);
read              994 ext/oci8/oci8.c 	PHP_FALIAS(read,		oci_lob_read,			arginfo_oci_lob_read_method)
read              733 ext/oci8/oci8_lob.c 	while ((loblen = read(fp, &buf, sizeof(buf))) > 0) {	
read             1453 ext/odbc/php_odbc.c 				while ((nbytes = read(fp, &buf, 4096)) > 0) {
read             1235 ext/opcache/zend_file_cache.c 	if (read(fd, &info, sizeof(info)) != sizeof(info)) {
read             1283 ext/opcache/zend_file_cache.c 	if (read(fd, mem, info.mem_size + info.str_size) != (ssize_t)(info.mem_size + info.str_size)) {
read              113 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count);
read             1927 ext/openssl/xp_ssl.c static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ */
read             1984 ext/openssl/xp_ssl.c 			if (read) {
read             2011 ext/openssl/xp_ssl.c 				if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) {
read             2014 ext/openssl/xp_ssl.c 				if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) {
read             2019 ext/openssl/xp_ssl.c 				if (read) {
read             2032 ext/openssl/xp_ssl.c 					if (read) {
read             2051 ext/openssl/xp_ssl.c 					if (read) {
read             2081 ext/openssl/xp_ssl.c 		if (read) {
read             2082 ext/openssl/xp_ssl.c 			nr_bytes = php_stream_socket_ops.read(stream, buf, count);
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              531 ext/phar/tar.c 			read = php_stream_read(fp, buf, size);
read              533 ext/phar/tar.c 			if (read == size) {
read              583 ext/phar/tar.c 		read = php_stream_read(fp, buf, sizeof(buf));
read              585 ext/phar/tar.c 		if (read != sizeof(buf)) {
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              396 ext/phar/zip.c 			size_t read;
read              420 ext/phar/zip.c 			read = php_stream_read(fp, sig, entry.uncompressed_filesize);
read              421 ext/phar/zip.c 			if (read != entry.uncompressed_filesize) {
read              507 ext/session/mod_files.c 	n = read(data->fd, ZSTR_VAL(*val), ZSTR_LEN(*val));
read              129 ext/session/mod_user.c 	ps_call_handler(&PSF(read), 1, args, &retval);
read               72 ext/session/mod_user_class.c PHP_METHOD(SessionHandler, read)
read              330 ext/session/php_session.h extern PHP_METHOD(SessionHandler, read);
read              392 ext/session/session.c 				n = read(fd, rbuf, MIN(to_read, sizeof(rbuf)));
read             2457 ext/session/session.c 	ZEND_ARG_INFO(0, read)
read             2553 ext/session/session.c 	PHP_ABSTRACT_ME(SessionHandlerInterface, read, arginfo_session_class_read)
read             2583 ext/session/session.c 	PHP_ME(SessionHandler, read, arginfo_session_class_read, ZEND_ACC_PUBLIC)
read             1551 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              112 ext/standard/dir.c 	PHP_NAMED_FE(read,  php_if_readdir, arginfo_dir)
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              169 ext/standard/random.c 		n = read(fd, bytes + read_bytes, size - read_bytes);
read              785 ext/xmlreader/php_xmlreader.c PHP_METHOD(xmlreader, read)
read             1282 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               41 ext/zlib/zlib_fopen_wrapper.c 	read = gzread(self->gz_file, buf, count);
read               47 ext/zlib/zlib_fopen_wrapper.c 	return (size_t)((read < 0) ? 0 : read);
read              968 main/fastcgi.c 			ret = read(req->fd, ((char*)buf)+n, in_len);
read              978 main/fastcgi.c 		ret = read(req->fd, ((char*)buf)+n, count-n);
read              121 main/php_streams.h 	size_t (*read)(php_stream *stream, char *buf, size_t count);
read              398 main/streams/plain_wrapper.c 		ret = read(data->fd, buf,  PLAIN_WRAP_BUF_SIZE(count));
read              404 main/streams/plain_wrapper.c 			ret = read(data->fd, buf,  PLAIN_WRAP_BUF_SIZE(count));
read              579 main/streams/streams.c 			justread = stream->ops->read(stream, chunk_buf, stream->chunk_size);
read              675 main/streams/streams.c 			justread = stream->ops->read(stream, (char*)stream->readbuf + stream->writepos,
read              716 main/streams/streams.c 			toread = stream->ops->read(stream, buf, size);
read              490 sapi/cgi/cgi_main.c 		tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, to_read);
read              492 sapi/cgi/cgi_main.c 		tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, count_bytes - read_bytes);
read             1050 sapi/cli/php_cli_server.c 	_nbytes_read = read(fd, chunk->data.heap.p, (unsigned int)chunk->data.heap.len);
read             1052 sapi/cli/php_cli_server.c 	_nbytes_read = read(fd, chunk->data.heap.p, chunk->data.heap.len);
read             1516 sapi/fpm/fpm/fpm_conf.c 		for (n = 0; (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              502 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 )
read              187 sapi/phpdbg/phpdbg_io.c 		ret = read(sock, ptr, len);