Home
last modified time | relevance | path

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

12

/php-src/ext/date/lib/
H A Dparse_date.re87 #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
319 uchar *fill(Scanner *s, uchar *cursor){
326 cursor -= cnt;
335 cursor = &buf[cursor - s->bot];
347 return cursor;
1008 uchar *cursor = s->cur;
1013 s->tok = cursor;
[all …]
H A Dparse_date.c89 #define YYCURSOR cursor
94 #define RET(i) {s->cur = cursor; return i;}
105 #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add…
107 #define TIMELIB_INIT s->cur = cursor; str = timelib_string(s); ptr = str
321 uchar *fill(Scanner *s, uchar *cursor){
328 cursor -= cnt;
337 cursor = &buf[cursor - s->bot];
349 return cursor;
1010 uchar *cursor = s->cur; in scan() local
1015 s->tok = cursor; in scan()
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt108 // get_result can be used in PS cursor mode
H A Dmysqli_stmt_attr_set.phpt111 // Invalid cursor type
/php-src/
H A Dphp.ini-development1117 ; Controls the ODBC cursor model.
H A Dphp.ini-production1119 ; Controls the ODBC cursor model.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます20756 # Type: X11 cursor
20759 0 string Xcur X11 cursor
27974 # displays number of icons and information for icon or cursor
27994 >>>0 ubelong 0x00000200 cursor resource
28000 # 1st cursor
28003 # display information of one cursor entry
28015 # display shared information of cursor or icon entry
32430 # advance the file cursor by this amount past the end of the length
34150 >8 string ACON \b, animated cursor
34354 >8 string ACON \b, animated cursor
[all …]
H A Dmagic20756 # Type: X11 cursor
20759 0 string Xcur X11 cursor
27974 # displays number of icons and information for icon or cursor
27994 >>>0 ubelong 0x00000200 cursor resource
28000 # 1st cursor
28003 # display information of one cursor entry
28015 # display shared information of cursor or icon entry
32430 # advance the file cursor by this amount past the end of the length
34150 >8 string ACON \b, animated cursor
34354 >8 string ACON \b, animated cursor
[all …]

Completed in 184 milliseconds

12