Home
last modified time | relevance | path

Searched refs:state (Results 76 – 100 of 154) sorted by relevance

1234567

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.h52 int state; member
H A Dfilters.c175 int state; member
190 inst->state = 0; in php_strip_tags_filter_ctor()
1950 php_chunked_filter_state state; member
1963 switch (data->state) { in php_dechunk()
1975 data->state = CHUNK_ERROR; in php_dechunk()
1981 data->state = CHUNK_SIZE; in php_dechunk()
2013 data->state = CHUNK_BODY; in php_dechunk()
2017 data->state = CHUNK_ERROR; in php_dechunk()
2037 data->state=CHUNK_BODY; in php_dechunk()
2055 data->state = CHUNK_ERROR; in php_dechunk()
[all …]
/PHP-5.5/ext/json/
H A DJSON_parser.h13 int state; member
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt14 // {{{ bool sybase_msg_handler(int msgnumber, int severity, int state, int line, string text)
16 function user_message_handler($msgnumber, $severity, $state, $line, $text) {
H A Dtest_connectionbased_msghandler.phpt24 *** Caught Sybase Server Message #%d [Severity %d, state %d] at line %d
H A Dtest_msghandler.phpt40 *** Caught Sybase Server Message #%d [Severity %d, state %d] at line %d
/PHP-5.5/ext/imap/tests/
H A Dimap_createmailbox_basic.phpt45 echo "Mailbox '$newname' removed to restore initial state\n";
68 Mailbox 'phpnewbox' removed to restore initial state
/PHP-5.5/ext/zip/lib/
H A Dzip_get_name.c58 if (za->entry[idx].state == ZIP_ST_DELETED) { in _zip_get_name()
H A Dzip_entry_new.c68 ze->state = ZIP_ST_UNCHANGED; in _zip_entry_new()
H A Dzip_source_zip.c120 read_zip(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_zip() argument
127 z = (struct read_zip *)state; in read_zip()
H A Dzip_replace.c80 za->entry[idx].state = ((za->cdir == NULL || idx >= za->cdir->nentry) in _zip_replace()
H A Dzip_close.c149 if (za->entry[i].state == ZIP_ST_DELETED) in zip_close()
180 if (za->entry[i].state == ZIP_ST_ADDED) { in zip_close()
584 if ((za->entry[i].state != ZIP_ST_UNCHANGED) in _zip_changed()
588 if (za->entry[i].state != ZIP_ST_DELETED) in _zip_changed()
/PHP-5.5/Zend/tests/
H A Dbug39438.phpt15 'state' => 'stable',
/PHP-5.5/ext/gd/libgd/
H A Dgdhelpers.h9 extern char *gd_strtok_r(char *s, char *sep, char **state);
/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h36 int state; member
/PHP-5.5/
H A DREADME.STREAMS138 #define PHP_STREAM_CRITICAL 3 /* an error occurred; origstream is in an unknown state; you should …
222 state in the stream.
228 itself, which holds some state information (and possibly a buffer) and a
313 For structured state you might have this:
320 struct my_state * state = pemalloc(sizeof(struct my_state), persistent);
322 /* initialize the connection, and run a query, using the fields in state to
325 state->result = mysql_use_result(&state->conn);
328 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
330 /* now stream->abstract == state */
340 struct my_state * state = (struct my_state*)stream->abstract;
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h36 int state; member
/PHP-5.5/sapi/roxen/
H A Droxen.c137 struct thread_state *state;\
138 if((state = thread_state_for_id(th_self()))!=NULL) {\
139 if(!state->swapped) {\
143 SWAP_IN_THREAD(state);\
145 SWAP_OUT_THREAD(state);\
/PHP-5.5/sapi/cli/
H A Dphp_http_parser.h118 unsigned char state; member
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc33 * If the current state is invalid but the appended iterator is valid
35 * call to $it->rewind(). Also if the current state is invalid the inner
/PHP-5.5/ext/imap/
H A Dphp_imap.c2753 } state; in PHP_FUNCTION() local
2764 state = ST_NORMAL; in PHP_FUNCTION()
2788 state = ST_NORMAL; in PHP_FUNCTION()
2793 switch (state) { in PHP_FUNCTION()
2802 state++; in PHP_FUNCTION()
2820 state = ST_NORMAL; in PHP_FUNCTION()
2835 switch (state) { in PHP_FUNCTION()
2891 } state; in PHP_FUNCTION() local
2902 state = ST_NORMAL; in PHP_FUNCTION()
2936 state = ST_NORMAL; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h73 const char *pdo_sqlstate_state_to_description(char *state);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c500 int x = STATE_CHECK_POS(stk->u.state.pstr, stk->u.state.state_check);\
507 stk->u.state.pcode = (pat);\
508 stk->u.state.pstr = (s);\
510 stk->u.state.state_check = 0;\
516 stk->u.state.pcode = (pat);\
517 stk->u.state.state_check = 0;\
525 stk->u.state.pstr = (s);\
535 stk->u.state.pstr = (s);\
549 stk->u.state.pstr = (s);\
556 stk->u.state.pcode = (pat);\
[all …]
/PHP-5.5/ext/spl/tests/
H A Diterator_031.phpt93 The object is in an invalid state as the parent constructor was not called
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c363 mbstate_t state; in file_getbuffer() local
368 (void)memset(&state, 0, sizeof(mbstate_t)); in file_getbuffer()
376 (size_t)(eop - op), &state); in file_getbuffer()

Completed in 85 milliseconds

1234567