Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 20 | pmbaty | 1 | #include "objectc.h" |
| 2 | #include "harness/trace.h" |
||
| 3 | |||
| 4 | // IDA: void* __cdecl BrObjectListAllocate(void *res) |
||
| 5 | void* BrObjectListAllocate(void* res) { |
||
| 6 | //object_list* hl; // Pierre-Marie Baty -- unused variable |
||
| 7 | LOG_TRACE("(%p)", res); |
||
| 8 | NOT_IMPLEMENTED(); |
||
| 9 | } |
||
| 10 | |||
| 11 | // IDA: br_error __cdecl _M_br_object_container_addFront(br_object_container *self, br_object *ph) |
||
| 12 | br_error _M_br_object_container_addFront(br_object_container* self, br_object* ph) { |
||
| 13 | //object_list* hl; // Pierre-Marie Baty -- unused variable |
||
| 14 | //object_list_entry* he; // Pierre-Marie Baty -- unused variable |
||
| 15 | LOG_TRACE("(%p, %p)", self, ph); |
||
| 16 | NOT_IMPLEMENTED(); |
||
| 17 | } |
||
| 18 | |||
| 19 | // IDA: br_error __cdecl _M_br_object_container_remove(br_object_container *self, br_object *h) |
||
| 20 | br_error _M_br_object_container_remove(br_object_container* self, br_object* h) { |
||
| 21 | //object_list* hl; // Pierre-Marie Baty -- unused variable |
||
| 22 | //object_list_entry* he; // Pierre-Marie Baty -- unused variable |
||
| 23 | LOG_TRACE("(%p, %p)", self, h); |
||
| 24 | NOT_IMPLEMENTED(); |
||
| 25 | } |
||
| 26 | |||
| 27 | // IDA: br_error __cdecl _M_br_object_container_removeFront(br_object_container *self, br_object **ph) |
||
| 28 | br_error _M_br_object_container_removeFront(br_object_container* self, br_object** ph) { |
||
| 29 | //object_list* hl; // Pierre-Marie Baty -- unused variable |
||
| 30 | //object_list_entry* he; // Pierre-Marie Baty -- unused variable |
||
| 31 | LOG_TRACE("(%p, %p)", self, ph); |
||
| 32 | NOT_IMPLEMENTED(); |
||
| 33 | } |
||
| 34 | |||
| 35 | // IDA: br_error __cdecl _M_br_object_container_find(br_object_container *self, br_object **ph, br_token type, char *pattern, br_token_value *tv) |
||
| 36 | br_error _M_br_object_container_find(br_object_container* self, br_object** ph, br_token type, char* pattern, br_token_value* tv) { |
||
| 37 | //object_list* hl; // Pierre-Marie Baty -- unused variable |
||
| 38 | //object_list_entry* he; // Pierre-Marie Baty -- unused variable |
||
| 39 | //void* tvarg; // Pierre-Marie Baty -- unused variable |
||
| 40 | //br_error r; // Pierre-Marie Baty -- unused variable |
||
| 41 | LOG_TRACE("(%p, %p, %d, \"%s\", %p)", self, ph, type, pattern, tv); |
||
| 42 | NOT_IMPLEMENTED(); |
||
| 43 | } |
||
| 44 | |||
| 45 | // IDA: br_error __cdecl _M_br_object_container_findMany(br_object_container *self, br_object **objects, br_int_32 max_objects, br_int_32 *num_objects, br_token type, char *pattern, br_token_value *tv) |
||
| 46 | br_error _M_br_object_container_findMany(br_object_container* self, br_object** objects, br_int_32 max_objects, br_int_32* num_objects, br_token type, char* pattern, br_token_value* tv) { |
||
| 47 | //object_list* hl; // Pierre-Marie Baty -- unused variable |
||
| 48 | //object_list_entry* he; // Pierre-Marie Baty -- unused variable |
||
| 49 | //void* tvarg; // Pierre-Marie Baty -- unused variable |
||
| 50 | //int n; // Pierre-Marie Baty -- unused variable |
||
| 51 | LOG_TRACE("(%p, %p, %d, %p, %d, \"%s\", %p)", self, objects, max_objects, num_objects, type, pattern, tv); |
||
| 52 | NOT_IMPLEMENTED(); |
||
| 53 | } |
||
| 54 | |||
| 55 | // IDA: br_error __cdecl _M_br_object_container_count(br_object_container *self, br_uint_32 *pcount, br_token type, char *pattern, br_token_value *tv) |
||
| 56 | br_error _M_br_object_container_count(br_object_container* self, br_uint_32* pcount, br_token type, char* pattern, br_token_value* tv) { |
||
| 57 | //object_list* hl; // Pierre-Marie Baty -- unused variable |
||
| 58 | //object_list_entry* he; // Pierre-Marie Baty -- unused variable |
||
| 59 | //void* tvarg; // Pierre-Marie Baty -- unused variable |
||
| 60 | //int n; // Pierre-Marie Baty -- unused variable |
||
| 61 | LOG_TRACE("(%p, %p, %d, \"%s\", %p)", self, pcount, type, pattern, tv); |
||
| 62 | NOT_IMPLEMENTED(); |
||
| 63 | } |
||
| 64 | |||
| 65 | // IDA: void* __cdecl _M_br_object_container_tokensMatchBegin(br_object_container *self, br_token t, br_token_value *tv) |
||
| 66 | void* _M_br_object_container_tokensMatchBegin(br_object_container* self, br_token t, br_token_value* tv) { |
||
| 67 | //token_match* tm; // Pierre-Marie Baty -- unused variable |
||
| 68 | //br_int_32 i; // Pierre-Marie Baty -- unused variable |
||
| 69 | LOG_TRACE("(%p, %d, %p)", self, t, tv); |
||
| 70 | NOT_IMPLEMENTED(); |
||
| 71 | } |
||
| 72 | |||
| 73 | // IDA: br_boolean __cdecl _M_br_object_container_tokensMatch(br_object_container *self, br_object *h, void *arg) |
||
| 74 | br_boolean _M_br_object_container_tokensMatch(br_object_container* self, br_object* h, void* arg) { |
||
| 75 | //token_match* tm; // Pierre-Marie Baty -- unused variable |
||
| 76 | //br_size_t s; // Pierre-Marie Baty -- unused variable |
||
| 77 | //br_int_32 n; // Pierre-Marie Baty -- unused variable |
||
| 78 | LOG_TRACE("(%p, %p, %p)", self, h, arg); |
||
| 79 | NOT_IMPLEMENTED(); |
||
| 80 | } |
||
| 81 | |||
| 82 | // IDA: void __cdecl _M_br_object_container_tokensMatchEnd(br_object_container *self, void *arg) |
||
| 83 | void _M_br_object_container_tokensMatchEnd(br_object_container* self, void* arg) { |
||
| 84 | LOG_TRACE("(%p, %p)", self, arg); |
||
| 85 | NOT_IMPLEMENTED(); |
||
| 86 | } |
||
| 87 | |||
| 88 | // IDA: br_error __cdecl BrObjectContainerFree(br_object_container *self, br_token type, char *pattern, br_token_value *tv) |
||
| 89 | br_error BrObjectContainerFree(br_object_container* self, br_token type, char* pattern, br_token_value* tv) { |
||
| 90 | //br_error r; // Pierre-Marie Baty -- unused variable |
||
| 91 | //br_object** handles; // Pierre-Marie Baty -- unused variable |
||
| 92 | //br_int_32 count; // Pierre-Marie Baty -- unused variable |
||
| 93 | //br_int_32 n; // Pierre-Marie Baty -- unused variable |
||
| 94 | //br_int_32 i; // Pierre-Marie Baty -- unused variable |
||
| 95 | LOG_TRACE("(%p, %d, \"%s\", %p)", self, type, pattern, tv); |
||
| 96 | NOT_IMPLEMENTED(); |
||
| 97 | } |