Home
last modified time | relevance | path

Searched refs:cursor (Results 26 – 40 of 40) sorted by relevance

12

/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.c32 #define RET(i) {s->cur = cursor; return i; }
36 #define YYCURSOR cursor
47 char *cursor = s->cur; in scan() local
49 s->tok = cursor; in scan()
H A Dpdo_sql_parser.re30 #define RET(i) {s->cur = cursor; return i; }
34 #define YYCURSOR cursor
45 char *cursor = s->cur;
47 s->tok = cursor;
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.c67 #define YYCURSOR cursor
72 #define RET(i) {s->cur = cursor; return i;}
76 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
280 uchar *cursor = s->cur; in scan() local
284 s->tok = cursor; in scan()
439 s->pos = cursor; s->line++; in scan()
H A Dparse_date.re100 #define YYCURSOR cursor
105 #define RET(i) {s->cur = cursor; return i;}
116 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
118 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
309 uchar *fill(Scanner *s, uchar *cursor){
316 cursor -= cnt;
325 cursor = &buf[cursor - s->bot];
337 return cursor;
869 uchar *cursor = s->cur;
873 s->tok = cursor;
[all …]
H A Dparse_date.c102 #define YYCURSOR cursor
107 #define RET(i) {s->cur = cursor; return i;}
118 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
120 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
311 uchar *fill(Scanner *s, uchar *cursor){
318 cursor -= cnt;
327 cursor = &buf[cursor - s->bot];
339 return cursor;
871 uchar *cursor = s->cur; in scan() local
875 s->tok = cursor; in scan()
[all …]
/PHP-5.3/ext/pdo/tests/
H A Dbug_44861.phpt2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt2 Prefetch with REF cursor. Test different values for prefetch with oci_set_prefetch().
22 type refcursortype is ref cursor;
H A Dbug43492.phpt2 Bug #43492 (Nested cursor leaks)
32 While fetching data from a ref cursor, the parent statement needs to
34 not automatically released which causes a cursor leak.
43 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
H A Dbug43492_2.phpt2 Bug #43492 (Nested cursor leaks after related bug #44206 fixed)
35 $s = ociparse($c, 'select cursor(select * from bug43492_tab) c from bug43492_tab');
/PHP-5.3/ext/xml/
H A Dxml.c664 *cursor = pos + (advance); \
678 size_t *cursor, in php_next_utf8_char() argument
681 size_t pos = *cursor; in php_next_utf8_char()
757 *cursor = pos; in php_next_utf8_char()
/PHP-5.3/ext/standard/tests/array/
H A Deach.phpt6 and advance the array cursor */
/PHP-5.3/
H A Dphp.ini-development1134 ; Controls the ODBC cursor model.
H A Dphp.ini-production1134 ; Controls the ODBC cursor model.
H A DNEWS3233 - Fixed bug #44861 (scrollable cursor don't work with pgsql). (Matteo)
4086 - Fixed bug #42496 (OCI8 cursor is not closed when using 2 clobs in a select
5996 result cursor. (Ilia)
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1229 # mean that the cursor should move either down or right when you press Return.
8942 # Type: X11 cursor
8945 0 string Xcur X11 cursor
13132 >8 string ACON \b, animated cursor
13180 >8 string ACON \b, animated cursor
16040 # X11 mouse cursor format defined in libXcursor, see

Completed in 195 milliseconds

12