Searched refs:xFullPathname (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h704 ** from xFullPathname(). SQLite further guarantees that
780 ** output buffer xFullPathname. The exact size of the output buffer
809 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
H A Dsqlite3.c1228 ** from xFullPathname(). SQLite further guarantees that
1304 ** output buffer xFullPathname. The exact size of the output buffer
1333 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); member in struct:sqlite3_vfs
12167 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
21241 os2FullPathname, /* xFullPathname */
26822 unixFullPathname, /* xFullPathname */ \
[all...]

Completed in 292 milliseconds