| H A D | yaml_private.h | 92 #define BUFFER_INIT(context,buffer,size) \ argument 97 ((context)->error = YAML_MEMORY_ERROR, \ 100 #define BUFFER_DEL(context,buffer) \ argument 132 #define STRING_INIT(context,string,size) \ argument 138 ((context)->error = YAML_MEMORY_ERROR, \ 141 #define STRING_DEL(context,string) \ argument 145 #define STRING_EXTEND(context,string) \ argument 150 ((context)->error = YAML_MEMORY_ERROR, \ 153 #define CLEAR(context,string) \ argument 157 #define JOIN(context,string_a,string_b) \ argument [all …]
|