Searched refs:numProps (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dprop.h39 int numProps, SmProp **props);
41 int numProps, char **propNames);
H A Dprop.c263 SetPropertiesProc(SmsConn smsConn, SmPointer managerData, int numProps,
272 printf ("[Num props = %d]\n", numProps);
276 numProps > 0 && client_info_visible;
278 for (i = 0; i < numProps; i++)
306 int numProps, char **propNames)
315 printf ("[Num props = %d]\n", numProps);
318 for (i = 0; i < numProps; i++)
343 int numProps;
357 numProps = ListCount (client->props);
358 propsRet = (SmProp **) XtMalloc (numProps * sizeo
257 SetPropertiesProc(SmsConn smsConn,SmPointer managerData,int numProps,SmProp ** props) argument
298 DeletePropertiesProc(SmsConn smsConn,SmPointer managerData,int numProps,char ** propNames) argument
335 int numProps; local in function:GetPropertiesProc
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c585 int rc, numProps = 0; local in function:ProcListProperties
596 numProps++;
598 if (numProps && !(pAtoms = malloc(numProps * sizeof(Atom))))
601 numProps = 0;
608 numProps++;
613 xlpr.nProperties = numProps;
614 xlpr.length = bytes_to_int32(numProps * sizeof(Atom));
617 if (numProps)
620 WriteSwappedDataToClient(client, numProps * sizeo
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c578 int rc, numProps = 0; local in function:ProcListProperties
590 numProps++;
592 if (numProps) {
593 pAtoms = xallocarray(numProps, sizeof(Atom));
597 numProps = 0;
604 numProps++;
612 .length = bytes_to_int32(numProps * sizeof(Atom)),
613 .nProperties = numProps
616 if (numProps) {
618 WriteSwappedDataToClient(client, numProps * sizeo
[all...]
/xsrc/external/mit/libSM/dist/src/
H A Dsm_client.c396 SmcSetProperties(SmcConn smcConn, int numProps, SmProp **props)
407 LISTOF_PROP_BYTES (numProps, props, bytes);
413 STORE_LISTOF_PROPERTY (pBuf, numProps, props);
423 SmcDeleteProperties(SmcConn smcConn, int numProps, char **propNames)
432 for (i = 0; i < numProps; i++)
440 STORE_CARD32 (pData, (CARD32) numProps);
443 for (i = 0; i < numProps; i++)
450 (CARD32) numProps,
455 for (i = 0; i < numProps; i++)
392 SmcSetProperties(SmcConn smcConn,int numProps,SmProp ** props) argument
418 SmcDeleteProperties(SmcConn smcConn,int numProps,char ** propNames) argument
H A Dsm_manager.c315 SmsReturnProperties(SmsConn smsConn, int numProps, SmProp **props)
326 LISTOF_PROP_BYTES (numProps, props, bytes);
331 STORE_LISTOF_PROPERTY (pBuf, numProps, props);
305 SmsReturnProperties(SmsConn smsConn,int numProps,SmProp ** props) argument
H A Dsm_process.c478 int numProps = 0;
497 props = extractListofProperty(pStart, pEnd, swap, &numProps);
509 smcConn->prop_reply_waits->client_data, numProps, props);
908 int numProps = 0;
925 props = extractListofProperty(pStart, pEnd, swap, &numProps);
935 smsConn->callbacks.set_properties.manager_data, numProps, props);
474 int numProps = 0; local in function:_SmcProcessMessage
903 int numProps = 0; local in function:_SmsProcessMessage
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c393 int numProps = 0; local in function:ProcRRListProviderProperties
402 numProps++;
403 if (numProps)
404 if (!(pAtoms = xallocarray(numProps, sizeof(Atom))))
410 .length = bytes_to_int32(numProps * sizeof(Atom)),
411 .nAtoms = numProps
423 if (numProps) {
425 WriteSwappedDataToClient(client, numProps * sizeof(Atom), pAtoms);
H A Drrproperty.c417 int numProps = 0; local in function:ProcRRListOutputProperties
426 numProps++;
427 if (numProps)
428 if (!(pAtoms = xallocarray(numProps, sizeof(Atom))))
434 .length = bytes_to_int32(numProps * sizeof(Atom)),
435 .nAtoms = numProps
444 if (numProps) {
451 WriteSwappedDataToClient(client, numProps * sizeof(Atom), pAtoms);
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrproperty.c392 int numProps = 0; local in function:ProcRRListOutputProperties
401 numProps++;
402 if (numProps)
403 if(!(pAtoms = (Atom *)malloc(numProps * sizeof(Atom))))
407 rep.length = bytes_to_int32(numProps * sizeof(Atom));
409 rep.nAtoms = numProps;
422 if (numProps)
425 WriteSwappedDataToClient(client, numProps * sizeof(Atom), pAtoms);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrglxext.c223 reply.numProps = num_props;
232 __GLX_SWAP_INT(&reply.numProps);
280 reply.numProps = num_props;
289 __GLX_SWAP_INT(&reply.numProps);
H A Dephyrhostglx.c321 num_props = reply.numProps;
346 *a_num_props = reply.numProps ;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx_glxvisuals.c79 nprops = (int)reply.numProps;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmdsswap.c266 reply.numProps = __GLX_TOTAL_CONFIG;
275 __GLX_SWAP_INT(&reply.numProps);
H A Dglxcmds.c1563 reply.numProps = __GLX_TOTAL_CONFIG;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxext.c701 reply.numProps,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxext.c703 reply.numProps,
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c927 .numProps = GLX_VIS_CONFIG_TOTAL
934 __GLX_SWAP_INT(&reply.numProps);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c901 reply.numProps = GLX_VIS_CONFIG_TOTAL;
910 __GLX_SWAP_INT(&reply.numProps);
/xsrc/external/mit/xorgproto/dist/include/GL/
H A Dglxproto.h708 CARD32 numProps; member in struct:__anond79856660b08

Completed in 31 milliseconds