Home
last modified time | relevance | path

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

/external/cn-cbor/test/
Dcbor_test.c22 #define CONTEXT_NULL , NULL macro
25 #define CONTEXT_NULL macro
123 cb = cn_cbor_decode(b.ptr, b.sz CONTEXT_NULL, &err); in CTEST()
131 cn_cbor_free(cb CONTEXT_NULL); in CTEST()
172 cb = cn_cbor_decode(b.ptr, b.sz CONTEXT_NULL, &err); in CTEST()
181 cn_cbor_free(cb CONTEXT_NULL); in CTEST()
188 cb = cn_cbor_decode(b.ptr, b.sz CONTEXT_NULL, &err); in CTEST()
202 cn_cbor_free(cb CONTEXT_NULL); in CTEST()
234 cb = cn_cbor_decode(b.ptr, b.sz CONTEXT_NULL, &err); in CTEST()
239 cn_cbor_free(cb CONTEXT_NULL); in CTEST()
[all …]