OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numProps
(Results
1 - 20
of
20
) sorted by relevancy
/xsrc/external/mit/xsm/dist/
prop.h
39
int
numProps
, SmProp **props);
41
int
numProps
, char **propNames);
prop.c
263
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
* sizeof (SmProp *))
[
all
...]
/xsrc/external/mit/xorg-server/dist/dix/
property.c
578
int rc,
numProps
= 0;
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
* sizeof(Atom), pAtoms)
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/dix/
property.c
585
int rc,
numProps
= 0;
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
* sizeof(Atom), pAtoms)
[
all
...]
/xsrc/external/mit/libSM/dist/src/
sm_client.c
396
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++)
sm_manager.c
315
SmsReturnProperties(SmsConn smsConn, int
numProps
, SmProp **props)
326
LISTOF_PROP_BYTES (
numProps
, props, bytes);
331
STORE_LISTOF_PROPERTY (pBuf,
numProps
, props);
sm_process.c
478
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);
/xsrc/external/mit/xorg-server/dist/randr/
rrproviderproperty.c
393
int
numProps
= 0;
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);
rrproperty.c
417
int
numProps
= 0;
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/
rrproperty.c
392
int
numProps
= 0;
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/
ephyrglxext.c
223
reply.
numProps
= num_props;
232
__GLX_SWAP_INT(&reply.
numProps
);
280
reply.
numProps
= num_props;
289
__GLX_SWAP_INT(&reply.
numProps
);
ephyrhostglx.c
321
num_props = reply.
numProps
;
346
*a_num_props = reply.
numProps
;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx_glxvisuals.c
79
nprops = (int)reply.
numProps
;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxcmdsswap.c
266
reply.
numProps
= __GLX_TOTAL_CONFIG;
275
__GLX_SWAP_INT(&reply.
numProps
);
glxcmds.c
1563
reply.
numProps
= __GLX_TOTAL_CONFIG;
/xsrc/external/mit/MesaLib/dist/src/glx/
glxext.c
703
reply.
numProps
,
/xsrc/external/mit/MesaLib.old/dist/src/glx/
glxext.c
701
reply.
numProps
,
/xsrc/external/mit/xorg-server.old/dist/glx/
glxcmds.c
901
reply.
numProps
= GLX_VIS_CONFIG_TOTAL;
910
__GLX_SWAP_INT(&reply.
numProps
);
/xsrc/external/mit/xorg-server/dist/glx/
glxcmds.c
927
.
numProps
= GLX_VIS_CONFIG_TOTAL
934
__GLX_SWAP_INT(&reply.
numProps
);
/xsrc/external/mit/xorgproto/dist/include/GL/
glxproto.h
708
CARD32
numProps
;
Completed in 27 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026