Searched refs:bytestring_append (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dyaml2byte.c49 void bytestring_append(bytestring_t *str, char code, function
56 /*TRACE0("bytestring_append()");*/
95 bytestring_append(str, YAMLBYTE_ALIAS, ext->buffer + 1, curr);
133 if(n->anchor) bytestring_append(val,YAMLBYTE_ANCHOR, n->anchor, NULL);
138 bytestring_append(val,YAMLBYTE_TRANSFER, n->type_id, NULL);
146 bytestring_append( val, YAMLBYTE_TRANSFER, type_tag, NULL);
161 bytestring_append(val, nextcode, start, current);
171 bytestring_append(val,YAMLBYTE_NEWLINE,NULL,NULL);
175 bytestring_append(val,YAMLBYTE_NULLCHAR,NULL,NULL);
186 bytestring_append(va
[all...]

Completed in 130 milliseconds