Home
last modified time | relevance | path

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

/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf.h820 #define sswf_remalloc(p, size, name) sswf_realloc(p, size, name) macro
828 #define sswf_remalloc(p, size, name) sswf_realloc(p, size) macro
H A Dsswf_lexical.c++950 str = (char *) sswf_remalloc(str, max + 6 + 1, "StrAppend() -- large string buffer"); in ReadActionscript()
965 str = sswf_remalloc(str, pos + 1, "ReadActionscript() -- adjusted to the minimum"); in ReadActionscript()
1402 …id = (char *) sswf_remalloc(id, max + 6 + 1, "ReadIdentifier() -- really large identifier buffer"); in ReadIdentifier()
1782 str = (char *) sswf_remalloc(str, max + 6 + 1, "ReadString() -- large string buffer"); in ReadString()
1794 str = sswf_remalloc(str, pos + 1, "ReadString() -- adjusted to the minimum"); in ReadString()
H A Dsswf_node.c552 …list->list = sswf_remalloc(list->list, list->max * sizeof(struct node_t *), "node_link_list() - en… in node_link_list()
589 …list->list = sswf_remalloc(list->list, list->max * sizeof(struct node_t *), "node_append_list() - … in node_append_list()
1956 info->result = sswf_remalloc(info->result, info->max, "node_exec_func_strf() - string"); in strf_put()
4711 sub_data = sswf_remalloc(sub_data, length, "node_def_merge_data() -- name the data buffer"); in node_def_merge_data()
4752 data = sswf_remalloc(data, length, "node_def_merge_data() -- append sub_data to data buffer"); in node_def_merge_data()
4859 data = sswf_remalloc(data, length, "node_def_insertdata() -- insert data buffer"); in node_def_insertdata()