Lines Matching refs:freeHook
81 static UChar* toUChar(const char *src, void **freeHook) {
125 dest->link = (StringStruct*)(*freeHook);
126 *freeHook = dest;
551 void *freeHook = NULL;
558 uData = toUChar(data, &freeHook);
584 freeToUCharStrings(&freeHook);
597 void *freeHook = NULL;
602 uRules = toUChar(rules, &freeHook);
615 freeToUCharStrings(&freeHook);