Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dreaddir.c52 dp->finished = 0; in opendir()
57 dp->finished = 1; in opendir()
73 if (!dp || dp->finished) in readdir()
78 dp->finished = 1; in readdir()
94 if (!dp || dp->finished) { in readdir_r()
101 dp->finished = 1; in readdir_r()
147 dp->finished = 0; in rewinddir()
162 dp->finished = 1; in rewinddir()
H A Dreaddir.h36 short finished; /* 1 if there are not more files */ member
/PHP-5.5/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-5.5/TSRM/
H A Dreaddir.h32 short finished; /* 1 if there are not more files */ member
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c34 zend_bool finished; member
85 if (data->finished) { in php_zlib_inflate_filter()
100 data->finished = '\1'; in php_zlib_inflate_filter()
133 if (!data->finished && flags & PSFS_FLAG_FLUSH_CLOSE) { in php_zlib_inflate_filter()
161 if (!data->finished) { in php_zlib_inflate_dtor()
346 data->finished = '\0'; in php_zlib_filter_create()
/PHP-5.5/Zend/tests/
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/PHP-5.5/ext/spl/examples/
H A Dsearchiterator.inc42 /** Do not move forward but instead mark as finished.
/PHP-5.5/ext/soap/
H A DTODO.old8 serialization in general needs to be polished/finished... all xsd types
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH146 After testing is finished, create a patch file using the command:
H A DREADME.STREAMS142 When you have finished, remember to close the stream.
H A DNEWS7659 - Fixed bug #40606 (umask is not being restored when request is finished).
8561 is finished). (Dmitry)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI590 The use of this library is finished.
/PHP-5.5/main/streams/
H A Dplain_wrapper.c908 if (dir && dir->finished) { in php_plain_files_dir_opener()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in425 ; %T: time the log has been written (the request has finished)
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2062 /* This conection is finished! */
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c50025 goto finished;
50039 goto finished;
50047 goto finished;
50089 finished:
135857 finished:
146136 if( rc!=SQLITE_OK ) goto finished;
146146 goto finished;
146161 if( rc!=SQLITE_OK ) goto finished;
146178 if( rc!=SQLITE_OK ) goto finished;
146185 if( rc!=SQLITE_OK ) goto finished;
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1814 -M (multiline) and the pattern match finished with a line ending.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2566 When you are finished with a pattern, you can free the memory used for

Completed in 521 milliseconds