Searched refs:p_magic (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_free.c50 switch(int_p->p_magic) {
63 int_p->p_magic, int_p);
69 "at %p\n", int_p->p_magic, int_p);
H A D__libobj.c16 obj_p->p_magic = (long)magic;
27 obj_p->p_magic = (long)magic;
35 obj_p->p_magic = 0;
44 if (!obj_p || obj_p->p_magic != (long)magic) {
H A Dlibobj.h42 /* [Note: p_magic is a long rather than int so that this structure */
46 unsigned long p_magic:16; member in struct:__anon7458
50 #define pmagic o_prefix.p_magic

Completed in 32 milliseconds