Searched refs:lPath (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.c27821 ** The proxy lock file path for the database at dbPath is written into lPath,
27825 static int proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen){ argument
27831 len = strlcpy(lPath, LOCKPROXYDIR, maxLen);
27835 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){
27837 lPath, errno, getpid()));
27840 len = strlcat(lPath, "sqliteplocks", maxLen);
27843 len = strlcpy(lPath, "/tmp/", maxLen);
27847 if( lPath[len-1]!='/' ){
27848 len = strlcat(lPath, "/", maxLen);
27855 lPath[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c27821 ** The proxy lock file path for the database at dbPath is written into lPath,
27825 static int proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen){ argument
27831 len = strlcpy(lPath, LOCKPROXYDIR, maxLen);
27835 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){
27837 lPath, errno, getpid()));
27840 len = strlcat(lPath, "sqliteplocks", maxLen);
27843 len = strlcpy(lPath, "/tmp/", maxLen);
27847 if( lPath[len-1]!='/' ){
27848 len = strlcat(lPath, "/", maxLen);
27855 lPath[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c27821 ** The proxy lock file path for the database at dbPath is written into lPath,
27825 static int proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen){ argument
27831 len = strlcpy(lPath, LOCKPROXYDIR, maxLen);
27835 if( !confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen) ){
27837 lPath, errno, getpid()));
27840 len = strlcat(lPath, "sqliteplocks", maxLen);
27843 len = strlcpy(lPath, "/tmp/", maxLen);
27847 if( lPath[len-1]!='/' ){
27848 len = strlcat(lPath, "/", maxLen);
27855 lPath[
[all...]

Completed in 735 milliseconds