Home
last modified time | relevance | path

Searched defs:LimitVal (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y41 struct LimitVal { struct
42 int limit; /* The LIMIT value. -1 if there is no limit */
43 int offset; /* The OFFSET. 0 if there is none */
H A Dparse.c16 struct LimitVal { struct
17 int limit; /* The LIMIT value. -1 if there is no limit */
18 int offset; /* The OFFSET. 0 if there is none */

Completed in 16 milliseconds