Searched refs:prefixLen (Results 1 – 3 of 3) sorted by relevance
826 int prefixLen; /* The length of the defined prefix */ in SuffFindCmds() local832 prefixLen = strlen(targ->prefix); in SuffFindCmds()842 if (strncmp(cp, targ->prefix, prefixLen) != 0) in SuffFindCmds()846 suff = find_suff(&cp[prefixLen]); in SuffFindCmds()1077 int prefixLen; in record_possible_suffix() local1093 prefixLen = (eoname - targ->suff->nameLen) - gn->name; in record_possible_suffix()1094 targ->prefix = emalloc(prefixLen + 1); in record_possible_suffix()1095 memcpy(targ->prefix, gn->name, prefixLen); in record_possible_suffix()1096 targ->prefix[prefixLen] = '\0'; in record_possible_suffix()
15 unsigned char prefixLen; member
292 int prefixLen; member3343 int prefixLen; in storeAtts() local3743 prefixLen = 0; in storeAtts()3745 for (; binding->prefix->name[prefixLen++];) in storeAtts()3751 tagNamePtr->prefixLen = prefixLen; in storeAtts()3756 if (binding->uriLen > INT_MAX - prefixLen in storeAtts()3757 || i > INT_MAX - (binding->uriLen + prefixLen)) { in storeAtts()3761 n = i + binding->uriLen + prefixLen; in storeAtts()3794 if (prefixLen) { in storeAtts()3797 memcpy(uri + 1, binding->prefix->name, prefixLen * sizeof(XML_Char)); in storeAtts()