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

  /src/external/public-domain/sqlite/man/
Makefile 162 sqlite3_result_subtype.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 627 #define sqlite3_result_subtype sqlite3_api->result_subtype macro
sqlite3.h 5962 ** [sqlite3_result_subtype()] to cause a sub-type to be associated with its
5964 ** Every function that invokes [sqlite3_result_subtype()] should have this
5965 ** property. If it does not, then the call to [sqlite3_result_subtype()]
5968 ** [sqlite3_result_subtype()] should avoid setting this property, as the
6180 ** one SQL function to another. Use the [sqlite3_result_subtype()]
6609 ** The sqlite3_result_subtype(C,T) function causes the subtype of
6621 ** property is omitted from the function that invokes sqlite3_result_subtype(),
6622 ** then in some cases the sqlite3_result_subtype() might fail to set
6626 ** SQL function that invokes the sqlite3_result_subtype() interface
6631 SQLITE_API void sqlite3_result_subtype(sqlite3_context*,unsigned int)
    [all...]
sqlite3.c 6283 ** [sqlite3_result_subtype()] to cause a sub-type to be associated with its
6285 ** Every function that invokes [sqlite3_result_subtype()] should have this
6286 ** property. If it does not, then the call to [sqlite3_result_subtype()]
6289 ** [sqlite3_result_subtype()] should avoid setting this property, as the
6501 ** one SQL function to another. Use the [sqlite3_result_subtype()]
6930 ** The sqlite3_result_subtype(C,T) function causes the subtype of
6942 ** property is omitted from the function that invokes sqlite3_result_subtype(),
6943 ** then in some cases the sqlite3_result_subtype() might fail to set
6947 ** SQL function that invokes the sqlite3_result_subtype() interface
6952 SQLITE_API void sqlite3_result_subtype(sqlite3_context*,unsigned int)
94080 SQLITE_API void sqlite3_result_subtype(sqlite3_context *pCtx, unsigned int eSubtype){ function
142847 #define sqlite3_result_subtype macro
    [all...]

Completed in 65 milliseconds