Searched refs:lockPath (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c27864 ** Creates the lock file and any missing directories in lockPath
27866 static int proxyCreateLockPath(const char *lockPath){ argument
27871 assert(lockPath!=NULL);
27873 len = (int)strlen(lockPath);
27874 buf[0] = lockPath[0];
27876 if( lockPath[i] == '/' && (i - start > 0) ){
27886 buf, strerror(err), lockPath, getpid()));
27893 buf[i] = lockPath[i];
27895 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n", lockPath, getpid()));
28167 ** lockPath i
28182 char lockPath[MAXPATHLEN]; local
28532 char *lockPath=NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c27864 ** Creates the lock file and any missing directories in lockPath
27866 static int proxyCreateLockPath(const char *lockPath){ argument
27871 assert(lockPath!=NULL);
27873 len = (int)strlen(lockPath);
27874 buf[0] = lockPath[0];
27876 if( lockPath[i] == '/' && (i - start > 0) ){
27886 buf, strerror(err), lockPath, getpid()));
27893 buf[i] = lockPath[i];
27895 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n", lockPath, getpid()));
28167 ** lockPath i
28182 char lockPath[MAXPATHLEN]; local
28532 char *lockPath=NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c27864 ** Creates the lock file and any missing directories in lockPath
27866 static int proxyCreateLockPath(const char *lockPath){ argument
27871 assert(lockPath!=NULL);
27873 len = (int)strlen(lockPath);
27874 buf[0] = lockPath[0];
27876 if( lockPath[i] == '/' && (i - start > 0) ){
27886 buf, strerror(err), lockPath, getpid()));
27893 buf[i] = lockPath[i];
27895 OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n", lockPath, getpid()));
28167 ** lockPath i
28182 char lockPath[MAXPATHLEN]; local
28532 char *lockPath=NULL; local
[all...]

Completed in 768 milliseconds