Searched refs:bufferStart (Results 1 – 3 of 3) sorted by relevance
103 uint8_t *bufferStart; member
565 char *bufferStart; in doListFontsAndAliases() local754 bufptr = bufferStart = malloc(reply.length << 2); in doListFontsAndAliases()777 WriteToClient(client, stringLens + nnames, bufferStart); in doListFontsAndAliases()778 free(bufferStart); in doListFontsAndAliases()
3327 unsigned char *bufferStart; in ProcGetFontPath() local3332 rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart); in ProcGetFontPath()3345 WriteToClient(client, stringLens + numpaths, bufferStart); in ProcGetFontPath()