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/
sqlite3.h 616 ** The xFileControl() method is a generic interface that allows custom
621 ** write return values. Potential uses for xFileControl() might be
627 ** Applications that define a custom xFileControl method should use opcodes
680 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
695 ** These integer constants are opcodes for the xFileControl method
700 ** opcode causes the xFileControl method to write the current state of
    [all...]
sqlite3.h.orig 613 ** The xFileControl() method is a generic interface that allows custom
618 ** write return values. Potential uses for xFileControl() might be
624 ** Applications that define a custom xFileControl method should use opcodes
677 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
692 ** These integer constants are opcodes for the xFileControl method
697 ** opcode causes the xFileControl method to write the current state of
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 36 milliseconds