Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 25 of 56) sorted by last modified time

123

/PHP-7.4/
H A DNEWS467 . Fixed bug #64638 (Fetching resultsets from stored procedure with cursor
470 that use a cursor). (Nikita)
472 with a cursor). (Nikita)
H A Dphp.ini-development1106 ; Controls the ODBC cursor model.
H A Dphp.ini-production1106 ; Controls the ODBC cursor model.
/PHP-7.4/ext/date/lib/
H A Dparse_date.re85 #define YYCURSOR cursor
90 #define RET(i) {s->cur = cursor; return i;}
101 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
103 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
302 uchar *fill(Scanner *s, uchar *cursor){
309 cursor -= cnt;
318 cursor = &buf[cursor - s->bot];
330 return cursor;
882 uchar *cursor = s->cur;
886 s->tok = cursor;
[all …]
H A Dparse_date.c87 #define YYCURSOR cursor
92 #define RET(i) {s->cur = cursor; return i;}
103 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
105 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
304 uchar *fill(Scanner *s, uchar *cursor){
311 cursor -= cnt;
320 cursor = &buf[cursor - s->bot];
332 return cursor;
884 uchar *cursor = s->cur; in scan() local
888 s->tok = cursor; in scan()
[all …]
H A Dparse_iso_intervals.c53 #define YYCURSOR cursor
58 #define RET(i) {s->cur = cursor; return i;}
62 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
171 uchar *cursor = s->cur; in scan() local
175 s->tok = cursor; in scan()
329 s->pos = cursor; s->line++; in scan()
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt2 PDO_Firebird: cursor should not be marked as opened on singleton statements
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l15 #define YYCURSOR LEX(cursor)
H A Dphpdbg_lexer.h29 unsigned char *cursor; member
H A Dphpdbg_eol.c110 i = cursor = 0; in phpdbg_eol_convert()
114 cursor++; in phpdbg_eol_convert()
115 out[cursor] = cur; in phpdbg_eol_convert()
119 cursor++; in phpdbg_eol_convert()
127 out[cursor] = cur; in phpdbg_eol_convert()
132 cursor++; in phpdbg_eol_convert()
151 i = cursor = 0; in phpdbg_eol_convert()
160 out[cursor] = cur; in phpdbg_eol_convert()
164 cursor++; in phpdbg_eol_convert()
165 cur = in[cursor]; in phpdbg_eol_convert()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt2 PS using cursor and returning multiple result sets
H A Dbug77935.phpt2 Bug #77935: Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor
H A Dmysqli_stmt_get_result.phpt113 // get_result can be used in PS cursor mode
H A D067.phpt12 /* 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-7.4/ext/zip/
H A Dzip_stream.c39 size_t cursor; member
75 self->cursor += n; in php_zip_ops_read()
244 self->cursor = 0; in php_stream_zip_open()
330 self->cursor = 0; in php_stream_zip_opener()
/PHP-7.4/ext/xmlreader/tests/
H A D015-get-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
H A D015.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace
H A D003-move-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to an attribute, with invalid arguments
H A D015-move-errors.phpt2 XMLReader: libxml2 XML Reader, Move cursor to a named attribute within a namespace, with invalid ar…
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re372 #define YYCURSOR cursor
437 unsigned char cursor;
441 cursor = *p;
442 if (cursor >= '0' && cursor <= '9') {
443 result = result * 10 + (size_t)(cursor - (unsigned char)'0');
774 const unsigned char *cursor, *limit, *marker, *start;
778 cursor = *p;
788 start = cursor;
H A Dhtml.c63 *cursor = pos + (advance); \
101 size_t *cursor, in get_next_char() argument
104 size_t pos = *cursor; in get_next_char()
352 *cursor = pos; in get_next_char()
362 size_t *cursor, in php_next_utf8_char() argument
1101 size_t *cursor) in find_entity_for_char() argument
1123 if (!(*cursor < oldlen)) in find_entity_for_char()
1147 *cursor = cursor_before; in find_entity_for_char()
1226 cursor = 0; in php_escape_html_entities_ex()
1227 while (cursor < oldlen) { in php_escape_html_entities_ex()
[all …]
H A Dhtml.h58 PHPAPI unsigned int php_next_utf8_char(const unsigned char *str, size_t str_len, size_t *cursor, in…
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt6 and advance the array cursor */
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re31 #define RET(i) {s->cur = cursor; return i; }
35 #define YYCURSOR cursor
46 char *cursor = s->cur;
48 s->tok = cursor;
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_cursor.phpt2 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

Completed in 92 milliseconds

123