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

  /external/chromium_org/third_party/sqlite/src/src/
os.c 94 return id->pMethods->xFileControl(id, op, pArg);
test_multiplex.c 61 ** 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;
    [all...]
test_quota.c 503 /* Pass xFileControl requests through to the original VFS unchanged.
507 return pSubOpen->pMethods->xFileControl(pSubOpen, op, pArg);
601 gQuota.sIoMethodsV1.xFileControl = quotaFileControl;
test_vfstrace.c 387 vfstrace_printf(pInfo, "%s.xFileControl(%s,%s)",
389 rc = p->pReal->pMethods->xFileControl(p->pReal, op, pArg);
513 pNew->xFileControl = vfstraceFileControl;
sqlite.h.in 610 ** 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
    [all...]
test_osinst.c 24 ** 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;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 615 ** 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);
696 ** These integer constants are opcodes for the xFileControl method
701 ** opcode causes the xFileControl method to write the current state of
    [all...]
sqlite3.c     [all...]

Completed in 57 milliseconds