Searched refs:vfsVolumes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c268 Tcl_Obj *vfsVolumes; member in struct:ThreadSpecificData
1861 if (tsdPtr->vfsVolumes != NULL) {
1862 Tcl_IncrRefCount(tsdPtr->vfsVolumes);
1863 retVal = tsdPtr->vfsVolumes;
1877 if (tsdPtr->vfsVolumes == NULL) {
1878 tsdPtr->vfsVolumes = Tcl_NewObj();
1879 Tcl_IncrRefCount(tsdPtr->vfsVolumes);
1882 if (Tcl_IsShared(tsdPtr->vfsVolumes)) {
1887 Tcl_Obj *oldVols = tsdPtr->vfsVolumes;
1888 tsdPtr->vfsVolumes
[all...]

Completed in 170 milliseconds