Home
last modified time | relevance | path

Searched refs:DataIdDictionary (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTransfer.c103 static XmHashTable DataIdDictionary = NULL; variable
841 if (DataIdDictionary == NULL) {
846 DataIdDictionary = _XmAllocHashTable(10, NULL, NULL);
886 _XmAddHashEntry(DataIdDictionary, (XmHashKey)data_id, (XtPointer)req);
928 req = (SnapshotRequest) _XmGetHashEntry(DataIdDictionary,
932 _XmRemoveHashEntry(DataIdDictionary, (XtPointer)data_id);