Home
last modified time | relevance | path

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

/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoObject.c398 int IoObject_rawProtosCount(IoObject *self) in IoObject_rawProtosCount() function
407 int count = IoObject_rawProtosCount(self); in IoObject_rawAppendProto_()
415 int count = IoObject_rawProtosCount(self); in IoObject_rawPrependProto_()
433 int count = IoObject_rawProtosCount(self); in IoObject_rawRemoveProto_()
H A DIoObject_inline.h212 memset(IoObject_protos(self), 0, IoObject_rawProtosCount(self) * sizeof(IoObject *)); in IoObject_rawRemoveAllProtos()
H A DIoObject.h52 IOVM_API int IoObject_rawProtosCount(IoObject *self);