Home | History | Annotate | Download | only in gencnval

Lines Matching refs:allocString

172 allocString(StringBlock *block, const char *s, int32_t length);
191 /* Presumes that you used allocString() */
195 /* Presumes that you used allocString() */
334 allocString(&stringBlock, "", 0);
437 converter=allocString(&stringBlock, line+start, length);
473 alias=allocString(&stringBlock, line+start, length);
549 atag = allocString(&tagBlock, tag, tagLen);
604 atag = allocString(&tagBlock, tag, -1);
1071 allocString(StringBlock *block, const char *s, int32_t length) {