OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xUnlock
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
448
** argument to calls it makes to the xLock() and
xUnlock
() methods
504
** The integer values to xLock() and
xUnlock
() are one of
512
** xLock() increases the lock.
xUnlock
() decreases the lock.
580
int (*
xUnlock
)(sqlite3_file*, int);
[
all
...]
/external/sqlite/dist/
sqlite3.h
526
** argument to calls it makes to the xLock() and
xUnlock
() methods
602
** The integer values to xLock() and
xUnlock
() are one of
610
** xLock() increases the lock.
xUnlock
() decreases the lock.
678
int (*
xUnlock
)(sqlite3_file*, int);
[
all
...]
sqlite3.h.orig
523
** argument to calls it makes to the xLock() and
xUnlock
() methods
599
** The integer values to xLock() and
xUnlock
() are one of
607
** xLock() increases the lock.
xUnlock
() decreases the lock.
675
int (*
xUnlock
)(sqlite3_file*, int);
[
all
...]
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
Completed in 471 milliseconds