Searched refs:ptr (Results 1 – 6 of 6) sorted by relevance
8 char *ptr;14 char *p = buffer->ptr;41 buffer->ptr = p;61 buffer.ptr = buffer.buf;96 buffer.ptr = buffer.buf;128 buffer.ptr = buffer.buf;162 buffer.ptr = buffer.buf;198 buffer.ptr = buffer.buf;
71 #define TEST_CF_SECRET(ptr, size) argument72 #define TEST_CF_PUBLIC(ptr, size) argument
48 static void platform_free_uninit( void *ptr ) in platform_free_uninit() argument50 ((void) ptr); in platform_free_uninit()64 void mbedtls_free( void * ptr ) in mbedtls_free() argument66 (*mbedtls_free_func)( ptr ); in mbedtls_free()
375 static void buffer_alloc_free( void *ptr ) in buffer_alloc_free() argument378 unsigned char *p = (unsigned char *) ptr; in buffer_alloc_free()380 if( ptr == NULL || heap.buf == NULL || heap.first == NULL ) in buffer_alloc_free()556 static void buffer_alloc_free_mutexed( void *ptr ) in buffer_alloc_free_mutexed() argument562 buffer_alloc_free( ptr ); in buffer_alloc_free_mutexed()
430 void *ptr; in read_next_b64_code() local434 ptr = realloc( *b64, new_size ); in read_next_b64_code()435 if( NULL == ptr ) in read_next_b64_code()440 *b64 = ptr; in read_next_b64_code()1049 void *ptr = realloc( ssl_buf, ssl_required_len ); in main() local1050 if( NULL == ptr ) in main()1057 ssl_buf = ptr; in main()
136 extern void mbedtls_free( void *ptr );
Completed in 8 milliseconds