HomeSort by: relevance | last modified time | path
    Searched refs:proto (Results 1 - 25 of 42) sorted by relevancy

1 2

  /xsrc/external/mit/libX11/dist/src/
StrToText.c 48 XTextProperty proto; local
56 proto.encoding = XA_STRING;
57 proto.format = 8;
59 proto.nitems = nbytes - 1; /* subtract one for trailing <NUL> */
61 proto.nitems = 0;
62 proto.value = NULL;
69 proto.value = (unsigned char *) buf;
81 proto.value = Xmalloc (1); /* easier for client */
82 if (!proto.value) return False;
84 proto.value[0] = '\0'
    [all...]
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XimintP.h 175 ((((Xim)im))->private.proto.flag & SERVER_CONNECTED)
177 ((((Xim)im))->private.proto.flag |= SERVER_CONNECTED)
179 ((((Xim)im))->private.proto.flag &= ~SERVER_CONNECTED)
182 (((Xim)im)->private.proto.flag & DYNAMIC_EVENT_FLOW)
184 (((Xim)im)->private.proto.flag |= DYNAMIC_EVENT_FLOW)
187 (((Xim)im)->private.proto.flag & USE_AUTHORIZATION_FUNC)
189 (((Xim)im)->private.proto.flag |= USE_AUTHORIZATION_FUNC)
193 (((Xim)im)->private.proto.flag & DELAYBINDABLE)
195 (((Xim)im)->private.proto.flag |= DELAYBINDABLE)
198 (((Xim)im)->private.proto.flag & RECONNECTABLE
241 char *proto; member in struct:_XimPendingCallback
    [all...]
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imCallbk.c 86 (im->private.proto.write((im),(len),(XPointer)(data)))
88 (im->private.proto.read((im),(XPointer)(buf),(buf_len),&(len)))
89 #define _XimFlushData(im) im->private.proto.flush((im))
140 return(!ic->private.proto.waitCallback); /* check HM */
148 while (((pcbq = ic->private.proto.pend_cb_que) != (XimPendingCallback)NULL)
152 pcbq->proto,
154 ic->private.proto.pend_cb_que = pcbq->next;
155 Xfree(pcbq->proto); /* free memory of XimPendingCallback */
163 XimPendingCallback pcbq = ic->private.proto.pend_cb_que;
174 ic->private.proto.pend_cb_que = call_data
194 char* proto; local
    [all...]
imTransR.c 75 return im->private.proto.connect(im);
81 return im->private.proto.shutdown(im);
87 return im->private.proto.write(im, len, data);
124 if ((hold_buf = im->private.proto.hold_data)) {
125 data_len = im->private.proto.hold_data_len;
145 im->private.proto.hold_data = tmp;
146 im->private.proto.hold_data_len = data_len;
148 im->private.proto.hold_data = 0;
149 im->private.proto.hold_data_len = 0;
159 im->private.proto.hold_data = 0
    [all...]
imDefFlt.c 74 return _XimTriggerCheck(im, ev, (INT32)im->private.proto.im_onkeylist[0],
75 &im->private.proto.im_onkeylist[1]);
83 return _XimTriggerCheck(im, ev, (INT32)im->private.proto.im_offkeylist[0],
84 &im->private.proto.im_offkeylist[1]);
96 im->private.proto.im_onkeylist &&
97 im->private.proto.im_onkeylist[0]) {
115 im->private.proto.im_offkeylist &&
116 im->private.proto.im_offkeylist[0]) {
273 if (!(ic->private.proto.registed_filter_event & KEYPRESS_MASK)) {
284 ic->private.proto.registed_filter_event |= KEYPRESS_MASK
    [all...]
imDefIc.c 73 && (imid == im->private.proto.imid))
78 && (imid == im->private.proto.imid))
115 ic->core.filter_events = im->private.proto.forward_event_mask;
116 ic->private.proto.forward_event_mask =
117 im->private.proto.forward_event_mask;
118 ic->private.proto.synchronous_event_mask =
119 im->private.proto.synchronous_event_mask;
126 ic->private.proto.ic_resources = res;
127 ic->private.proto.ic_num_resources = num;
129 num = im->private.proto.ic_num_inner_resources
    [all...]
imTrans.c 79 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
129 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
153 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
171 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
187 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
206 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
222 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
250 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
271 TransSpecRec *spec = (TransSpecRec *)im->private.proto.spec;
312 im->private.proto.spec = (XPointer)spec
    [all...]
imDispch.c 58 rec->next = im->private.proto.intrproto;
59 im->private.proto.intrproto = rec;
68 for (rec = im->private.proto.intrproto; rec;) {
73 im->private.proto.intrproto = NULL;
85 XimProtoIntrRec *rec = call_im->private.proto.intrproto;
imDefIm.c 351 im->private.proto.locale_name = locale;
435 im->private.proto.im_window = im_window;
436 im->private.proto.fabricated_serial = 0;
437 im->private.proto.fabricated_time = 0;
438 im->private.proto.enable_fabricated_order = True;
443 im->private.proto.enable_fabricated_order = False;
600 im->private.proto.protocol_major_version = PROTOCOLMAJORVERSION;
601 im->private.proto.protocol_minor_version = PROTOCOLMINORVERSION;
716 if (!( buf_s[0] == im->private.proto.protocol_major_version
717 && buf_s[1] == im->private.proto.protocol_minor_version))
    [all...]
imDefLkup.c 45 if (pic->private.proto.icid == icid)
58 im->private.proto.forward_event_mask = buf_l[0];
59 im->private.proto.synchronous_event_mask = buf_l[1];
70 ic->private.proto.forward_event_mask = buf_l[0];
71 ic->private.proto.synchronous_event_mask = buf_l[1];
89 if (imid == im->private.proto.imid) {
118 && (imid == im->private.proto.imid)
119 && (icid == ic->private.proto.icid))
124 && (imid == im->private.proto.imid)
126 && (icid == ic->private.proto.icid)
    [all...]
imTrX.c 72 XSpecRec *spec = (XSpecRec *)im->private.proto.spec;
88 XSpecRec *spec = (XSpecRec *)im->private.proto.spec;
104 XSpecRec *spec = (XSpecRec *)im->private.proto.spec;
121 XSpecRec *spec = (XSpecRec *)im->private.proto.spec;
148 XSpecRec *spec = (XSpecRec *)im->private.proto.spec;
161 XSpecRec *spec = (XSpecRec *)im->private.proto.spec;
172 event.xclient.window = im->private.proto.im_window;
193 XSendEvent(im->core.display, im->private.proto.im_window,
231 XSpecRec *spec = (XSpecRec *)im->private.proto.spec;
238 ((XSpecRec *)im->private.proto.spec)->lib_connect_wid
    [all...]
imRmAttr.c 56 if (!(res = _XimGetResourceListRec(im->private.proto.im_inner_resources,
57 im->private.proto.im_num_inner_resources, arg->name)))
116 if (!(res = _XimGetResourceListRec(ic->private.proto.ic_inner_resources,
117 ic->private.proto.ic_num_inner_resources, arg->name)))
344 if (!strcmp(base_name, ic->private.proto.preedit_font)) {
346 } else if (!ic->private.proto.preedit_font_length) {
352 if (!strcmp(base_name, ic->private.proto.status_font)) {
354 } else if (!ic->private.proto.status_font_length) {
425 if (!(res = _XimGetResourceListRec(im->private.proto.im_inner_resources,
426 im->private.proto.im_num_inner_resources, arg->name))
    [all...]
imExten.c 98 ic->private.proto.filter_event_mask = buf_l[0];
99 ic->private.proto.intercept_event_mask = buf_l[1];
100 ic->private.proto.select_event_mask = buf_l[2];
101 ic->private.proto.forward_event_mask = buf_l[3];
102 ic->private.proto.synchronous_event_mask = buf_l[4];
104 select_mask &= ~ic->private.proto.intercept_event_mask;
106 select_mask |= ic->private.proto.select_event_mask;
129 if ((imid == im->private.proto.imid)
180 if ((imid == im->private.proto.imid)
204 && (imid == im->private.proto.imid
    [all...]
  /xsrc/external/mit/xf86-input-mouse/dist/src/
lnx_mouse.c 54 protocolTypes proto; member in struct:__anon6672
100 int proto = MOUSE_PROTO_UNKNOWN; local
144 proto = MOUSE_PROTO_EXPPS2;
146 proto = MOUSE_PROTO_EXPPS2;
148 proto = MOUSE_PROTO_MSC;
150 proto = MOUSE_PROTO_GPM;
156 if (proto == MOUSE_PROTO_UNKNOWN) {
170 proto = MOUSE_PROTO_MSC;
173 proto = MOUSE_PROTO_PS2;
178 if (proto == MOUSE_PROTO_UNKNOWN)
    [all...]
pnp.c 745 MouseProtocolID proto; local
755 proto = PROT_UNKNOWN;
760 proto = PROT_UNKNOWN;
765 proto = PROT_UNKNOWN;
771 xf86MsgVerb(X_PROBED,2,"Found PS/2 proto ID %x\n",Id);
772 proto = ps2[i].protoID;
777 proto = PROT_UNKNOWN;
778 xf86Msg(X_ERROR,"Found unknown PS/2 proto ID %x\n",Id);
782 return proto;
  /xsrc/external/mit/libXpresent/dist/src/
Xpresent.c 136 xPresentConfigureNotify *proto = (xPresentConfigureNotify *) ge; local
149 ce->eid = proto->eid;
150 ce->window = proto->window;
151 ce->x = proto->x;
152 ce->y = proto->y;
153 ce->width = proto->width;
154 ce->height = proto->height;
155 ce->off_x = proto->off_x;
156 ce->off_y = proto->off_y;
157 ce->pixmap_width = proto->pixmap_width
164 xPresentCompleteNotify *proto = (xPresentCompleteNotify *) ge; local
188 xPresentIdleNotify *proto = (xPresentIdleNotify *) ge; local
211 xPresentRedirectNotify *proto = (xPresentRedirectNotify *) ge; local
    [all...]
  /xsrc/external/mit/xterm/dist/
xutf8.c 262 XTextProperty proto; local
283 proto.encoding = XA_COMPOUND_TEXT(dpy);
285 proto.encoding = XA_UTF8_STRING(dpy);
287 proto.encoding = XA_STRING;
288 proto.format = 8;
290 proto.nitems = nbytes - 1;
292 proto.nitems = 0;
293 proto.value = NULL;
300 proto.value = (unsigned char *) buf;
316 proto.value = CastMalloc(unsigned char); /* easier for client *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_function_detect_recursion.cpp 281 char *proto = prototype_string(f->sig->return_type, local
288 proto);
289 ralloc_free(proto);
302 char *proto = prototype_string(f->sig->return_type, local
306 linker_error(prog, "function `%s' has static recursion.\n", proto);
307 ralloc_free(proto);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_function_detect_recursion.cpp 281 char *proto = prototype_string(f->sig->return_type, local
288 proto);
289 ralloc_free(proto);
302 char *proto = prototype_string(f->sig->return_type, local
306 linker_error(prog, "function `%s' has static recursion.\n", proto);
307 ralloc_free(proto);
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_procs.py 129 proto = 'GLAPI %s GLAPIENTRY %s(%s);' \
131 categories[cat].append(proto)
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_procs.py 140 proto = 'GLAPI %s GLAPIENTRY %s(%s);' \
142 categories[cat].append(proto)
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_pack.py 611 proto = 'util_format_%s_unpack_%s(%s *restrict dst_row, const uint8_t *restrict src, unsigned width)' % (
613 print('void %s;' % proto, file=sys.stdout2)
616 print(proto)
672 proto = 'util_format_%s_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j)' % (name)
673 print('void %s;' % proto, file=sys.stdout2)
676 print(proto)
  /xsrc/external/mit/freetype/dist/builds/amiga/src/base/
ftdebug.c 60 #include <proto/dos.h>
ftsystem.c 47 #include <proto/exec.h>
49 #include <proto/dos.h>
  /xsrc/external/mit/xauth/dist/
process.c 1320 for (AuthList *proto = proto_head; proto; proto = proto->next) {
1321 if (match_auth_dpy (proto->auth, tmp_auth)) {
1339 for (AuthList *proto = proto_head; proto ; proto = next) {
1340 next = proto->next;
1341 if (proto->auth->address) free (proto->auth->address)
    [all...]

Completed in 24 milliseconds

1 2