OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xUnlock
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
525
** argument to calls it makes to the xLock() and
xUnlock
() methods
601
** The integer values to xLock() and
xUnlock
() are one of
609
** xLock() increases the lock.
xUnlock
() decreases the lock.
679
int (*
xUnlock
)(sqlite3_file*, int);
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.h
537
** argument to calls it makes to the xLock() and
xUnlock
() methods
614
** The integer values to xLock() and
xUnlock
() are one of
622
** xLock() increases the lock.
xUnlock
() decreases the lock.
692
int (*
xUnlock
)(sqlite3_file*, int);
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.h
537
** argument to calls it makes to the xLock() and
xUnlock
() methods
614
** The integer values to xLock() and
xUnlock
() are one of
622
** xLock() increases the lock.
xUnlock
() decreases the lock.
692
int (*
xUnlock
)(sqlite3_file*, int);
[
all
...]
sqlite3.c
[
all
...]
Completed in 755 milliseconds