Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Ddumper.c134 emitter->anchors = yaml_malloc(sizeof(*(emitter->anchors)) in yaml_emitter_dump()
136 if (!emitter->anchors) goto error; in yaml_emitter_dump()
137 memset(emitter->anchors, 0, sizeof(*(emitter->anchors)) in yaml_emitter_dump()
171 if (!emitter->anchors) { in yaml_emitter_delete_document_and_anchors()
180 if (!emitter->anchors[index].serialized) { in yaml_emitter_delete_document_and_anchors()
195 yaml_free(emitter->anchors); in yaml_emitter_delete_document_and_anchors()
197 emitter->anchors = NULL; in yaml_emitter_delete_document_and_anchors()
213 emitter->anchors[index-1].references ++; in yaml_emitter_anchor_node()
215 if (emitter->anchors[index-1].references == 1) { in yaml_emitter_anchor_node()
275 if (emitter->anchors[index-1].serialized) { in yaml_emitter_dump_node()
[all …]
A Dapi.c404 yaml_free(emitter->anchors); in yaml_emitter_delete()
/optee_benchmark/libyaml/include/
A Dyaml.h1752 } *anchors; member

Completed in 10 milliseconds