Home
last modified time | relevance | path

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

/PHP-5.3/win32/
H A Dreaddir.c51 dp->finished = 0; in opendir()
56 dp->finished = 1; in opendir()
72 if (!dp || dp->finished) in readdir()
77 dp->finished = 1; in readdir()
93 if (!dp || dp->finished) { in readdir_r()
100 dp->finished = 1; in readdir_r()
146 dp->finished = 0; in rewinddir()
161 dp->finished = 1; in rewinddir()
H A Dreaddir.h36 short finished; /* 1 if there are not more files */ member
/PHP-5.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-5.3/TSRM/
H A Dreaddir.h32 short finished; /* 1 if there are not more files */ member
/PHP-5.3/ext/zlib/
H A Dzlib_filter.c34 zend_bool finished; member
86 if (data->finished) { in php_zlib_inflate_filter()
101 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()
347 data->finished = '\0'; in php_zlib_filter_create()
/PHP-5.3/Zend/tests/
H A Dbug36759.phpt2 Bug #36759 (Objects destructors are invoked in wrong order when script is finished)
/PHP-5.3/ext/spl/examples/
H A Dsearchiterator.inc42 /** Do not move forward but instead mark as finished.
/PHP-5.3/ext/soap/
H A DTODO.old8 serialization in general needs to be polished/finished... all xsd types
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in176 #define SQLITE_DONE 101 /* sqlite_step() has finished executing */
303 ** query has finished.
330 ** After the calling function has finished using the result, it should
651 ** of this message when it has finished with it. Use sqlite_freemem() to
714 ** This routine is called to delete a virtual machine after it has finished
720 ** should use sqlite_freemem() to delete this message when it has finished
/PHP-5.3/
H A DREADME.SUBMITTING_PATCH135 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 DNEWS4609 - Fixed bug #40606 (umask is not being restored when request is finished).
5511 is finished). (Dmitry)
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI573 The use of this library is finished.
/PHP-5.3/main/streams/
H A Dplain_wrapper.c879 if (dir && dir->finished) { in php_plain_files_dir_opener()
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in412 ; %T: time the log has been written (the request has finished)
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch2062 /* This conection is finished! */
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c44742 goto finished;
44756 goto finished;
44764 goto finished;
44806 finished:
114244 if( rc!=SQLITE_OK ) goto finished;
114249 finished:
122304 goto finished;
122320 if( rc!=SQLITE_OK ) goto finished;
122336 if( rc!=SQLITE_OK ) goto finished;
122341 if( rc!=SQLITE_OK ) goto finished;
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog878 -M (multiline) and the pattern match finished with a line ending.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2459 When you are finished with a pattern, you can free the memory used for

Completed in 407 milliseconds