Home
last modified time | relevance | path

Searched refs:JSON_KEEPERROR (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c213129 #define JSON_KEEPERROR 0x02 /* Return non-NULL even if there is an error */ macro
216452 if( jsonConvertTextToBlob(p, (flgs & JSON_KEEPERROR) ? 0 : ctx) ){
216453 if( flgs & JSON_KEEPERROR ){
216484 if( flgs & JSON_KEEPERROR ){
217478 p = jsonParseFuncArg(ctx, argv[0], JSON_KEEPERROR);