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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h2597 ** method of a VFS implementation. The zParam argument is the name of the
2598 ** query parameter we seek. This routine returns the value of the zParam
2606 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
H A Dsqlite3.c3150 ** method of a VFS implementation. The zParam argument is the name of the
3151 ** query parameter we seek. This routine returns the value of the zParam
3159 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
113088 sqlite3_uri_parameter(const char *zFilename, const char *zParam) argument
115088 fts3PrefixParameter( const char *zParam, int *pnIndex, struct Fts3Index **apIndex ) argument
[all...]

Completed in 388 milliseconds