Home
last modified time | relevance | path

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

/tinycbor-2.7.6/src/
Dcbortojson.c404 static CborError stringify_map_key(char **key, CborValue *it, int flags, CborType type) in stringify_map_key() argument
409 (void)key; /* unused */ in stringify_map_key()
415 FILE *memstream = open_memstream(key, &size); in stringify_map_key()
420 if (unlikely(fclose(memstream) < 0 || *key == NULL)) in stringify_map_key()
446 char *key; in map_to_json() local
454 err = cbor_value_dup_text_string(it, &key, &n, it); in map_to_json()
456 err = stringify_map_key(&key, it, flags, keyType); in map_to_json()
464 if (fprintf(out, "\"%s\":", key) < 0) in map_to_json()
474 if (fprintf(out, ",\"%s$keycbordump\":true", key) < 0) in map_to_json()
478 if (fprintf(out, ",\"%s$cbor\":{", key) < 0 || in map_to_json()
[all …]
Dcbor.dox81 …* \value CborMapType Type is a CBOR map (an associative container with key and value…
/tinycbor-2.7.6/
DDoxyfile1474 # search using the keyboard; to jump to the search box use <access key> + S
1475 # (what the <access key> is depends on the OS and browser, but it is typically
1477 # key> to jump into the search results window, the results can be navigated