Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.h38 node *head, *tail, *cursor; member
/PHP-5.5/ext/oci8/tests/
H A Dbug38173.phpt43 CURSOR( SELECT * FROM t2 ) as cursor
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.5/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.5/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
245 uchar *cursor = s->cur; in scan() local
249 s->tok = cursor; in scan()
404 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
307 uchar *fill(Scanner *s, uchar *cursor){
314 cursor -= cnt;
323 cursor = &buf[cursor - s->bot];
335 return cursor;
809 uchar *cursor = s->cur;
813 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
309 uchar *fill(Scanner *s, uchar *cursor){
316 cursor -= cnt;
325 cursor = &buf[cursor - s->bot];
337 return cursor;
811 uchar *cursor = s->cur; in scan() local
815 s->tok = cursor; in scan()
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dbug_44861.phpt2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql)
/PHP-5.5/ext/standard/tests/array/
H A Deach.phpt6 and advance the array cursor */
/PHP-5.5/
H A Dphp.ini-development1031 ; Controls the ODBC cursor model.
H A Dphp.ini-production1031 ; Controls the ODBC cursor model.
H A DNEWS6283 - Fixed bug #44861 (scrollable cursor don't work with pgsql). (Matteo)
7136 - Fixed bug #42496 (OCI8 cursor is not closed when using 2 clobs in a select
9046 result cursor. (Ilia)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1344 # mean that the cursor should move either down or right when you press Return.
10586 # Type: X11 cursor
10589 0 string Xcur X11 cursor
15419 >8 string ACON \b, animated cursor
15469 >8 string ACON \b, animated cursor
18672 # X11 mouse cursor format defined in libXcursor, see

Completed in 137 milliseconds

12