Home
last modified time | relevance | path

Searched refs:state (Results 101 – 125 of 154) sorted by relevance

1234567

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h149 #define ONIG_STATE_INC(reg) (reg)->state++
150 #define ONIG_STATE_DEC(reg) (reg)->state--
154 (reg)->state++;\
159 (reg)->state--;\
703 } state; member
H A Dregparse.c1346 NQTFR(node)->state = 0; in node_new_quantifier()
4056 if (*state == CCS_RANGE) in next_state_class()
4068 *state = CCS_VALUE; in next_state_class()
4081 switch (*state) { in next_state_val()
4130 *state = CCS_COMPLETE; in next_state_val()
4135 *state = CCS_VALUE; in next_state_val()
4183 enum CCSTATE state; in parse_char_class() local
4213 state = CCS_START; in parse_char_class()
4303 &state, env); in parse_char_class()
4356 state = CCS_RANGE; in parse_char_class()
[all …]
H A Dregcomp.c1285 node->state |= NST_ADDR_FIXED; in compile_enclose_node()
3515 int r = state; in setup_comb_exp_check()
3541 int child_state = state; in setup_comb_exp_check()
3563 child_state = state; in setup_comb_exp_check()
3728 qn->state |= NST_IN_REPEAT; in setup_tree()
3757 state |= IN_REPEAT; in setup_tree()
3759 state |= IN_VAR_REPEAT; in setup_tree()
5208 (to)->state = ONIG_STATE_MODIFY;\
5245 reg->state = ONIG_STATE_MODIFY; in onig_chain_reduce()
5426 reg->state = ONIG_STATE_NORMAL; in onig_compile()
[all …]
H A Doniguruma.h654 ((reg)->state > 0 ? ONIG_STATE_SEARCHING : (reg)->state)
662 int state; /* normal, searching, compiling */ member
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Demoji.c53 int state = 0; in main() local
/PHP-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc25 * this does not transport any state or control information of your accept()
H A Drecursivefilteriterator.inc25 * this does not transport any state or control information of your accept()
H A Dregexiterator.inc66 * @warning never call this twice for the same state
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h106 enum event_state { NEW, ACTIVE, DEAD } state; member
/PHP-5.5/Zend/
H A Dzend_ini_scanner.l53 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in205 ; state (waiting to process). If the number
209 ; state (waiting to process). If the number
311 ; state - the state of the process (Idle, Running, ...);
322 ; it's always 0 if the process is not in Idle state
326 ; it's always 0 if the process is not in Idle state
329 ; If the process is in Idle state, then informations are related to the
335 ; state: Running
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3852 int state = 0; in _php_mbstr_parse_mail_headers() local
3879 if (state == 0 || state == 1) { in _php_mbstr_parse_mail_headers()
3882 state = 2; in _php_mbstr_parse_mail_headers()
3910 state = 4; in _php_mbstr_parse_mail_headers()
3913 state = 5; in _php_mbstr_parse_mail_headers()
3919 if (state == 1 || state == 3) { in _php_mbstr_parse_mail_headers()
3932 state = 1; in _php_mbstr_parse_mail_headers()
3941 state = 3; in _php_mbstr_parse_mail_headers()
3976 state = 3; in _php_mbstr_parse_mail_headers()
3997 state = 3; in _php_mbstr_parse_mail_headers()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c998 uint minlength, maxlength, number, state; local
1019 state = cs.state;
1033 state = 1; /* all charsets are compiled in */
1043 add_property_long(return_value, "state", state);
H A Dmysqli_api.c2271 const char *state; local
2277 state = mysql_sqlstate(mysql->mysql);
2278 if (state) {
2279 RETURN_STRING(state, 1);
2611 const char * state; local
2618 state = mysql_stmt_sqlstate(stmt->stmt);
2619 if (state) {
2620 RETURN_STRING(state, 1);
/PHP-5.5/ext/standard/
H A Dfile.c2099 int state = 0; in php_fgetcsv() local
2108 switch (state) { in php_fgetcsv()
2163 state = 0; in php_fgetcsv()
2175 switch (state) { in php_fgetcsv()
2178 state = 0; in php_fgetcsv()
2192 state = 0; in php_fgetcsv()
2196 state = 2; in php_fgetcsv()
2198 state = 1; in php_fgetcsv()
2206 switch (state) { in php_fgetcsv()
H A Dbasic_functions.h193 php_uint32 state[MT_N+1]; /* state vector + 1 extra to not violate ANSI C */ member
H A Dphp_string.h136 PHPAPI size_t php_strip_tags(char *rbuf, int len, int *state, char *allow, int allow_len);
/PHP-5.5/ext/readline/
H A Dreadline.c443 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
448 if (!state) { in _readline_command_generator()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c100 RecursiveIteratorState state; member
218 switch (object->iterators[object->level].state) { in spl_recursive_it_move_forward_ex()
245 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
278 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
292 object->iterators[object->level].state = RS_CHILD; in spl_recursive_it_move_forward_ex()
294 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
328 object->iterators[object->level].state = RS_SELF; in spl_recursive_it_move_forward_ex()
330 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
337 object->iterators[object->level].state = RS_START; in spl_recursive_it_move_forward_ex()
391 object->iterators[0].state = RS_START; in spl_recursive_it_rewind_ex()
[all …]
/PHP-5.5/ext/sysvsem/tests/
H A Dsysv.phpt96 * semaphores in effect, to keep state information.
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c870 char state[6]; in odbc_sql_error() local
892 rc = SQLError(henv, conn, stmt, state, &error, errormsg, sizeof(errormsg)-1, &errormsgsize); in odbc_sql_error()
894 snprintf(state, sizeof(state), "HY000"); in odbc_sql_error()
898 memcpy(conn_resource->laststate, state, sizeof(state)); in odbc_sql_error()
901 memcpy(ODBCG(laststate), state, sizeof(state)); in odbc_sql_error()
904 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s in %s", errormsg, state, … in odbc_sql_error()
906 php_error_docref(NULL TSRMLS_CC, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); in odbc_sql_error()
1517 char state[6]; /* Not used */ in PHP_FUNCTION() local
1523 result->stmt, state, &error, errormsg, in PHP_FUNCTION()
1525 if (!strncmp(state,"S1015",5)) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dbug34810.phpt35 printf("[003] Wrong sql state code: %s\n", $warning->sqlstate);
H A Dmysqli_change_user_get_lock.phpt39 This command resets the state as if one had done a new connect. (See Section 25.2.13, “Controlling …
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_driver.c218 stmt->state = MYSQLND_STMT_INITTED; in MYSQLND_METHOD()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c414 zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; in _call_message_handler() local
429 MAKE_STD_ZVAL(state); in _call_message_handler()
430 ZVAL_LONG(state, srvmsg->state); in _call_message_handler()
431 args[2] = &state; in _call_message_handler()
459 zval_ptr_dtor(&state); in _call_message_handler()

Completed in 184 milliseconds

1234567