Home
last modified time | relevance | path

Searched refs:status (Results 201 – 225 of 238) sorted by relevance

12345678910

/PHP-5.4/ext/imap/
H A Dphp_imap.c3393 long status, flags = 0L; in PHP_FUNCTION() local
3409 status = (flags & FT_UID) in PHP_FUNCTION()
3413 if (status) { in PHP_FUNCTION()
4997 PHP_IMAP_EXPORT void mm_status(MAILSTREAM *stream, char *mailbox, MAILSTATUS *status) in mm_status() argument
5001 IMAPG(status_flags)=status->flags; in mm_status()
5003 IMAPG(status_messages)=status->messages; in mm_status()
5006 IMAPG(status_recent)=status->recent; in mm_status()
5009 IMAPG(status_unseen)=status->unseen; in mm_status()
5012 IMAPG(status_uidnext)=status->uidnext; in mm_status()
5015 IMAPG(status_uidvalidity)=status->uidvalidity; in mm_status()
/PHP-5.4/
H A D.gdbinit607 printf " block size status file:line\n"
666 show status of a memory block.
H A DCODING_STANDARDS282 Ongoing status notes which may not be appropriate for SVN comments.
H A DNEWS906 status code). (Adam)
1548 FPM status page. (Lars)
2777 . Fixed bug #55577 (status.html does not install). (fat)
2780 . Fixed bug #55486 (status show BIG processes number). (fat)
2785 . Implemented FR #54577 (Enhanced status page with full status and details
2786 about each processes. Also provide a web page (status.html) for
2787 real-time FPM status. (fat)
3079 . Added xml format to the status page. (fat)
4325 return status on windows). (Sriram Natarajan)
5245 - Fixed bug #47566 (pcntl_wexitstatus() returns signed status).
[all …]
/PHP-5.4/ext/standard/tests/file/
H A Dfwrite_variation2.phpt80 clearstatcache();//clears file status cache
H A Dfwrite_variation2-win32.phpt80 clearstatcache();//clears file status cache
H A Dfwrite_variation3-win32.phpt72 clearstatcache();//clears file status cache
H A Dfwrite_variation3.phpt73 clearstatcache();//clears file status cache
H A Dfwrite_basic-win32.phpt67 clearstatcache();//clears file status cache
H A Dfwrite_basic.phpt67 clearstatcache();//clears file status cache
/PHP-5.4/ext/xml/
H A Dxml.c687 int status = FAILURE; in xml_utf8_decode() local
688 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
690 if (status == FAILURE || c > 0xFFU) { in xml_utf8_decode()
/PHP-5.4/sapi/nsapi/
H A Dnsapi-readme.txt111 the "code" parameter out. Your script can get the HTTP status code
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c2539 int status, pid; in lsapi_sigchild() local
2543 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
2548 if ( WIFSIGNALED( status )) in lsapi_sigchild()
2550 int sig_num = WTERMSIG( status ); in lsapi_sigchild()
2551 int dump = WCOREDUMP( status ); in lsapi_sigchild()
/PHP-5.4/ext/bcmath/libbcmath/
H A Dconfigure696 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1557 : ${CONFIG_STATUS=./config.status}
/PHP-5.4/ext/snmp/
H A Dsnmp.c714 int status, count, found; in php_snmp_internal() local
793 status = snmp_synch_response(ss, pdu, &response); in php_snmp_internal()
794 if (status == STAT_SUCCESS) { in php_snmp_internal()
938 } else if (status == STAT_TIMEOUT) { in php_snmp_internal()
/PHP-5.4/ext/oci8/tests/
H A Ddbmsoutput.phpt25 status integer;
28 dbms_output.get_line(line, status);
29 exit when status = 1;
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c1765 int status = 0; local
2065 if (wait(&status) >= 0) {
2075 while (wait(&status) < 0) {
/PHP-5.4/ext/mysqli/
H A Dmysqli_prop.c35 if (!obj->ptr || ((MYSQLI_RESOURCE *)obj->ptr)->status < value ) { \
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c193 TG(hc)->status = SG(sapi_headers).http_response_code; in sapi_thttpd_send_headers()
/PHP-5.4/ext/interbase/
H A Dinterbase.c964 ISC_STATUS status[20]; in _php_ibase_connect() local
973 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) { in _php_ibase_connect()
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c2010 int status = 0; local
2077 status=DBRPCRETURN;
2098 …if (dbrpcparam(mssql_ptr->link, param_name, (BYTE)status, type, maxlen, datalen, (LPBYTE)value)==F…
/PHP-5.4/ext/mbstring/
H A Dmbstring.c255 ZEND_ARG_INFO(0, status)
905 int status, loc; in php_mb_zend_encoding_converter() local
925 status = mbfl_buffer_converter_feed2(convd, &string, &loc); in php_mb_zend_encoding_converter()
926 if (status) { in php_mb_zend_encoding_converter()
/PHP-5.4/ext/oci8/
H A Doci8.c1614 sb4 php_oci_error(OCIError *err_p, sword status TSRMLS_DC) in php_oci_error()
1619 switch (status) { in php_oci_error()
1662 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown OCI error code: %d", status); in php_oci_error()
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c2952 SQLINTEGER status; in PHP_FUNCTION() local
2954 rc = SQLGetConnectOption(conn->hdbc, SQL_AUTOCOMMIT, (PTR)&status); in PHP_FUNCTION()
2959 RETVAL_LONG((long)status); in PHP_FUNCTION()
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY832 2004/05/21: [impl] add regex status check to onig_match().
973 2004/02/17: [spec] check capture status for empty infinite loop.
1115 2003/12/02: [memo] alias svnst='svn status | grep -v "^\?"'
1290 set option status to effect memory in optimize_node_left().

Completed in 128 milliseconds

12345678910