Searched refs:xFileControl (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c94 return id->pMethods->xFileControl(id, op, pArg);
H A Dtest_multiplex.c61 ** the xFileControl() interface. It will be rounded up to a
69 ** the xFileControl() interface.
747 /* Pass xFileControl requests through to the original VFS unchanged,
798 rc = pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg);
945 gMultiplex.sIoMethodsV1.xFileControl = multiplexFileControl;
H A Dtest_quota.c503 /* Pass xFileControl requests through to the original VFS unchanged.
507 return pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg);
601 gQuota.sIoMethodsV1.xFileControl = quotaFileControl;
H A Dtest_vfstrace.c387 vfstrace_printf(pInfo, "%s.xFileControl(%s,%s)",
389 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg);
513 pNew->xFileControl = vfstraceFileControl;
H A Dsqlite.h.in610 ** The xFileControl() method is a generic interface that allows custom
615 ** write return values. Potential uses for xFileControl() might be
621 ** Applications that define a custom xFileControl method should use opcodes
676 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
691 ** These integer constants are opcodes for the xFileControl method
696 ** opcode causes the xFileControl method to write the current state of
5338 ** xFileControl method for the [sqlite3_io_methods] object associated
5347 ** the xFileControl method. ^The return value of the xFileControl
5354 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
H A Dtest_osinst.c24 ** All calls on sqlite3_file objects except xFileControl() are logged.
207 vfslogFileControl, /* xFileControl */
392 return p->pReal->pMethods->xFileControl(p->pReal, op, pArg);
773 case OS_FILECONTROL: zEvent = "xFileControl"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h615 ** The xFileControl() method is a generic interface that allows custom
620 ** write return values. Potential uses for xFileControl() might be
626 ** Applications that define a custom xFileControl method should use opcodes
681 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
696 ** These integer constants are opcodes for the xFileControl method
701 ** opcode causes the xFileControl method to write the current state of
5343 ** xFileControl method for the [sqlite3_io_methods] object associated
5352 ** the xFileControl method. ^The return value of the xFileControl
5359 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
H A Dsqlite3.c1158 ** The xFileControl() method is a generic interface that allows custom
1163 ** write return values. Potential uses for xFileControl() might be
1169 ** Applications that define a custom xFileControl method should use opcodes
1224 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
1239 ** These integer constants are opcodes for the xFileControl method
1244 ** opcode causes the xFileControl method to write the current state of
5886 ** xFileControl method for the [sqlite3_io_methods] object associated
5895 ** the xFileControl method. ^The return value of the xFileControl
5902 ** underlying sqlite3_io_methods.xFileControl metho
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h669 ** The xFileControl() method is a generic interface that allows custom
674 ** write return values. Potential uses for xFileControl() might be
680 ** Applications that define a custom xFileControl method should use opcodes
735 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
754 ** These integer constants are opcodes for the xFileControl method
759 ** opcode causes the xFileControl method to write the current state of
944 ** opcode causes the xFileControl method to swap the file handle with the one
6088 ** xFileControl method for the [sqlite3_io_methods] object associated
6097 ** the xFileControl method. ^The return value of the xFileControl
[all...]
H A Dsqlite3.c784 ** The xFileControl() method is a generic interface that allows custom
789 ** write return values. Potential uses for xFileControl() might be
795 ** Applications that define a custom xFileControl method should use opcodes
850 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
869 ** These integer constants are opcodes for the xFileControl method
874 ** opcode causes the xFileControl method to write the current state of
1059 ** opcode causes the xFileControl method to swap the file handle with the one
6203 ** xFileControl method for the [sqlite3_io_methods] object associated
6212 ** the xFileControl method. ^The return value of the xFileControl
[all...]
/external/sqlite/dist/
H A Dsqlite3.h669 ** The xFileControl() method is a generic interface that allows custom
674 ** write return values. Potential uses for xFileControl() might be
680 ** Applications that define a custom xFileControl method should use opcodes
735 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
754 ** These integer constants are opcodes for the xFileControl method
759 ** opcode causes the xFileControl method to write the current state of
944 ** opcode causes the xFileControl method to swap the file handle with the one
6088 ** xFileControl method for the [sqlite3_io_methods] object associated
6097 ** the xFileControl method. ^The return value of the xFileControl
[all...]
H A Dsqlite3.c784 ** The xFileControl() method is a generic interface that allows custom
789 ** write return values. Potential uses for xFileControl() might be
795 ** Applications that define a custom xFileControl method should use opcodes
850 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member in struct:sqlite3_io_methods
869 ** These integer constants are opcodes for the xFileControl method
874 ** opcode causes the xFileControl method to write the current state of
1059 ** opcode causes the xFileControl method to swap the file handle with the one
6203 ** xFileControl method for the [sqlite3_io_methods] object associated
6212 ** the xFileControl method. ^The return value of the xFileControl
[all...]

Completed in 1313 milliseconds