Lines Matching defs:sip
830 XServerInterpretedAddress *sip;835 sip = (XServerInterpretedAddress *) ha->address;836 neededSize = sip->typelength + sip->valuelength + 2;848 memcpy(cp, sip->type, sip->typelength);849 cp += sip->typelength;851 memcpy(cp, sip->value, sip->valuelength);852 cp += sip->valuelength;