Lines Matching defs:propLength
66 unsigned long propLength; /* Length of the property, in bytes. */
304 ®Ptr->propLength, &bytesAfter,
308 regPtr->propLength = 0;
318 regPtr->propLength = 0;
334 if ((regPtr->propLength > 0)
335 && (regPtr->property[regPtr->propLength-1] != 0)) {
336 regPtr->propLength++;
372 for (p = regPtr->property; (p-regPtr->property) < regPtr->propLength; ) {
419 for (p = regPtr->property; (p-regPtr->property) < regPtr->propLength; ) {
438 count = regPtr->propLength - (p - regPtr->property);
442 regPtr->propLength -= p - entry;
484 newProp = (char *) ckalloc((unsigned) (regPtr->propLength + newBytes));
489 regPtr->propLength);
497 regPtr->propLength += newBytes;
536 (int) regPtr->propLength);
1174 for (p = regPtr->property; (p-regPtr->property) < regPtr->propLength; ) {
1202 count = regPtr->propLength - (p - regPtr->property);
1206 regPtr->propLength -= p - entry;