/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | queue.c | 135 q->cursor = q->head; in Q_Init() 241 q->cursor = q->head; in Q_Head() 266 q->cursor = q->tail; in Q_Tail() 313 q->cursor = q->head; in Q_PushHead() 363 q->cursor = q->tail; in Q_PushTail() 482 if(!q->cursor || q->cursor->next == NULL) in Q_Next() 485 q->cursor = (node *)q->cursor->next; in Q_Next() 515 q->cursor = (node *)q->cursor->prev; in Q_Previous() 549 q->cursor = p; in Q_Iter_Del() 551 q->cursor = n; in Q_Iter_Del() [all …]
|
/PHP-5.6/ext/dba/ |
H A D | dba_db2.c | 44 DBC *cursor; member 93 if (dba->cursor) in DBA_CLOSE_FUNC() 94 dba->cursor->c_close(dba->cursor); in DBA_CLOSE_FUNC() 153 if (dba->cursor) { 154 dba->cursor->c_close(dba->cursor); 155 dba->cursor = NULL; 159 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0)) { 161 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor)) { 175 if (dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT)
|
H A D | dba_db3.c | 53 DBC *cursor; member 99 data->cursor = NULL; in DBA_OPEN_FUNC() 118 if (dba->cursor) dba->cursor->c_close(dba->cursor); in DBA_CLOSE_FUNC() 180 if (dba->cursor) { in DBA_FIRSTKEY_FUNC() 181 dba->cursor->c_close(dba->cursor); in DBA_FIRSTKEY_FUNC() 184 dba->cursor = NULL; in DBA_FIRSTKEY_FUNC() 185 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { in DBA_FIRSTKEY_FUNC() 202 if (dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT) == 0) { in DBA_NEXTKEY_FUNC()
|
H A D | dba_db4.c | 71 DBC *cursor; member 137 data->cursor = NULL; 156 if (dba->cursor) dba->cursor->c_close(dba->cursor); 232 if (dba->cursor) { 233 dba->cursor->c_close(dba->cursor); 236 dba->cursor = NULL; 237 if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) { 258 if (dba->cursor && dba->cursor->c_get(dba->cursor, &gkey, &gval, DB_NEXT) == 0) {
|
/PHP-5.6/ext/oci8/tests/ |
H A D | bug42841.phpt | 49 $sql = "BEGIN bug42841_proc(:cursor); END;"; 51 $cursor = oci_new_cursor($c); 52 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR); 55 oci_execute($cursor); 62 oci_free_statement($cursor); 67 $sql = "BEGIN bug42841_proc(:cursor); END;"; 69 $cursor = oci_new_cursor($c); 70 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR); 73 oci_execute($cursor); 80 oci_free_statement($cursor); [all …]
|
H A D | cursor_bind_err.phpt | 2 binding a cursor (with errors) 27 $sql = "select cursor(select * from cursor_bind_err_tab) into :cursor from dual"; 30 $cursor = oci_new_cursor($c); 31 oci_bind_by_name($stmt, ":cursor", $cursor, -1, OCI_B_CURSOR); 35 oci_execute($cursor); 36 var_dump(oci_fetch_assoc($cursor));
|
H A D | cursor_bind.phpt | 2 bind and fetch cursor from a statement 37 $cursor = oci_new_cursor($c); 38 oci_bind_by_name($stmt, ":curs", $cursor, -1, OCI_B_CURSOR); 42 oci_execute($cursor); 43 var_dump(oci_fetch_row($cursor)); 44 var_dump(oci_fetch_row($cursor)); 45 var_dump(oci_fetch_row($cursor)); 46 var_dump(oci_fetch_row($cursor));
|
H A D | bug40415.phpt | 73 echo "Getting nested cursor\n"; 82 echo "Test 1: Associate fetch of nested cursor\n"; 85 echo "\nTest 2: fetchall of nested cursor\n"; 98 Test 1: Associate fetch of nested cursor 99 Got row "11". Now getting nested cursor: 113 Got row "12". Now getting nested cursor: 127 Got row "13". Now getting nested cursor: 142 Test 2: fetchall of nested cursor 164 Getting nested cursor 177 Getting nested cursor [all …]
|
H A D | refcur_prefetch_3.phpt | 63 echo "Fetch Row using Nested cursor Query\n"; 94 Fetch Row using Nested cursor Query 99 Fetch Row using Nested cursor Query 104 Fetch Row using Nested cursor Query 109 Fetch Row using Nested cursor Query 114 Fetch Row using Nested cursor Query 119 Fetch Row using Nested cursor Query 124 Fetch Row using Nested cursor Query 129 Fetch Row using Nested cursor Query 134 Fetch Row using Nested cursor Query [all …]
|
H A D | bug44206.phpt | 17 $stmt = "select cursor (select $x from dual) a, 18 cursor (select $x from dual) b
|
H A D | imp_res_cursor.phpt | 2 Oracle Database 12c Implicit Result Sets: nested cursor 43 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual; 57 if (is_resource($item)) { // Nested cursor
|
H A D | imp_res_get_cursor.phpt | 2 Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: nested cursor 40 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua… 57 if (is_resource($item)) { // Nested cursor
|
H A D | cursors_old.phpt | 2 fetching cursor from a statement 27 $sql = "select cursor(select * from cursors_old_tab) as curs from dual";
|
H A D | refcur_prefetch_4.phpt | 2 Prefetch with REF cursor. Test No 4 31 type refcursortype is ref cursor; 65 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed. 75 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
|
H A D | b47243_1.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
H A D | b47243_2.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
H A D | b47243_3.phpt | 15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
|
H A D | refcur_prefetch_2.phpt | 2 Prefetch with REF cursor. Test No 2 29 type refcursortype is ref cursor; 63 // Steps to Fetch from PHP . For every sub-test,the cursor is bound and then executed. 73 // Steps to Fetch from PL/SQL . For every sub-test,the cursor is bound and then executed.
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | 067.phpt | 12 /* skip cursor test for versions < 50004 */ 44 $mysql->query("DROP TABLE IF EXISTS cursor$i"); 45 $mysql->query("CREATE TABLE cursor$i (a int not null) ENGINE=" . $engine); 46 $mysql->query("INSERT INTO cursor$i VALUES (1),(2),(3),(4),(5),(6)"); 47 $stmt[$i] = open_cursor($mysql, "SELECT a FROM cursor$i"); 74 if (!mysqli_query($link, sprintf("DROP TABLE IF EXISTS cursor%d", $i)))
|
/PHP-5.6/ext/standard/ |
H A D | html.c | 67 *cursor = pos + (advance); \ 105 size_t *cursor, in get_next_char() argument 108 size_t pos = *cursor; in get_next_char() 356 *cursor = pos; in get_next_char() 366 size_t *cursor, in php_next_utf8_char() argument 1152 size_t *cursor) in find_entity_for_char() argument 1174 if (!(*cursor < oldlen)) in find_entity_for_char() 1198 *cursor = cursor_before; in find_entity_for_char() 1281 cursor = 0; in php_escape_html_entities_ex() 1282 while (cursor < oldlen) { in php_escape_html_entities_ex() [all …]
|
H A D | var_unserializer.c | 278 #define YYCURSOR cursor 290 char cursor; in parse_iv2() local 303 cursor = (char)*p; in parse_iv2() 304 if (cursor >= '0' && cursor <= '9') { in parse_iv2() 324 unsigned char cursor; in parse_uiv() local 332 cursor = *p; in parse_uiv() 333 if (cursor >= '0' && cursor <= '9') { in parse_uiv() 512 const unsigned char *cursor, *limit, *marker, *start; in php_var_unserialize() local 516 cursor = *p; in php_var_unserialize() 522 if (var_hash && cursor[0] != 'R') { in php_var_unserialize() [all …]
|
H A D | var_unserializer.re | 276 #define YYCURSOR cursor 294 char cursor; 307 cursor = (char)*p; 308 if (cursor >= '0' && cursor <= '9') { 328 unsigned char cursor; 336 cursor = *p; 337 if (cursor >= '0' && cursor <= '9') { 516 const unsigned char *cursor, *limit, *marker, *start; 520 cursor = *p; 526 if (var_hash && cursor[0] != 'R') { [all …]
|
H A D | html.h | 60 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_lexer.h | 29 unsigned char *cursor; member
|
/PHP-5.6/ext/zip/ |
H A D | zip_stream.c | 37 size_t cursor; member 65 self->cursor += n; in php_zip_ops_read() 234 self->cursor = 0; in php_stream_zip_open() 313 self->cursor = 0; in php_stream_zip_opener()
|