Home
last modified time | relevance | path

Searched refs:state (Results 126 – 150 of 154) sorted by relevance

1234567

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt116 printf("[004] Error state not saved for query '%s', %d != %d\n", $link['query'],
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc141 * their next() method regardless of their state.
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt102 string(28) "File descriptor in bad state"
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h204 CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int u…
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re184 #define STATE ctx->state
352 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y…
H A Durl_scanner_ex.c248 #define STATE ctx->state
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4260 unsigned int state = 0; local
4269 switch (state)
4273 state = 1;
4282 state = 0;
4289 state = 0;
4294 state = 2;
4296 state = 0;
4302 state = 3;
4304 state = 0;
4318 state = 0;
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1221 enum_mysqlnd_connection_state state = CONN_GET_STATE(conn); local
1228 if (state <= CONN_READY || state == CONN_QUIT_SENT) {
1230 DBG_ERR_FMT("Connection not opened, clear or has been closed. State=%u", state);
1972 DBG_RETURN(conn->state);
1983 conn->state = new_state;
H A Dmysqlnd_structs.h908 enum mysqlnd_connection_state state; member
1041 enum_mysqlnd_stmt_state state; member
H A Dmysqlnd_result.c511 stmt->state = MYSQLND_STMT_INITTED; in mysqlnd_query_read_result_set_header()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re79 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
H A Dparse_date.re136 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
/PHP-5.5/sapi/litespeed/
H A DREADME145 malfunctioning state. Total number of children processes will be reduced to
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enum
/PHP-5.5/ext/openssl/
H A DREADME317 // state whether signature is okay or not
/PHP-5.5/Zend/
H A Dzend_language_scanner.l65 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_ini_scanner.c55 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_language_scanner.c67 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING129 needed at compile time to produce a traditional FSM where only one state is
141 options state any more.
/PHP-5.5/
H A DUPGRADING221 inconsistent state which has been observed to result in crashes and may
H A DNEWS1956 modified state instead of changing itself. (Derick)
4933 - Reset error state in PDO::beginTransaction() reset error state. (Ilia)
6706 class-specific state). (Felipe)
10055 bailout state isn't restored. (Andi)
H A DINSTALL1390 with the alpha or beta state. If no stable packages are available, you
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt23 For example, a collator for "en_US_CALIFORNIA" was requested. In the current state of ICU (2.0),
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1838 +setup_sending(connecttab *c, int state, struct timeval *tvP)
1843 + c->conn_state = state;
2362 + syslog(LOG_INFO, "Expired %d/%d connections in read/write state", r, w);
/PHP-5.5/win32/
H A Dinstall.txt1128 with the alpha or beta state. If no stable packages are available, you

Completed in 211 milliseconds

1234567