Searched refs:magic (Results 1 – 3 of 3) sorted by relevance
/hostap-3.6.0/src/utils/ |
D | wpabuf.c | 19 unsigned int magic; member 34 if (trace->magic != WPABUF_MAGIC) { in wpabuf_overflow() 36 trace->magic); in wpabuf_overflow() 61 if (trace->magic != WPABUF_MAGIC) { in wpabuf_resize() 63 trace->magic); in wpabuf_resize() 121 trace->magic = WPABUF_MAGIC; in wpabuf_alloc() 143 trace->magic = WPABUF_MAGIC; in wpabuf_alloc_ext_data() 189 if (trace->magic != WPABUF_MAGIC) { in wpabuf_free() 191 trace->magic); in wpabuf_free()
|
D | os_unix.c | 41 unsigned int magic; member 384 if (a->magic != ALLOC_MAGIC) { in os_program_deinit() 387 a, a->magic, (unsigned long) a->len); in os_program_deinit() 718 a->magic = ALLOC_MAGIC; in os_malloc() 736 if (a->magic != ALLOC_MAGIC) { in os_realloc() 738 a, a->magic, in os_realloc() 739 a->magic == FREED_MAGIC ? " (already freed)" : ""); in os_realloc() 762 if (a->magic != ALLOC_MAGIC) { in os_free() 764 a, a->magic, in os_free() 765 a->magic == FREED_MAGIC ? " (already freed)" : ""); in os_free() [all …]
|
D | utils_module_tests.c | 601 unsigned int magic; member 619 if (t->magic != 0x12345678) { in eloop_test_read_2() 621 __func__, t->magic); in eloop_test_read_2() 641 if (t->magic != 0x12345678) { in eloop_test_read_2_wrong() 643 __func__, t->magic); in eloop_test_read_2_wrong() 701 if (t->magic != 0x12345678) { in eloop_test_read_1() 703 __func__, t->magic); in eloop_test_read_1() 726 if (t->magic != 0x12345678) { in eloop_test_cb() 728 __func__, t->magic); in eloop_test_cb() 743 if (t->magic != 0x12345678) { in eloop_test_timeout() [all …]
|