Searched defs:propLength (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkSend.c66 unsigned long propLength; /* Length of the property, in bytes. */ member in struct:NameRegistry
304 &regPtr->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
[all...]

Completed in 130 milliseconds