OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bPending
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
os_win.c
90
BOOL
bPending
; /* Indicates a pending lock has been obtained */
447
if (pFile->local.
bPending
){
448
pFile->shared->
bPending
= FALSE;
509
if (pFile->shared->
bPending
== 0) {
510
pFile->shared->
bPending
= TRUE;
511
pFile->local.
bPending
= TRUE;
572
if (pFile->local.
bPending
){
573
pFile->local.
bPending
= FALSE;
574
pFile->shared->
bPending
= FALSE;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 82 milliseconds