Home
last modified time | relevance | path

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

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