Searched refs:proto_len (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimCallbk.c153 pcbq->proto_len);
195 int proto_len; local in function:_XimCbDispatch
219 proto_len = (int)len - sz_ximPacketHeader;
229 char *proto_buf = (proto_len > 0) ? Xmalloc(proto_len) : NULL;
232 if (pcb && (proto_len <= 0 || proto_buf)) {
233 if (proto_len > 0)
234 memcpy(proto_buf, proto, proto_len);
240 pcb->proto_len = proto_len;
[all...]
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXimintP.h242 int proto_len; member in struct:_XimPendingCallback

Completed in 2 milliseconds