Searched refs:ptr (Results 1 – 7 of 7) sorted by relevance
7 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;
45 static void platform_free_uninit( void *ptr ) in platform_free_uninit() argument47 ((void) ptr); in platform_free_uninit()
381 static void buffer_alloc_free( void *ptr ) in buffer_alloc_free() argument384 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() argument566 buffer_alloc_free( ptr ); in buffer_alloc_free_mutexed()
115 extern void (*mbedtls_free)( void *ptr );
855 char c, *ptr=(char *)ipaddr; in ifconf() local862 while(c=*ptr++) { in ifconf()
69 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ argument
85 #define uthash_free(ptr,sz) free(ptr) /* free fcn */ argument