Searched refs:XID (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Dxa_ext.h12 int __db_xid_to_txn __P((ENV *, XID *, roff_t *));
15 int __db_map_xid __P((ENV *, XID *, TXN_DETAIL *));
16 void __db_unmap_xid __P((ENV *, XID *, size_t));
H A Dtxn_ext.h71 int __txn_get_prepared __P((ENV *, XID *, DB_PREPLIST *, long, long *, u_int32_t));
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dxa.h21 * Transaction branch identification: XID and NULLXID:
33 typedef struct xid_t XID; typedef in typeref:struct:xid_t
35 * A value of -1 in formatID means that the XID is null.
41 extern int ax_reg __P((int, XID *, long));
61 __P((XID *, int, long));
63 __P((XID *, int, long));
65 __P((XID *, int, long));
67 __P((XID *, int, long));
69 __P((XID *, int, long));
71 __P((XID *, lon
[all...]
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DX10.h56 XID x_id; /* X Window System id. */
H A DXDelAssoc.c23 register XID x_id;
H A DXLookAssoc.c24 register XID x_id; /* XId to search for. */
H A DXMakeAssoc.c33 register XID x_id;
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h44 typedef __int64 XID; typedef
46 typedef unsigned long XID; typedef
49 typedef XID Window;
50 typedef XID Drawable;
51 typedef XID Font;
52 typedef XID Pixmap;
53 typedef XID Cursor;
54 typedef XID Colormap;
55 typedef XID GContext;
56 typedef XID KeySy
[all...]
H A DXutil.h100 XID window_group; /* id of related window group */
268 XID killid; /* added by ICCCM version 1 */
271 #define ReleaseByFreeingColormap ((XID) 1L) /* for killid field above */
356 XID /* rid */,
383 XID /* rid */,
575 XID /* rid */,
H A DXlib.h449 XID resource_base; /* resource ID base */
450 XID resource_mask; /* resource ID mask bits */
451 XID resource_id; /* allocator current ID */
453 XID (*resource_alloc)(); /* allocator function */
907 XID resourceid; /* resource id */
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h44 typedef __int64 XID; typedef
46 typedef unsigned long XID; typedef
49 typedef XID Window;
50 typedef XID Drawable;
51 typedef XID Font;
52 typedef XID Pixmap;
53 typedef XID Cursor;
54 typedef XID Colormap;
55 typedef XID GContext;
56 typedef XID KeySy
[all...]
H A DXutil.h100 XID window_group; /* id of related window group */
268 XID killid; /* added by ICCCM version 1 */
271 #define ReleaseByFreeingColormap ((XID) 1L) /* for killid field above */
356 XID /* rid */,
383 XID /* rid */,
575 XID /* rid */,
H A DXlib.h458 XID resource_base; /* resource ID base */
459 XID resource_mask; /* resource ID mask bits */
460 XID resource_id; /* allocator current ID */
462 XID (*resource_alloc)(); /* allocator function */
916 XID resourceid; /* resource id */
/macosx-10.10.1/BerkeleyDB-21/db/xa/
H A Dxa_map.c56 * Return the txn that corresponds to this XID.
58 * PUBLIC: int __db_xid_to_txn __P((ENV *, XID *, roff_t *));
63 XID *xid;
113 * Create a mapping between this XID and the transaction
116 * PUBLIC: int __db_map_xid __P((ENV *, XID *, TXN_DETAIL *));
121 XID *xid;
136 * Destroy the mapping for the specified XID.
138 * PUBLIC: void __db_unmap_xid __P((ENV *, XID *, size_t));
144 XID *xid;
H A Dxa.c15 static int __db_xa_commit __P((XID *, int, long));
17 static int __db_xa_end __P((XID *, int, long));
18 static int __db_xa_forget __P((XID *, int, long));
20 static int __db_xa_prepare __P((XID *, int, long));
21 static int __db_xa_recover __P((XID *, long, int, long));
22 static int __db_xa_rollback __P((XID *, int, long));
23 static int __db_xa_start __P((XID *, int, long));
27 __P((ENV *, XID *, DB_PREPLIST *, long, long *, u_int32_t));
198 XID *xids;
339 XID *xi
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixXId.c39 XID ids[IDS_PER_STACK]; /* Array of free identifiers. */
51 static XID AllocXId(Display *display);
80 dispPtr->defaultAllocProc = (XID (*) _ANSI_ARGS_((Display *display)))
150 static XID
212 XID xid) /* Identifier that is no longer in use. */
535 Tk_FreeXId(display, (XID) pixmap);
H A DtkUnixCursor.c631 Tk_FreeXId(unixCursorPtr->display, (XID) unixCursorPtr->info.cursor);
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixXId.c42 XID ids[IDS_PER_STACK]; /* Array of free identifiers. */
54 static XID AllocXId _ANSI_ARGS_((Display *display));
84 dispPtr->defaultAllocProc = (XID (*) _ANSI_ARGS_((Display *display)))
155 static XID
219 XID xid; /* Identifier that is no longer
549 Tk_FreeXId(display, (XID) pixmap);
H A DtkUnixCursor.c412 Tk_FreeXId(unixCursorPtr->display, (XID) unixCursorPtr->info.cursor);
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn_recover.c130 * PUBLIC: XID *, DB_PREPLIST *, long, long *, u_int32_t));
135 XID *xids;
147 XID *xidp;
192 * XID structure uses longs; we use u_int32_t's as we
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXXStubs.c49 static XID MacXIdAlloc(Display *display);
312 static XID
694 XID xid)
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGC.c321 Tk_FreeXId(gcPtr->display, (XID) XGContextFromGC(gcPtr->gc));
362 * Tk_FreeXId(gcPtr->display, (XID) XGContextFromGC(gcPtr->gc));
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGC.c321 Tk_FreeXId(gcPtr->display, (XID) XGContextFromGC(gcPtr->gc));
363 * Tk_FreeXId(gcPtr->display, (XID) XGContextFromGC(gcPtr->gc));
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXXStubs.c53 static XID MacXIdAlloc(Display *display);
327 static XID
710 XID xid)
/macosx-10.10.1/tcl-105/tk/tk/xlib/
H A Dxgc.c611 XID font_ID,

Completed in 170 milliseconds

12