Searched refs:pConchPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c6259 ** Make *pConchPath point to the new name. Return SQLITE_OK on success
6265 ** *pConchPath is set to NULL if a memory allocation error occurs.
6267 static int proxyCreateConchPathname(char *dbPath, char **pConchPath){ argument
6274 *pConchPath = conchPath = (char *)sqlite3_malloc(len + 8);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c30408 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c31269 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c31289 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
[all...]

Completed in 428 milliseconds