Lines Matching defs:sip
81 XServerInterpretedAddress *sip;
114 sip = (XServerInterpretedAddress *)
116 bp = buf = ((unsigned char *) sip)
134 sip->type = tp;
135 sip->typelength = vp - tp;
136 sip->value = vp + 1;
137 sip->valuelength = op->length - (sip->typelength + 1);
139 sip->type = sip->value = NULL;
140 sip->typelength = sip->valuelength = 0;
142 op->address = (char *) sip;
143 sip++;