Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/utils/
H A Djson.h20 JSON_NULL, enumerator
H A Djson.c405 curr_token->type = JSON_NULL; in json_parse()
568 case JSON_NULL: in json_type_str()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c191370 #define JSON_NULL 0
191702 assert( pNode->eType==JSON_NULL );
191827 assert( pNode->eType==JSON_NULL );
192150 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
192548 jsonParseAddNode(pParse, JSON_NULL, 0, 0);
192636 case JSON_NULL:
192879 if( pPatch[i+1].eType==JSON_NULL ){
192899 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){
198378 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */