Searched refs:mNameLen (Results 1 – 3 of 3) sorted by relevance
225 if (prop->mNameLen != len) { in findPropIndex()245 mNameLen = len; in setName()499 prop->mNameLen = 0; in initProp()511 prop->mNameLen = 0; in clearProp()538 void *p = malloc(dst->mNameLen + 1); in copyProp()539 memcpy (p, src->mName, dst->mNameLen + 1); in copyProp()
209 size_t mNameLen; // the strlen(), doesn't include the null member