Home
last modified time | relevance | path

Searched refs:ws_realloc (Results 1 – 8 of 8) sorted by relevance

/dports/www/kannel/gateway-1.4.4/wmlscript/
H A Dwsalloc.h97 void *ws_realloc(void *ptr, size_t size);
145 #define ws_realloc(_p, _s) ws_realloc_i((_p), (_s), __FILE__, __LINE__) macro
H A Dwsbc.c866 nc = ws_realloc(bc->constants, in ws_bc_add_const_int()
897 nc = ws_realloc(bc->constants, in ws_bc_add_const_float()
931 nc = ws_realloc(bc->constants, in ws_bc_add_const_utf8_string()
966 nc = ws_realloc(bc->constants, in ws_bc_add_const_empty_string()
1064 nf = ws_realloc(bc->functions, in ws_bc_add_function()
1086 nfn = ws_realloc(bc->function_names, in ws_bc_add_function()
1113 np = ws_realloc(bc->pragmas, (bc->num_pragmas + 1) * sizeof(WsBcPragma)); in add_pragma()
H A Dwsbuffer.c117 unsigned char *ndata = ws_realloc(buffer->data, buffer->len + size); in ws_buffer_append_space()
H A Dwsutf8.c208 d = ws_realloc(string->data, string->len + num_bytes); in ws_utf8_append_char()
H A Dwsalloc.c89 void *ws_realloc(void *ptr, size_t size) in ws_realloc() function
H A Dws.c255 n = ws_realloc(compiler->lexer_active_list, in ws_lexer_register_block()
H A Dwslexer.c649 np = ws_realloc(p, len + 2); in ws_yy_lex()
H A Dwsstree.c347 WsFunction *f = ws_realloc(compiler->functions, in ws_function()