Home
last modified time | relevance | path

Searched refs:ptr (Results 1 – 7 of 7) sorted by relevance

/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/
Dtest_suite_debug.function7 char *ptr;
13 char *p = buffer->ptr;
40 buffer->ptr = p;
60 buffer.ptr = buffer.buf;
89 buffer.ptr = buffer.buf;
119 buffer.ptr = buffer.buf;
150 buffer.ptr = buffer.buf;
181 buffer.ptr = buffer.buf;
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dplatform.c45 static void platform_free_uninit( void *ptr ) in platform_free_uninit() argument
47 ((void) ptr); in platform_free_uninit()
Dmemory_buffer_alloc.c381 static void buffer_alloc_free( void *ptr ) in buffer_alloc_free() argument
384 unsigned char *p = (unsigned char *) ptr; in buffer_alloc_free()
386 if( ptr == NULL || heap.buf == NULL || heap.first == NULL ) in buffer_alloc_free()
560 static void buffer_alloc_free_mutexed( void *ptr ) in buffer_alloc_free_mutexed() argument
566 buffer_alloc_free( ptr ); in buffer_alloc_free_mutexed()
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dplatform.h115 extern void (*mbedtls_free)( void *ptr );
/net-tools-2.7.6/
Dtunslip6.c855 char c, *ptr=(char *)ipaddr; in ifconf() local
862 while(c=*ptr++) { in ifconf()
/net-tools-2.7.6/tinydtls-0.8.2/
Duthash.h69 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ argument
/net-tools-2.7.6/libcoap/include/coap/
Duthash.h85 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ argument