OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xCheckReservedLock
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os.c
91
return id->pMethods->
xCheckReservedLock
(id, pResOut);
test_multiplex.c
735
/* Pass
xCheckReservedLock
requests through to the original VFS unchanged.
742
return pSubOpen->pMethods->
xCheckReservedLock
(pSubOpen, pResOut);
944
gMultiplex.sIoMethodsV1.
xCheckReservedLock
= multiplexCheckReservedLock;
[
all
...]
test_quota.c
496
/* Pass
xCheckReservedLock
requests through to the original VFS unchanged.
500
return pSubOpen->pMethods->
xCheckReservedLock
(pSubOpen, pResOut);
600
gQuota.sIoMethodsV1.
xCheckReservedLock
= quotaCheckReservedLock;
test_vfstrace.c
345
vfstrace_printf(pInfo, "%s.
xCheckReservedLock
(%s,%d)",
347
rc = p->pReal->pMethods->
xCheckReservedLock
(p->pReal, pResOut);
512
pNew->
xCheckReservedLock
= vfstraceCheckReservedLock;
sqlite.h.in
605
** The
xCheckReservedLock
() method checks whether any database connection,
675
int (*
xCheckReservedLock
)(sqlite3_file*, int *pResOut);
[
all
...]
test_osinst.c
206
vfslogCheckReservedLock, /*
xCheckReservedLock
*/
381
rc = p->pReal->pMethods->
xCheckReservedLock
(p->pReal, pResOut);
[
all
...]
os_unix.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
610
** The
xCheckReservedLock
() method checks whether any database connection,
680
int (*
xCheckReservedLock
)(sqlite3_file*, int *pResOut);
[
all
...]
sqlite3.c
[
all
...]
Completed in 173 milliseconds