Searched refs:ptr (Results 1 – 6 of 6) sorted by relevance
9 char *ptr;15 char *p = buffer->ptr;42 buffer->ptr = p;62 buffer.ptr = buffer.buf;97 buffer.ptr = buffer.buf;129 buffer.ptr = buffer.buf;163 buffer.ptr = buffer.buf;199 buffer.ptr = buffer.buf;
77 #define TEST_CF_SECRET(ptr, size) argument78 #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()562 static void buffer_alloc_free_mutexed( void *ptr ) in buffer_alloc_free_mutexed() argument568 buffer_alloc_free( ptr ); in buffer_alloc_free_mutexed()
445 void *ptr; in read_next_b64_code() local449 ptr = realloc( *b64, new_size ); in read_next_b64_code()450 if( NULL == ptr ) in read_next_b64_code()455 *b64 = ptr; in read_next_b64_code()1068 void *ptr = realloc( ssl_buf, ssl_required_len ); in main() local1069 if( NULL == ptr ) in main()1076 ssl_buf = ptr; in main()
148 extern void mbedtls_free( void *ptr );