/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/talloc/ |
H A D | talloc.c | 62 #define TALLOC_FLAG_FREE 0x01 macro 123 test &= ~TALLOC_FLAG_FREE; in talloc_tc_flags_ok() 133 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) { in talloc_chunk_from_ptr() 134 if (tc->flags & TALLOC_FLAG_FREE) { in talloc_chunk_from_ptr() 424 tc->flags |= TALLOC_FLAG_FREE; in _talloc_free() 798 tc->flags |= TALLOC_FLAG_FREE; in _talloc_realloc() 810 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() 815 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc()
|
/dports/net/netatalk3/netatalk-3.1.12/libatalk/talloc/ |
H A D | talloc.c | 86 #define TALLOC_FLAG_FREE 0x01 macro 365 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) { in talloc_chunk_from_ptr() 371 if (tc->flags & TALLOC_FLAG_FREE) { in talloc_chunk_from_ptr() 738 tc->flags |= TALLOC_FLAG_FREE; in _talloc_free_poolmem() 864 tc->flags |= TALLOC_FLAG_FREE; in _talloc_free_internal() 1470 tc->flags |= TALLOC_FLAG_FREE; in _talloc_realloc() 1502 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc() 1554 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() 1569 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() 1595 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() [all …]
|
/dports/www/netsurf/netsurf-3.10/utils/ |
H A D | talloc.c | 74 #define TALLOC_FLAG_FREE 0x01 macro 136 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) { in talloc_chunk_from_ptr() 137 if (tc->flags & TALLOC_FLAG_FREE) { in talloc_chunk_from_ptr() 425 tc->flags |= TALLOC_FLAG_FREE; in _talloc_free() 799 tc->flags |= TALLOC_FLAG_FREE; in _talloc_realloc() 811 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() 816 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc()
|
/dports/net/ocserv/ocserv-1.1.3/src/ccan/talloc/ |
H A D | talloc.c | 48 #define TALLOC_FLAG_FREE 0x01 macro 119 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~0xF)) != TALLOC_MAGIC)) { in talloc_chunk_from_ptr() 120 if (tc->flags & TALLOC_FLAG_FREE) { in talloc_chunk_from_ptr() 573 tc->flags |= TALLOC_FLAG_FREE; in _talloc_free() 923 tc->flags |= TALLOC_FLAG_FREE; in _talloc_realloc() 927 tc->flags |= TALLOC_FLAG_FREE; in _talloc_realloc() 941 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() 947 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc()
|
/dports/sysutils/py-pytsk/pytsk3-20210419/talloc/ |
H A D | talloc.c | 72 #define TALLOC_FLAG_FREE 0x01 macro 378 if (tc->flags & TALLOC_FLAG_FREE) { in talloc_chunk_from_ptr() 861 tc->flags |= TALLOC_FLAG_FREE; in _talloc_free_poolmem() 879 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _talloc_free_poolmem() 1010 tc->flags |= TALLOC_FLAG_FREE; in _talloc_free_internal() 1666 tc->flags |= TALLOC_FLAG_FREE; in _talloc_realloc() 1704 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc() 1765 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() 1780 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() 1810 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc() [all …]
|
/dports/net/samba412/samba-4.12.15/lib/talloc/ |
H A D | talloc.c | 64 #define TALLOC_FLAG_FREE 0x01 macro 357 tc->flags = TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE in _talloc_chunk_set_free() 384 ((tc->flags & TALLOC_FLAG_MASK) & ~TALLOC_FLAG_FREE); in _talloc_chunk_set_not_free() 530 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) != talloc_magic)) { in talloc_chunk_from_ptr() 531 if ((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) in talloc_chunk_from_ptr() 532 == (TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE)) { in talloc_chunk_from_ptr() 1051 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _tc_free_poolmem() 1939 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc()
|
/dports/devel/talloc/talloc-2.3.1/ |
H A D | talloc.c | 64 #define TALLOC_FLAG_FREE 0x01 macro 357 tc->flags = TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE in _talloc_chunk_set_free() 384 ((tc->flags & TALLOC_FLAG_MASK) & ~TALLOC_FLAG_FREE); in _talloc_chunk_set_not_free() 530 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) != talloc_magic)) { in talloc_chunk_from_ptr() 531 if ((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) in talloc_chunk_from_ptr() 532 == (TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE)) { in talloc_chunk_from_ptr() 1051 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _tc_free_poolmem() 1939 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc()
|
/dports/devel/tevent/tevent-0.10.2/lib/talloc/ |
H A D | talloc.c | 64 #define TALLOC_FLAG_FREE 0x01 macro 357 tc->flags = TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE in _talloc_chunk_set_free() 384 ((tc->flags & TALLOC_FLAG_MASK) & ~TALLOC_FLAG_FREE); in _talloc_chunk_set_not_free() 526 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) != talloc_magic)) { in talloc_chunk_from_ptr() 527 if ((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) in talloc_chunk_from_ptr() 528 == (TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE)) { in talloc_chunk_from_ptr() 1047 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _tc_free_poolmem() 1935 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc()
|
/dports/databases/ldb22/ldb-2.2.1/lib/talloc/ |
H A D | talloc.c | 64 #define TALLOC_FLAG_FREE 0x01 macro 357 tc->flags = TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE in _talloc_chunk_set_free() 384 ((tc->flags & TALLOC_FLAG_MASK) & ~TALLOC_FLAG_FREE); in _talloc_chunk_set_not_free() 526 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) != talloc_magic)) { in talloc_chunk_from_ptr() 527 if ((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) in talloc_chunk_from_ptr() 528 == (TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE)) { in talloc_chunk_from_ptr() 1047 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _tc_free_poolmem() 1937 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc()
|
/dports/databases/ldb15/ldb-1.5.6/lib/talloc/ |
H A D | talloc.c | 64 #define TALLOC_FLAG_FREE 0x01 macro 352 tc->flags = TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE in _talloc_chunk_set_free() 379 ((tc->flags & TALLOC_FLAG_MASK) & ~TALLOC_FLAG_FREE); in _talloc_chunk_set_not_free() 521 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) != talloc_magic)) { in talloc_chunk_from_ptr() 522 if ((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) in talloc_chunk_from_ptr() 523 == (TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE)) { in talloc_chunk_from_ptr() 1027 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _tc_free_poolmem() 1915 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc()
|
/dports/databases/ldb20/ldb-2.0.10/lib/talloc/ |
H A D | talloc.c | 64 #define TALLOC_FLAG_FREE 0x01 macro 357 tc->flags = TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE in _talloc_chunk_set_free() 384 ((tc->flags & TALLOC_FLAG_MASK) & ~TALLOC_FLAG_FREE); in _talloc_chunk_set_not_free() 526 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) != talloc_magic)) { in talloc_chunk_from_ptr() 527 if ((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) in talloc_chunk_from_ptr() 528 == (TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE)) { in talloc_chunk_from_ptr() 1047 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _tc_free_poolmem() 1935 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc()
|
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/ |
H A D | talloc.c | 64 #define TALLOC_FLAG_FREE 0x01 macro 357 tc->flags = TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE in _talloc_chunk_set_free() 384 ((tc->flags & TALLOC_FLAG_MASK) & ~TALLOC_FLAG_FREE); in _talloc_chunk_set_not_free() 526 if (unlikely((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) != talloc_magic)) { in talloc_chunk_from_ptr() 527 if ((tc->flags & (TALLOC_FLAG_FREE | ~TALLOC_FLAG_MASK)) in talloc_chunk_from_ptr() 528 == (TALLOC_MAGIC_NON_RANDOM | TALLOC_FLAG_FREE)) { in talloc_chunk_from_ptr() 1047 && !(pool_tc->flags & TALLOC_FLAG_FREE))) { in _tc_free_poolmem() 1935 if (!(pool_tc->flags & TALLOC_FLAG_FREE)) { in _talloc_realloc()
|