Searched refs:OurException (Results 1 – 3 of 3) sorted by relevance
114 typedef struct OurBaseException_t OurException; typedef320 size_t size = sizeof(OurException); in createOurException()321 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()
166 typedef struct OurBaseException_t OurException; typedef362 size_t size = sizeof(OurException); in createOurException()363 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()
169 typedef struct OurBaseException_t OurException; typedef367 size_t size = sizeof(OurException); in createOurException()368 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()