Searched refs:numpaths (Results 1 – 1 of 1) sorted by relevance
3326 int rc, stringLens, numpaths; in ProcGetFontPath() local3332 rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart); in ProcGetFontPath()3339 .length = bytes_to_int32(stringLens + numpaths), in ProcGetFontPath()3340 .nPaths = numpaths in ProcGetFontPath()3344 if (stringLens || numpaths) in ProcGetFontPath()3345 WriteToClient(client, stringLens + numpaths, bufferStart); in ProcGetFontPath()