Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 17 of 17) sorted by relevance

/PHP-7.3/win32/
H A Dreaddir.c79 dp->finished = 1; in opendir()
90 dp->finished = 0; in opendir()
103 if (!dp || dp->finished) in readdir()
108 dp->finished = 1; in readdir()
135 if (!dp || dp->finished) { in readdir_r()
142 dp->finished = 1; in readdir_r()
198 dp->finished = 0; in rewinddir()
230 dp->finished = 1; in rewinddir()
H A Dreaddir.h32 uint8_t finished; /* 1 if there are not more files */ member
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt43 printf("[002] The queries should have finished already\n");
74 printf("[003] The queries should have finished already\n");
104 printf("[004] The queries should have finished already\n");
136 printf("[005] The queries should have finished already\n");
178 printf("[006] The queries should have finished already\n");
/PHP-7.3/ext/zlib/
H A Dzlib_filter.c32 zend_bool finished; member
79 while (bin < (unsigned int) bucket->buflen && !data->finished) { in php_zlib_inflate_filter()
91 data->finished = '\1'; in php_zlib_inflate_filter()
122 if (!data->finished && flags & PSFS_FLAG_FLUSH_CLOSE) { in php_zlib_inflate_filter()
151 if (!data->finished) { in php_zlib_inflate_dtor()
334 data->finished = '\0'; in php_zlib_filter_create()
/PHP-7.3/Zend/tests/
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/PHP-7.3/Zend/tests/generators/
H A Dbug70904.phpt2 Bug #70904 (yield from incorrectly marks valid generator as finished)
H A Dbug74954.phpt2 Bug #74954 (crash after update of generator yielding from finished generator)
/PHP-7.3/ext/spl/examples/
H A Dsearchiterator.inc42 /** Do not move forward but instead mark as finished.
/PHP-7.3/sapi/fpm/fpm/
H A Dzlog.c738 if (stream->finished) { in zlog_stream_str()
739 stream->finished = 0; in zlog_stream_str()
825 if (stream->finished || stream->len == 0) { in zlog_stream_finish()
841 stream->finished = 1; in zlog_stream_finish()
865 zlog_bool finished = zlog_stream_finish(stream); in zlog_stream_close() local
868 return finished; in zlog_stream_close()
H A Dzlog.h71 unsigned int finished:1; member
/PHP-7.3/sapi/fpm/tests/
H A Dlogtool.inc169 … "The suffix has not been finished from position $this->suffixPosition in line: $line"
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in310 ; %T: time the log has been written (the request has finished)
343 ; application calls 'fastcgi_finish_request' or when application has finished and
/PHP-7.3/
H A DREADME.SUBMITTING_PATCH147 After testing is finished, create a patch file using the command:
H A DREADME.STREAMS141 When you have finished, remember to close the stream.
/PHP-7.3/main/streams/
H A Dplain_wrapper.c998 if (dir && dir->finished) { in php_plain_files_dir_opener()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI941 The use of this library is finished.
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c59518 goto finished;
59532 goto finished;
59540 goto finished;
59582 finished:
163202 finished:
173591 if( rc!=SQLITE_OK ) goto finished;
173601 goto finished;
173616 if( rc!=SQLITE_OK ) goto finished;
173635 if( rc!=SQLITE_OK ) goto finished;
173642 if( rc!=SQLITE_OK ) goto finished;
[all …]

Completed in 618 milliseconds