HomeSort by relevance Sort by last modified time
    Searched refs:xFileControl (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 518 ** The xFileControl() method is a generic interface that allows custom
523 ** write return values. Potential uses for xFileControl() might be
529 ** Applications that define a custom xFileControl method should use opcodes
582 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
591 ** These integer constants are opcodes for the xFileControl method
596 ** opcode causes the xFileControl method to write the current state of
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 628 ** The xFileControl() method is a generic interface that allows custom
633 ** write return values. Potential uses for xFileControl() might be
639 ** Applications that define a custom xFileControl method should use opcodes
694 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
709 ** These integer constants are opcodes for the xFileControl method
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 628 ** The xFileControl() method is a generic interface that allows custom
633 ** write return values. Potential uses for xFileControl() might be
639 ** Applications that define a custom xFileControl method should use opcodes
694 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
709 ** These integer constants are opcodes for the xFileControl method
    [all...]
sqlite3.c     [all...]

Completed in 73 milliseconds