Lines Matching refs:nameLength
64 const char *name, int nameLength, void *devPrivate) in RROutputCreate() argument
83 output = malloc(sizeof(RROutputRec) + nameLength + 1); in RROutputCreate()
89 output->nameLength = nameLength; in RROutputCreate()
90 memcpy(output->name, name, nameLength); in RROutputCreate()
91 output->name[nameLength] = '\0'; in RROutputCreate()
490 .nameLength = output->nameLength in ProcRRGetOutputInfo()
492 extraLen = bytes_to_int32(rep.nameLength) << 2; in ProcRRGetOutputInfo()
519 .nameLength = output->nameLength in ProcRRGetOutputInfo()
523 output->numClones + bytes_to_int32(rep.nameLength)) << 2); in ProcRRGetOutputInfo()
558 memcpy(name, output->name, output->nameLength); in ProcRRGetOutputInfo()
570 swaps(&rep.nameLength); in ProcRRGetOutputInfo()