Searched refs:valuelength (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DHost.c78 siAddr->typelength + siAddr->valuelength + 1 : host->length;
95 memcpy(dest + siAddr->typelength + 1,siAddr->value,(size_t) siAddr->valuelength);
H A DLiHosts.c137 sip->valuelength = op->length - (sip->typelength + 1);
140 sip->typelength = sip->valuelength = 0;
/xsrc/external/mit/xhost/dist/
H A Dxhost.c451 siaddr.valuelength = strlen(cp);
836 neededSize = sip->typelength + sip->valuelength + 2;
851 memcpy(cp, sip->value, sip->valuelength);
852 cp += sip->valuelength;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h348 int valuelength; /* length of value string, in bytes */ member in struct:__anonf1b122fa0b08

Completed in 8 milliseconds