OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldctx
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/libXt/dist/src/
Selection.c
920
Select
oldctx
= NULL;
local
957
oldctx
= ctx;
969
oldctx
= ctx;
970
oldctx
->free_when_done = TRUE;
997
if (
oldctx
) {
998
(void) LoseSelection(
oldctx
,
oldctx
->widget, selection,
oldctx
->time);
999
if (!
oldctx
->ref_count &&
oldctx
->free_when_done
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
dri.h
274
extern _X_EXPORT void DRISwapContext(int drmFD, void *
oldctx
, void *newctx);
dri.c
304
void *
oldctx
;
local
324
oldctx
= drmGetContextTag(entry->fd, old);
326
((_drmCallback) entry->f) (entry->fd,
oldctx
, newctx);
1717
DRISwapContext(int drmFD, void *
oldctx
, void *newctx)
1719
DRIContextPrivPtr oldContext = (DRIContextPrivPtr)
oldctx
;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
dri.h
301
void *
oldctx
,
dri.c
1698
DRISwapContext(int drmFD, void *
oldctx
, void *newctx)
1700
DRIContextPrivPtr oldContext = (DRIContextPrivPtr)
oldctx
;
2446
void *
oldctx
;
local
2471
oldctx
= drmGetContextTag(entry->fd, old);
2474
fprintf(stderr, "%d %d %p %p\n", old, new,
oldctx
, newctx);
2476
((_drmCallback)entry->f)(entry->fd,
oldctx
, newctx);
Completed in 30 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026