Searched refs:ref (Results 1 - 25 of 210) sorted by relevance

123456789

/vbox/src/libs/libxml2-2.6.31/
H A Dtriop.h20 * The ref pointer is an opaque type and should remain as such.
90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
98 int trio_get_base TRIO_PROTO((trio_pointer_t ref));
99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base));
100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref));
[all...]
H A Duri.c1902 xmlURIPtr ref = NULL; local
1918 ref = xmlCreateURI();
1919 if (ref == NULL)
1921 ret = xmlParseURIReference(ref, (const char *) URI);
1928 if ((ref != NULL) && (ref->scheme != NULL)) {
1944 if (ref)
1945 val = xmlSaveUri(ref);
1948 if (ref == NULL) {
1975 if ((ref
2187 xmlURIPtr ref = NULL; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokPtrImpl.h45 void ANTLRTokenPtr::ref() const function in class:ANTLRTokenPtr
48 ptr_->ref();
76 lhs.ref(); // protect against "xp = xp"; ie same underlying object
84 addr->ref();
H A DATokPtr.h47 ANTLRTokenPtr(ANTLRAbstractToken *addr=NULL){ptr_ = addr; ref();}
48 ANTLRTokenPtr(const ANTLRTokenPtr &lhs) {ptr_ = lhs.ptr_; lhs.ref();}
72 void ref() const;
/vbox/src/libs/xpcom18a4/xpcom/base/
H A Dnsrootidl.idl83 [ref, nsid] native nsIDRef(nsID);
84 [ref, nsid] native nsIIDRef(nsIID);
85 [ref, nsid] native nsCIDRef(nsCID);
107 [ref, domstring] native DOMString(ignored);
108 [ref, domstring] native DOMStringRef(ignored);
111 [ref, utf8string] native AUTF8String(ignored);
112 [ref, utf8string] native AUTF8StringRef(ignored);
115 [ref, cstring] native ACString(ignored);
116 [ref, cstring] native ACStringRef(ignored);
119 [ref, astrin
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dpixelshader.c56 ULONG ref = InterlockedIncrement(&This->ref); local
58 TRACE("%p increasing refcount to %u.\n", iface, ref);
60 if (ref == 1)
67 return ref;
72 ULONG ref = InterlockedDecrement(&This->ref); local
74 TRACE("%p decreasing refcount to %u.\n", iface, ref);
76 if (ref == 0) {
81 return ref;
[all...]
H A Dvertexshader.c56 ULONG ref = InterlockedIncrement(&This->ref); local
58 TRACE("%p increasing refcount to %u.\n", iface, ref);
60 if (ref == 1 && This->wineD3DVertexShader)
67 return ref;
79 ULONG ref = InterlockedDecrement(&This->ref); local
81 TRACE("%p decreasing refcount to %u.\n", iface, ref);
83 if (ref == 0) {
95 return ref;
[all...]
H A Dindexbuffer.c56 ULONG ref = InterlockedIncrement(&This->ref); local
58 TRACE("%p increasing refcount to %u.\n", iface, ref);
60 if (ref == 1)
68 return ref;
73 ULONG ref = InterlockedDecrement(&This->ref); local
75 TRACE("%p decreasing refcount to %u.\n", iface, ref);
77 if (ref == 0) {
87 return ref;
[all...]
H A Dvertexbuffer.c57 ULONG ref = InterlockedIncrement(&This->ref); local
59 TRACE("%p increasing refcount to %u.\n", iface, ref);
61 if (ref == 1)
69 return ref;
74 ULONG ref = InterlockedDecrement(&This->ref); local
76 TRACE("%p decreasing refcount to %u.\n", iface, ref);
78 if (ref == 0) {
89 return ref;
[all...]
H A Dvolume.c64 ULONG ref = InterlockedIncrement(&This->ref); local
66 TRACE("%p increasing refcount to %u.\n", iface, ref);
68 if (ref == 1)
75 return ref;
91 ULONG ref = InterlockedDecrement(&This->ref); local
93 TRACE("%p decreasing refcount to %u.\n", iface, ref);
95 if (ref == 0) {
101 return ref;
[all...]
/vbox/src/libs/liblzf-3.4/
H A Dlzf_d.c99 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1; local
120 ref -= *ip++;
128 if (ref < (u8 *)out_data)
136 lzf_movsb (op, ref, len);
138 *op++ = *ref++;
139 *op++ = *ref++;
142 *op++ = *ref++;
H A Dlzf_c.c118 const u8 *ref; local
158 ref = *hslot; *hslot = ip;
162 && ref < ip /* the next test will actually take care of this, but this is faster */
164 && (off = ip - ref - 1) < MAX_OFF
166 && ref > (u8 *)in_data
168 && ref[0] == ip[0]
169 && ref[1] == ip[1]
170 && ref[2] == ip[2]
172 && *(u16 *)ref == *(u16 *)ip
173 && ref[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dstateblock.c57 ULONG ref = InterlockedIncrement(&This->ref); local
59 TRACE("%p increasing refcount to %u.\n", iface, ref);
61 return ref;
66 ULONG ref = InterlockedDecrement(&This->ref); local
68 TRACE("%p decreasing refcount to %u.\n", iface, ref);
70 if (ref == 0) {
78 return ref;
141 stateblock->ref
[all...]
H A Dquery.c57 ULONG ref = InterlockedIncrement(&This->ref); local
59 TRACE("%p increasing refcount to %u.\n", iface, ref);
61 return ref;
66 ULONG ref = InterlockedDecrement(&This->ref); local
68 TRACE("%p decreasing refcount to %u.\n", iface, ref);
70 if (ref == 0) {
78 return ref;
167 query->ref
[all...]
H A Dindexbuffer.c57 ULONG ref = InterlockedIncrement(&This->ref); local
59 TRACE("%p increasing refcount to %u.\n", iface, ref);
61 if (ref == 1)
69 return ref;
74 ULONG ref = InterlockedDecrement(&This->ref); local
76 TRACE("%p decreasing refcount to %u.\n", iface, ref);
78 if (ref == 0) {
88 return ref;
[all...]
H A Dpixelshader.c56 ULONG ref = InterlockedIncrement(&This->ref); local
58 TRACE("%p increasing refcount to %u.\n", iface, ref);
60 if (ref == 1)
68 return ref;
73 ULONG ref = InterlockedDecrement(&This->ref); local
75 TRACE("%p decreasing refcount to %u.\n", iface, ref);
77 if (ref == 0) {
87 return ref;
[all...]
H A Dvertexbuffer.c58 ULONG ref = InterlockedIncrement(&This->ref); local
60 TRACE("%p increasing refcount to %u.\n", iface, ref);
62 if (ref == 1)
70 return ref;
75 ULONG ref = InterlockedDecrement(&This->ref); local
77 TRACE("%p decreasing refcount to %u.\n", iface, ref);
79 if (ref == 0) {
89 return ref;
[all...]
H A Dvertexshader.c56 ULONG ref = InterlockedIncrement(&This->ref); local
58 TRACE("%p increasing refcount to %u.\n", iface, ref);
60 if (ref == 1)
68 return ref;
73 ULONG ref = InterlockedDecrement(&This->ref); local
75 TRACE("%p decreasing refcount to %u.\n", iface, ref);
77 if (ref == 0) {
87 return ref;
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dstencil.h43 _mesa_StencilFunc( GLenum func, GLint ref, GLuint mask );
63 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
67 _mesa_StencilFuncSeparateATI(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dclipper.c62 ULONG ref = InterlockedIncrement(&This->ref); local
64 TRACE("(%p)->() incrementing from %u.\n", This, ref - 1);
66 return ref;
72 ULONG ref = InterlockedDecrement(&This->ref); local
74 TRACE("(%p)->() decrementing from %u.\n", This, ref + 1);
76 if (ref == 0)
81 else return ref;
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.h334 const FSRef *ref,
341 ref --> The FSRef.
447 const FSRef *ref,
452 directory specified by the ref parameter.
454 ref --> An FSRef specifying the file or directory.
467 FSRef *ref);
477 ref <-- The FSRef.
623 Boolean FSRefValid(const FSRef *ref);
629 ref --> FSRef to a file or directory.
638 const FSRef *ref,
[all...]
H A DMoreFilesX.c76 FSRef ref; /* FSRef */ member in struct:FSIterateContainerGlobals
235 const FSRef *ref,
245 result = FSGetCatalogInfo(ref, kFSCatInfoVolume, &catalogInfo, NULL, NULL, NULL);
327 FSRef ref; local
344 result = FSGetVolumeInfo(0, volumeIndex, NULL, kFSVolInfoNone, NULL, NULL, &ref);
348 PtrAndHand(&ref, (Handle)*volumeRefsHandle, sizeof(FSRef));
389 const FSRef *ref,
397 result = FSGetCatalogInfo(ref, kFSCatInfoNone, NULL, NULL, spec, NULL);
413 FSRef *ref)
419 require_action(NULL != ref, BadParamete
234 FSGetVRefNum( const FSRef *ref, FSVolumeRefNum *vRefNum) argument
388 FSRefMakeFSSpec( const FSRef *ref, FSSpec *spec) argument
409 FSMakeFSRef( FSVolumeRefNum volRefNum, SInt32 dirID, ConstStr255Param name, FSRef *ref) argument
445 FSRef ref; local
474 FSRef ref; local
661 FSRefValid(const FSRef *ref) argument
669 FSGetParentRef( const FSRef *ref, FSRef *parentRef) argument
705 FSGetFileDirName( const FSRef *ref, HFSUniStr255 *outName) argument
726 FSGetNodeID( const FSRef *ref, long *nodeID, Boolean *isDirectory) argument
766 FSGetUserPrivilegesPermissions( const FSRef *ref, UInt8 *userPrivileges, UInt32 permissions[4]) argument
806 FSCheckLock( const FSRef *ref) argument
849 FSGetForkSizes( const FSRef *ref, UInt64 *dataLogicalSize, UInt64 *rsrcLogicalSize) argument
897 FSGetTotalForkSizes( const FSRef *ref, UInt64 *totalLogicalSize, UInt64 *totalPhysicalSize, ItemCount *forkCount) argument
976 FSBumpDate( const FSRef *ref) argument
1052 FSGetFinderInfo( const FSRef *ref, FinderInfo *info, ExtendedFinderInfo *extendedInfo, Boolean *isDirectory) argument
1111 FSSetFinderInfo( const FSRef *ref, const FinderInfo *info, const ExtendedFinderInfo *extendedInfo) argument
1146 FSChangeCreatorType( const FSRef *ref, OSType fileCreator, OSType fileType) argument
1192 FSChangeFinderFlags( const FSRef *ref, Boolean setBits, UInt16 flagBits) argument
1234 FSSetInvisible( const FSRef *ref) argument
1241 FSClearInvisible( const FSRef *ref) argument
1250 FSSetNameLocked( const FSRef *ref) argument
1257 FSClearNameLocked( const FSRef *ref) argument
1266 FSSetIsStationery( const FSRef *ref) argument
1273 FSClearIsStationery( const FSRef *ref) argument
1282 FSSetHasCustomIcon( const FSRef *ref) argument
1289 FSClearHasCustomIcon( const FSRef *ref) argument
1298 FSClearHasBeenInited( const FSRef *ref) argument
1342 FSMoveRenameObjectUnicode( const FSRef *ref, const FSRef *destDirectory, UniCharCount nameLength, const UniChar *name, TextEncoding textEncodingHint, FSRef *newRef) argument
2162 FSGetDirAccess( const FSRef *ref, SInt32 *ownerID, SInt32 *groupID, SInt32 *accessRights) argument
2206 FSSetDirAccess( const FSRef *ref, SInt32 ownerID, SInt32 groupID, SInt32 accessRights) argument
2535 FSResolveFileIDRef( FSVolumeRefNum volRefNum, SInt32 fileID, FSRef *ref) argument
2569 FSCreateFileIDRef( const FSRef *ref, SInt32 *fileID) argument
2677 FileRefNumGetFSRef( short refNum, FSRef *ref) argument
[all...]
H A DFSCopyObject.h120 copy of the current object (ref)
124 ref --> The FSRef to the current object.
145 const FSRef *ref,
155 #define CallCopyObjectFilterProc(userRoutine, containerChanged, currentLevel, currentOSErr, catalogInfo, ref, spec, name, yourDataPtr) \
156 (*(userRoutine))((containerChanged), (currentLevel), (currentOSErr), (catalogInfo), (ref), (spec), (name), (yourDataPtr))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dswapchain.c61 ULONG ref = InterlockedIncrement(&swapchain->refcount); local
63 TRACE("%p increasing refcount to %u.\n", iface, ref);
65 if (ref == 1)
74 return ref;
80 ULONG ref = InterlockedDecrement(&swapchain->refcount); local
82 TRACE("%p decreasing refcount to %u.\n", iface, ref);
84 if (!ref)
95 return ref;
/vbox/src/VBox/Runtime/r3/darwin/
H A DRTPathUserDocuments-darwin.cpp86 FSRef ref; local
87 OSErr err = FSFindFolder(kOnAppropriateDisk, kDocumentsFolderType, false /* createFolder */, &ref);
90 err = FSRefMakePath(&ref, (UInt8*)pszPath, cchPath);

Completed in 141 milliseconds

123456789