• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching refs:want

16 ** if you want a wrapper to interface SQLite with your choice of programming
57 ** on a recent machine (ex: Red Hat 7.2) but you want your code to work
144 ** want to place more severe limits on the complexity of an
471 ** to setup for a later assert() statement. We do not want this code to
1045 ** want to subclass this object by appending additional fields
2460 ** not want the user to be able to make arbitrary changes to the
2803 ** attack. Developers might also want to use the [sqlite3_set_authorizer()]
5190 ** not want to. ^SQLite will only request a recursive mutex in
5356 ** using mutexes. And we do not want the assert() containing the
9018 ** need more than about 10 or 20 variables. But some extreme users want
14759 ** not want to. But SQLite will only request a recursive mutex in
15066 ** not want to. But SQLite will only request a recursive mutex in
15442 ** not want to. But SQLite will only request a recursive mutex in
17382 ** For testing purposes, we sometimes want to preserve the state of
18667 ** the library atof() might want to use "," as the decimal point instead
19409 ** not want to write into deallocated memory.
20642 OSTRACE5( "UNLOCK %d is %d want %d res=%d\n", pFile->h, type, locktype, res );
20914 OSTRACE2( "OPEN want %d\n", flags );
20942 #ifdef NDEBUG /* when debugging we want to make sure it is deleted */
21163 ** The argument is the number of microseconds we want to sleep.
21355 ** on a recent machine (ex: RedHat 7.2) but you want your code to work
22671 ** is slower, so we don't want to use it except for NFS.
23689 /* we could have it if we want it */
24431 ** for testing when we want to run through the test suite quickly.
25579 int flags, /* What do we want to learn about the zPath file? */
25751 ** The argument is the number of microseconds we want to sleep.
36575 ** big and we want to break it down some. This packaged seemed like
37297 ** want without having to go throught the ascending lock
37377 ** against all schemas and we do not want those schemas being
47648 ** static array using sqlite3VdbeAddOpList but we want to make a
47823 ** static array using sqlite3VdbeAddOpList but we want to make a
49869 ** We want to shift the pointer pSpace up such that it is 8-byte aligned.
53668 ** integers, for space efficiency, but after extraction we want them
54341 ** We want to minimize u.am.len in order to limit the size of the memory
55050 ** prepared queries. If such a query is out-of-date, we do not want to
61784 ** Furthermore, the IN is in a WHERE clause and that we really want
62848 ** the left operand of infix functions (the operand we want to
62851 ** "glob(B,A). We want to use the A in "A glob B" to test
66260 ** Record the fact that we want to lock a table at run-time.
67645 ** the sqlite_master table. We do not want to create it again.
67985 ** to the elements of the FROM clause. But we do not want these changes
68948 ** we don't want to recreate it.
70615 /* Locate the table which we want to delete. This table has to be
75722 ** shared libraries that want to be imported as extensions into
75911 ** definition. But the main library does not want to redefine
82794 /* Create a label to jump to when we want to abort the query */
84705 /* Locate the table which we want to update.
86670 ** contain gaps in the numbering sequence. But we want to make maximum
90182 ** want to analyze these virtual terms, so start analyzing at the end
95153 ** This header file is used by programs that want to link against the
95185 ** This header file is used by programs that want to link against the
95217 ** This header file is used by programs that want to link against the
95402 ** we don't want to run it too often and soak up CPU cycles for no
103409 ** track such information in the database, then we'd only want this
106073 ** generation and we do nt want snippets and offsets to report matches
106473 #define SNIPPET_DESIRED 1 /* We want to include this match in the snippet */