Home
last modified time | relevance | path

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

/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/file/
H A Dstreams.h172 #define Stream_Open(p,a,b) VMT_FUNC(p,stream_vmt)->Open(p,a,b)
173 #define Stream_Duplicate(p,a) VMT_FUNC(p,stream_vmt)->Duplicate(p,a)
174 #define Stream_Read(p,a,b,c) VMT_FUNC(p,stream_vmt)->Read(p,a,b,c)
177 #define Stream_Write(p,a,b,c) VMT_FUNC(p,stream_vmt)->Write(p,a,b,c)
178 #define Stream_Seek(p,a,b) VMT_FUNC(p,stream_vmt)->Seek(p,a,b)
179 #define Stream_OpenDir(p,a,b) VMT_FUNC(p,stream_vmt)->OpenDir(p,a,b)
180 #define Stream_EnumDir(p,a,b,c) VMT_FUNC(p,stream_vmt)->EnumDir(p,a,b,c)
181 #define Stream_Blocking(p,a) VMT_FUNC(p,stream_vmt)->Blocking(p,a)
182 #define Stream_Wait(p,a,b) VMT_FUNC(p,stream_vmt)->Wait(p,a,b)
183 #define Stream_Skip(p,a) VMT_FUNC(p,stream_vmt)->Skip(p,a)
[all …]
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/file/
H A Dstreams.h169 #define Stream_Open(p,a,b) VMT_FUNC(p,stream_vmt)->Open(p,a,b)
170 #define Stream_Duplicate(p,a) VMT_FUNC(p,stream_vmt)->Duplicate(p,a)
171 #define Stream_Read(p,a,b,c) VMT_FUNC(p,stream_vmt)->Read(p,a,b,c)
174 #define Stream_Write(p,a,b,c) VMT_FUNC(p,stream_vmt)->Write(p,a,b,c)
175 #define Stream_Seek(p,a,b) VMT_FUNC(p,stream_vmt)->Seek(p,a,b)
176 #define Stream_OpenDir(p,a,b) VMT_FUNC(p,stream_vmt)->OpenDir(p,a,b)
177 #define Stream_EnumDir(p,a,b,c) VMT_FUNC(p,stream_vmt)->EnumDir(p,a,b,c)
178 #define Stream_Blocking(p,a) VMT_FUNC(p,stream_vmt)->Blocking(p,a)
179 #define Stream_Wait(p,a,b) VMT_FUNC(p,stream_vmt)->Wait(p,a,b)
180 #define Stream_Skip(p,a) VMT_FUNC(p,stream_vmt)->Skip(p,a)
[all …]
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/file/
H A Dstreams.h172 #define Stream_Open(p,a,b) VMT_FUNC(p,stream_vmt)->Open(p,a,b)
173 #define Stream_Duplicate(p,a) VMT_FUNC(p,stream_vmt)->Duplicate(p,a)
174 #define Stream_Read(p,a,b,c) VMT_FUNC(p,stream_vmt)->Read(p,a,b,c)
177 #define Stream_Write(p,a,b,c) VMT_FUNC(p,stream_vmt)->Write(p,a,b,c)
178 #define Stream_Seek(p,a,b) VMT_FUNC(p,stream_vmt)->Seek(p,a,b)
179 #define Stream_OpenDir(p,a,b) VMT_FUNC(p,stream_vmt)->OpenDir(p,a,b)
180 #define Stream_EnumDir(p,a,b,c) VMT_FUNC(p,stream_vmt)->EnumDir(p,a,b,c)
181 #define Stream_Blocking(p,a) VMT_FUNC(p,stream_vmt)->Blocking(p,a)
182 #define Stream_Wait(p,a,b) VMT_FUNC(p,stream_vmt)->Wait(p,a,b)
183 #define Stream_Skip(p,a) VMT_FUNC(p,stream_vmt)->Skip(p,a)
[all …]
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/node/
H A Dnodebase.h405 #define Node_Enum(p,a) VMT_FUNC(p,node_vmt)->Enum(p,a)
406 #define Node_Get(p,a,b,c) VMT_FUNC(p,node_vmt)->Get(p,a,b,c)
408 #define Node_Set(p,a,b,c) VMT_FUNC(p,node_vmt)->Set(p,a,b,c)
410 #define Node_Trigger(p,a) VMT_FUNC(p,node_vmt)->Set(p,a,NULL,0)
411 #define Node_UnSet(p,a,b,c) VMT_FUNC(p,node_vmt)->UnSet(p,a,b,c)
412 #define Node_Meta(p,a,b) VMT_FUNC(p,node_vmt)->Meta(p,a,b)
413 #define Node_FindParam(p,a) VMT_FUNC(p,node_vmt)->FindParam(p,a)
414 #define Node_SetData(p,i,t,d) VMT_FUNC(p,node_vmt)->SetData(p,i,t,d)
644 #define VMT_FUNC(p,class_vmt) ((class_vmt*)((node*)(p))->VMT) macro
647 #define Node_Context(p) (VMT_FUNC(p,node_vmt)->Context)
[all …]
H A Dnodetree.h60 #define NodeTree_SetParent(p,a,b) VMT_FUNC(p,nodetree_vmt)->SetParent(p,a,b)
61 #define NodeTree_AddData(p,a,b) VMT_FUNC(p,nodetree_vmt)->AddData(p,a,b)
62 #define NodeTree_FindChild(p,a) VMT_FUNC(p,nodetree_vmt)->FindChild(p,a)
H A Dnodetree.c41 VMT_FUNC(p->Parent,nodetree_vmt)->RemoveChild(p->Parent,p); in SetParent()
44 Result = VMT_FUNC(Parent,nodetree_vmt)->AddChild(Parent,p,Before); in SetParent()
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/node/
H A Dnodebase.h405 #define Node_Enum(p,a) VMT_FUNC(p,node_vmt)->Enum(p,a)
406 #define Node_Get(p,a,b,c) VMT_FUNC(p,node_vmt)->Get(p,a,b,c)
408 #define Node_Set(p,a,b,c) VMT_FUNC(p,node_vmt)->Set(p,a,b,c)
410 #define Node_Trigger(p,a) VMT_FUNC(p,node_vmt)->Set(p,a,NULL,0)
411 #define Node_UnSet(p,a,b,c) VMT_FUNC(p,node_vmt)->UnSet(p,a,b,c)
412 #define Node_Meta(p,a,b) VMT_FUNC(p,node_vmt)->Meta(p,a,b)
413 #define Node_FindParam(p,a) VMT_FUNC(p,node_vmt)->FindParam(p,a)
414 #define Node_SetData(p,i,t,d) VMT_FUNC(p,node_vmt)->SetData(p,i,t,d)
644 #define VMT_FUNC(p,class_vmt) ((class_vmt*)((node*)(p))->VMT) macro
647 #define Node_Context(p) (VMT_FUNC(p,node_vmt)->Context)
[all …]
H A Dnodetree.h60 #define NodeTree_SetParent(p,a,b) VMT_FUNC(p,nodetree_vmt)->SetParent(p,a,b)
61 #define NodeTree_AddData(p,a,b) VMT_FUNC(p,nodetree_vmt)->AddData(p,a,b)
62 #define NodeTree_FindChild(p,a) VMT_FUNC(p,nodetree_vmt)->FindChild(p,a)
H A Dnodetree.c41 VMT_FUNC(p->Parent,nodetree_vmt)->RemoveChild(p->Parent,p); in SetParent()
44 Result = VMT_FUNC(Parent,nodetree_vmt)->AddChild(Parent,p,Before); in SetParent()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/node/
H A Dnodebase.h403 #define Node_Enum(p,a) VMT_FUNC(p,node_vmt)->Enum(p,a)
404 #define Node_Get(p,a,b,c) VMT_FUNC(p,node_vmt)->Get(p,a,b,c)
406 #define Node_Set(p,a,b,c) VMT_FUNC(p,node_vmt)->Set(p,a,b,c)
408 #define Node_Trigger(p,a) VMT_FUNC(p,node_vmt)->Set(p,a,NULL,0)
409 #define Node_UnSet(p,a,b,c) VMT_FUNC(p,node_vmt)->UnSet(p,a,b,c)
410 #define Node_Meta(p,a,b) VMT_FUNC(p,node_vmt)->Meta(p,a,b)
411 #define Node_FindParam(p,a) VMT_FUNC(p,node_vmt)->FindParam(p,a)
412 #define Node_SetData(p,i,t,d) VMT_FUNC(p,node_vmt)->SetData(p,i,t,d)
640 #define VMT_FUNC(p,class_vmt) ((class_vmt*)((node*)(p))->VMT) macro
643 #define Node_Context(p) (VMT_FUNC(p,node_vmt)->Context)
[all …]
H A Dnodetree.h60 #define NodeTree_SetParent(p,a,b) VMT_FUNC(p,nodetree_vmt)->SetParent(p,a,b)
61 #define NodeTree_AddData(p,a,b) VMT_FUNC(p,nodetree_vmt)->AddData(p,a,b)
62 #define NodeTree_FindChild(p,a) VMT_FUNC(p,nodetree_vmt)->FindChild(p,a)
H A Dnodetree.c41 VMT_FUNC(p->Parent,nodetree_vmt)->RemoveChild(p->Parent,p); in SetParent()
44 Result = VMT_FUNC(Parent,nodetree_vmt)->AddChild(Parent,p,Before); in SetParent()
/dports/multimedia/mkclean/mkclean-0.8.7/libebml2/ebml/
H A Debml.h132 #define EBML_ElementValidateSize(p) VMT_FUNC(p,ebml_element_vmt)->ValidateSize(p)
133 #define EBML_ElementReadData(p,i,c,d,s,r) VMT_FUNC(p,ebml_element_vmt)->ReadData(p,i,c,d,s,r)
134 #define EBML_ElementRenderData(p,s,f,k,r) VMT_FUNC(p,ebml_element_vmt)->RenderData(p,s,f,k,r)
135 #define EBML_ElementIsDefaultValue(p) VMT_FUNC(p,ebml_element_vmt)->IsDefaultValue(p)
136 #define EBML_ElementUpdateSize(p,k,f) VMT_FUNC(p,ebml_element_vmt)->UpdateDataSize(p,k,f)
137 #define EBML_ElementNeedsDataSizeUpdate(p,d) VMT_FUNC(p,ebml_element_vmt)->NeedsDataSizeUpdate(p,d)
138 #define EBML_ElementCmp(p,e) VMT_FUNC(p,ebml_element_vmt)->Cmp(p,e)
139 #define EBML_ElementCopy(p,c) VMT_FUNC(p,ebml_element_vmt)->Copy(p,c)
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/libebml2/ebml/
H A Debml.h132 #define EBML_ElementValidateSize(p) VMT_FUNC(p,ebml_element_vmt)->ValidateSize(p)
133 #define EBML_ElementReadData(p,i,c,d,s,r) VMT_FUNC(p,ebml_element_vmt)->ReadData(p,i,c,d,s,r)
134 #define EBML_ElementRenderData(p,s,f,k,r) VMT_FUNC(p,ebml_element_vmt)->RenderData(p,s,f,k,r)
135 #define EBML_ElementIsDefaultValue(p) VMT_FUNC(p,ebml_element_vmt)->IsDefaultValue(p)
136 #define EBML_ElementUpdateSize(p,k,f) VMT_FUNC(p,ebml_element_vmt)->UpdateDataSize(p,k,f)
137 #define EBML_ElementNeedsDataSizeUpdate(p,d) VMT_FUNC(p,ebml_element_vmt)->NeedsDataSizeUpdate(p,d)
138 #define EBML_ElementCmp(p,e) VMT_FUNC(p,ebml_element_vmt)->Cmp(p,e)
139 #define EBML_ElementCopy(p,c) VMT_FUNC(p,ebml_element_vmt)->Copy(p,c)
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/libebml2/ebml/
H A Debml.h132 #define EBML_ElementValidateSize(p) VMT_FUNC(p,ebml_element_vmt)->ValidateSize(p)
133 #define EBML_ElementReadData(p,i,c,d,s,r) VMT_FUNC(p,ebml_element_vmt)->ReadData(p,i,c,d,s,r)
134 #define EBML_ElementRenderData(p,s,f,k,r) VMT_FUNC(p,ebml_element_vmt)->RenderData(p,s,f,k,r)
135 #define EBML_ElementIsDefaultValue(p) VMT_FUNC(p,ebml_element_vmt)->IsDefaultValue(p)
136 #define EBML_ElementUpdateSize(p,k,f) VMT_FUNC(p,ebml_element_vmt)->UpdateDataSize(p,k,f)
137 #define EBML_ElementNeedsDataSizeUpdate(p,d) VMT_FUNC(p,ebml_element_vmt)->NeedsDataSizeUpdate(p,d)
138 #define EBML_ElementCmp(p,e) VMT_FUNC(p,ebml_element_vmt)->Cmp(p,e)
139 #define EBML_ElementCopy(p,c) VMT_FUNC(p,ebml_element_vmt)->Copy(p,c)
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/libebml2/
H A Debmlmain.c224 VMT_FUNC(Result,ebml_element_vmt)->PostCreate(Result, SetDefault); in EBML_ElementCreate()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/libebml2/
H A Debmlmain.c224 VMT_FUNC(Result,ebml_element_vmt)->PostCreate(Result, SetDefault); in EBML_ElementCreate()
/dports/multimedia/mkclean/mkclean-0.8.7/libebml2/
H A Debmlmain.c224 VMT_FUNC(Result,ebml_element_vmt)->PostCreate(Result, SetDefault); in EBML_ElementCreate()