Searched refs:pointers (Results 1 – 8 of 8) sorted by relevance
112 void **pointers = arg; in thread_local_destructor() local115 destructors[i](pointers[i]); in thread_local_destructor()119 OPENSSL_free(pointers); in thread_local_destructor()165 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_get_thread_local() local166 if (pointers == NULL) { in CRYPTO_get_thread_local()169 return pointers[index]; in CRYPTO_get_thread_local()180 void **pointers = pthread_getspecific(g_thread_local_key); in CRYPTO_set_thread_local() local181 if (pointers == NULL) { in CRYPTO_set_thread_local()183 if (pointers == NULL) { in CRYPTO_set_thread_local()189 OPENSSL_free(pointers); in CRYPTO_set_thread_local()[all …]
231 * JEMALLOC_IVSALLOC enables ivsalloc(), which verifies that pointers reside
1061 /* Only slab members should be looked up via interior pointers. */
371 - printf accepts null pointers with %s, prints as "(null)"985 - dl_iterate_phdr was passing invalid phdr pointers to its callback1509 - dangling pointers in x32 syscall timespec fixup code1562 - support for %m and %s with null pointers in wide printf variants
128 verifies that pointers reside within jemalloc-owned extents before
901 dnl Do not validate pointers by default.904 [Validate pointers passed through the public API])],
835 context pointers are stored in small run headers.
1249 3) The output format for pointers varies from system to system (leading 1661 as containing some or all entries that are NULL pointers). This change 7119 instead of pointers to static strings. Jan Beulich and Bob Moore.7771 pointers are stored there. Caused occasional access to deleted objects 8360 that do not allow the initialization of address pointers within packed 8840 null pointers are now trapped and ignored, matching the behavior of the 8979 objects, and placing invalid pointers onto the internal operator result 10320 Fixed a problem where string and buffer objects with "static" pointers 10321 (pointers to initialization data within an ACPI table) were not handled 12320 and error output, as well as guarding against null pointers during[all …]
Completed in 33 milliseconds