Lines Matching refs:numProps
585 int rc, numProps = 0;
596 numProps++;
598 if (numProps && !(pAtoms = malloc(numProps * sizeof(Atom))))
601 numProps = 0;
608 numProps++;
613 xlpr.nProperties = numProps;
614 xlpr.length = bytes_to_int32(numProps * sizeof(Atom));
617 if (numProps)
620 WriteSwappedDataToClient(client, numProps * sizeof(Atom), pAtoms);