Searched defs:free (Results 151 - 175 of 203) sorted by relevance

123456789

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h96 * Deinitialize the EAP method and free any allocated private data.
208 * free - Free EAP method data
218 * data with free(method). This is suitable for most cases.
220 void (*free)(struct eap_method *method); member in struct:eap_method
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h96 * Deinitialize the EAP method and free any allocated private data.
208 * free - Free EAP method data
218 * data with free(method). This is suitable for most cases.
220 void (*free)(struct eap_method *method); member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h96 * Deinitialize the EAP method and free any allocated private data.
208 * free - Free EAP method data
218 * data with free(method). This is suitable for most cases.
220 void (*free)(struct eap_method *method); member in struct:eap_method
/external/bison/lib/
H A Dbbitset.h8 This program is free software: you can redistribute it and/or modify
154 void (*free) (bitset); member in struct:bitset_vtable
199 ((SRC)->b.vtable->free ? (SRC)->b.vtable->free (SRC) :(void)0)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c661 BOOLEAN free = TRUE; local
673 free = FALSE;
678 if (free)
686 ** Description free an AVRCP metadata command buffer.
1954 ** Description deregister complete. free the stream control block.
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h52 // - keep a sorted array/map of free-space linked lists or numbers.
72 // sizes and bytes free.
89 BufferBlock(char* buf, size_t size, size_t free) : argument
90 buffer(buf), buffer_size(size), bytes_free(free) {}
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
488 void free() { function in class:SkAutoFree
524 * current block is dynamically allocated, free the old block and
561 void free() { function in class:SkAutoMalloc
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java1126 free();
1143 private void free() { method in class:OpenSSLSocketImpl
1174 free();
/external/iputils/
H A Darping.c4 * This program is free software; you can redistribute it and/or
514 int free; member in struct:sysfs_devattrs
536 .free = 1,
542 .free = 1,
650 free(v->ifname);
652 if (sysfs_devattrs[i].free)
653 free(v->value[i].ptr);
713 free(m);
881 free(ifr0);
1108 free(id
[all...]
/external/kernel-headers/original/uapi/linux/
H A Domapfb.h9 * This program is free software; you can redistribute it and/or modify it
201 __u32 free; member in struct:omapfb_vram_info
/external/libvterm/include/
H A Dvterm.h112 void (*free)(void *ptr, void *allocdata); member in struct:__anon25012
/external/skia/include/core/
H A DSkTypes.h46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
482 void free() { function in class:SkAutoFree
518 * current block is dynamically allocated, free the old block and
555 void free() { function in class:SkAutoMalloc
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h46 * free - Free EAP method data
56 * data with free(method). This is suitable for most cases.
58 void (*free)(struct eap_method *method); member in struct:eap_method
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h46 * free - Free EAP method data
56 * data with free(method). This is suitable for most cases.
58 void (*free)(struct eap_method *method); member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h46 * free - Free EAP method data
56 * data with free(method). This is suitable for most cases.
58 void (*free)(struct eap_method *method); member in struct:eap_method
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h9 * This library is free for commercial and non-commercial use as long as
140 void (*free)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py2349 self.free(stringp)
2358 def free(self, pointer): member in class:PythonCodeExecutor
2359 gdb.parse_and_eval("free((void *) %d)" % pointer)
2407 self.free(pointer)
2442 self.free(self.pointer)
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c59 #define free md5_free /* suppress a shadow warning */ macro
61 #undef free macro
342 /* free bitmap if needed */
382 /* free bitmap buffer if needed */
388 /* free glyph loader */
4740 FT_TRACE0(( "FT_Done_Library: failed to free some faces\n" ));
4750 /* avoids double free in some occasions. It is a hack. */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h260 struct radeon_dma_bo free; member in struct:radeon_dma
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h260 struct radeon_dma_bo free; member in struct:radeon_dma
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c153 // This must be called at the end of a test to free() allocated structures.
358 /* Remove a list node from a list and free the node. */
363 free(list_remove(node, cleanup_value, cleanup_value_data));
423 free((void*)value);
436 free(map_value);
557 // If this item has been returned more than once, free it.
628 free(symbol);
1103 free(check);
1296 // Use the real free in this function.
1297 #undef free macro
1332 #define free macro
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h69 uint64_t free; member in struct:llvm::sys::fs::space_info
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h260 struct radeon_dma_bo free; member in struct:radeon_dma
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h260 struct radeon_dma_bo free; member in struct:radeon_dma
/external/openssl/crypto/x509/
H A Dx509_vfy.h9 * This library is free for commercial and non-commercial use as long as
145 void (*free)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st

Completed in 581 milliseconds

123456789