OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eLock
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
shell.c
11781
static int apndLock(sqlite3_file *pFile, int
eLock
){
11783
return pFile->pMethods->xLock(pFile,
eLock
);
11789
static int apndUnlock(sqlite3_file *pFile, int
eLock
){
11791
return pFile->pMethods->xUnlock(pFile,
eLock
);
18671
static const char *lockName(int
eLock
){
18675
if(
eLock
<0 ||
eLock
>=(int)(sizeof(azLockNames)/sizeof(azLockNames[0])) ){
18678
return azLockNames[
eLock
];
18685
static int vfstraceLock(sqlite3_file *pFile, int
eLock
){
18691
lockName(
eLock
));
[
all
...]
Completed in 121 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026