HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_str_finish (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 192 sqlite3_str_finish.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 654 #define sqlite3_str_finish sqlite3_api->str_finish macro
sqlite3.h 8789 ** is returned using the [sqlite3_str_finish()] interface.
8801 ** [sqlite3_str_finish(X)].
8809 ** [sqlite3_str_finish(X)]. It is always safe to use the value
8825 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
8829 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
8831 ** [sqlite3_str_finish(X)] interface might also return a NULL pointer if the
8836 ** the equivalent of calling [sqlite3_free](sqlite3_str_finish(X)).
8838 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
shell.c 1329 sqlite3_free(sqlite3_str_finish(pLine));
1331 sqlite3_free(sqlite3_str_finish(pStats));
2845 z = data.az[data.n] = sqlite3_str_finish(pStr);
2873 z = data.az[data.n] = sqlite3_str_finish(pStr);
3546 sqlite3_free(sqlite3_str_finish(pVal));
3815 sqlite3_free(sqlite3_str_finish(p->pOut));
3817 p->spec.pzOutput[0] = sqlite3_str_finish(p->pOut);
3820 sqlite3_free(sqlite3_str_finish(p->pOut));
9640 z = sqlite3_str_finish(pStr);
11170 zSql = sqlite3_str_finish(pStr)
    [all...]
sqlite3.c 9110 ** is returned using the [sqlite3_str_finish()] interface.
9122 ** [sqlite3_str_finish(X)].
9130 ** [sqlite3_str_finish(X)]. It is always safe to use the value
9146 ** ^The [sqlite3_str_finish(X)] interface destroys the sqlite3_str object X
9150 ** ^The [sqlite3_str_finish(X)] interface may return a NULL pointer if any
9152 ** [sqlite3_str_finish(X)] interface might also return a NULL pointer if the
9157 ** the equivalent of calling [sqlite3_free](sqlite3_str_finish(X)).
9159 SQLITE_API char *sqlite3_str_finish(sqlite3_str*);
33623 SQLITE_API char *sqlite3_str_finish(sqlite3_str *p){ function
142874 #define sqlite3_str_finish macro
    [all...]

Completed in 224 milliseconds