Searched refs:VAL_NIL (Results 1 – 2 of 2) sorted by relevance
47 #define VAL_NIL 22 macro53 #define IB_NIL (IB_PRIM | VAL_NIL)
195 case VAL_NIL: cb->type = CN_CBOR_NULL; break; in decode_item()