Home
last modified time | relevance | path

Searched refs:state (Results 51 – 75 of 149) sorted by relevance

123456

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dpager.c457 pPager->state = SQLITE_UNLOCK; in pager_reset()
498 pPager->state = SQLITE_READLOCK; in pager_unwritelock()
504 pPager->state = SQLITE_UNLOCK; in pager_unwritelock()
982 pPager->state = SQLITE_UNLOCK; in sqlitepager_open()
1024 if( pPager->state!=SQLITE_UNLOCK ){ in sqlitepager_pagecount()
1069 switch( pPager->state ){ in sqlitepager_close()
1332 pPager->state = SQLITE_READLOCK; in sqlitepager_get()
1642 pPager->state = SQLITE_READLOCK; in pager_open_journal()
1650 pPager->state = SQLITE_READLOCK; in pager_open_journal()
1726 pPager->state = SQLITE_WRITELOCK; in sqlitepager_begin()
[all …]
H A Dtokenize.c555 u8 state = 0; /* Current state, using numbers defined in header comment */ in sqlite_complete() local
606 if( *zSql==0 ) return state==0; in sqlite_complete()
675 state = trans[state][token]; in sqlite_complete()
678 return state==0; in sqlite_complete()
/PHP-5.3/ext/hash/
H A Dphp_hash_whirlpool.h26 php_hash_uint64 state[8]; member
H A Dphp_hash_adler32.h27 php_hash_uint32 state; member
H A Dphp_hash_crc32.h27 php_hash_uint32 state; member
H A Dphp_hash_tiger.h26 php_hash_uint64 state[3]; member
/PHP-5.3/ext/standard/
H A Ddns.c356 struct __res_state state; in PHP_FUNCTION() local
357 struct __res_state *handle = &state; in PHP_FUNCTION()
394 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
720 struct __res_state state; in PHP_FUNCTION() local
721 struct __res_state *handle = &state; in PHP_FUNCTION()
815 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
911 struct __res_state state; in PHP_FUNCTION() local
912 struct __res_state *handle = &state; in PHP_FUNCTION()
933 memset(&state, 0, sizeof(state)); in PHP_FUNCTION()
H A Dsha1.h28 php_uint32 state[5]; /* state (ABCD) */ member
H A Dstring.c1345 int state; local
1349 state = 0;
1368 state = 0;
1374 state = 1;
1381 state = 1;
4256 state=1;
4343 state = 1;
4481 state = 3;
4499 state = 4;
4509 state=2;
[all …]
H A Durl_scanner_ex.h52 int state; member
/PHP-5.3/ext/zip/lib/
H A Dzip_delete.c58 za->entry[idx].state = ZIP_ST_DELETED; in zip_delete()
H A Dzip_source_buffer.c86 read_data(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_data() argument
92 z = (struct read_data *)state; in read_data()
H A Dzip_source_filep.c56 static zip_int64_t read_file(void *state, void *data, zip_uint64_t len,
124 read_file(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_file() argument
130 z = (struct read_file *)state; in read_file()
H A Dzipint.h265 enum zip_state state; member
283 ((x)->state == ZIP_ST_REPLACED \
284 || (x)->state == ZIP_ST_ADDED)
/PHP-5.3/ext/json/
H A DJSON_parser.h12 int state; member
/PHP-5.3/ext/dom/tests/
H A DDOMDocumentType_internalSubset_error_001.phpt2 DOMDocumentType::internalSubset with invalid state.
H A DDOMDocumentType_name_error_001.phpt2 DOMDocumentType::name with invalid state.
H A DDOMDocumentType_notations_error_001.phpt2 DOMDocumentType::notations with invalid state.
H A DDOMDocumentType_publicId_error_001.phpt2 DOMDocumentType::publicId with invalid state.
H A DDOMDocumentType_systemId_error_001.phpt2 DOMDocumentType::systemId with invalid state.
H A DDOMDocumentType_entities_error_001.phpt2 DOMDocumentType::entities with invalid state.
/PHP-5.3/ext/spl/examples/
H A Drecursivedualiterator.inc54 * state and identical current and key values or both are non valid.
63 * state and equal current and key values or both are invalid.
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt98 if (!isset($charset->state) ||
99 !is_int($charset->state))
100 printf("[022] Expecting int/any, got %s/%s\n", gettype($charset->state), $charset->state);
/PHP-5.3/ext/json/tests/
H A Dbug46215.phpt2 Bug #46215 (json_encode mutates its parameter and has some class-specific state)
/PHP-5.3/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) {

Completed in 70 milliseconds

123456