OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIENTIDS
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xorg-server/include/
dix-config.h
285
#define
CLIENTIDS
1
/xsrc/external/mit/xorg-server/dist/os/
client.c
393
#ifdef
CLIENTIDS
397
assert(!client->
clientIds
);
398
client->
clientIds
= calloc(1, sizeof(ClientIdRec));
399
if (!client->
clientIds
)
402
client->
clientIds
->pid = DetermineClientPid(client);
403
if (client->
clientIds
->pid != -1)
404
DetermineClientCmd(client->
clientIds
->pid, &client->
clientIds
->cmdname,
405
&client->
clientIds
->cmdargs);
408
(unsigned long) client->clientAsMask, client->
clientIds
->pid)
[
all
...]
/xsrc/external/mit/xorg-server/dist/include/
dix-config.h.in
284
#undef
CLIENTIDS
do-not-use-config.h.in
28
#undef
CLIENTIDS
/xsrc/external/mit/xorg-server/dist/
configure
2154
--disable-
clientids
Build Xorg with client ID tracking (default:
27116
# Check whether --enable-
clientids
was given.
27119
enableval=$enable_clientids;
CLIENTIDS
=$enableval
27121
e)
CLIENTIDS
=yes ;;
29602
if test "x$RES" = xyes && test "x$
CLIENTIDS
" = xyes; then
29604
printf "%s\n" "#define
CLIENTIDS
1" >>confdefs.h
29607
CLIENTIDS
=no
29609
if test "x$
CLIENTIDS
" = xyes; then
29616
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $
CLIENTIDS
" >&5
29617
printf "%s\n" "$
CLIENTIDS
" >&6;
[
all
...]
Completed in 20 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026