Searched refs:funcstringsize (Results 1 – 2 of 2) sorted by relevance
59 int funcstringsize; /* size of strings in node */ variable119 funcstringsize = 0; in copyfunc()122 f = ckmalloc(blocksize + funcstringsize); in copyfunc()168 funcstringsize += strlen(n->nfor.var) + 1;183 funcstringsize += strlen(n->ndefun.text) + 1;187 funcstringsize += strlen(n->narg.text) + 1;695 funcstringsize = 0; in codec_encode()714 char buffer[header.string_offset + funcstringsize]; in codec_encode()
55 int funcstringsize; /* size of strings in node */88 funcstringsize = 0;91 f = ckmalloc(blocksize + funcstringsize);337 funcstringsize = 0;356 const size_t total_size = header.string_offset + funcstringsize;
Completed in 4 milliseconds