/external/libxml2/doc/devhelp/ |
libxml2-list.html | 55 <a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> <a href="#xmlListCreate">xmlListCreate</a> (<a href="libxml2-list.html#xmlListDeallocator">xmlListDeallocator</a> deallocator, <br/> <a href="libxml2-list.html#xmlListDataCompare">xmlListDataCompare</a> compare); 135 <div class="refsect2" lang="en"><h3><a name="xmlListCreate"/>xmlListCreate ()</h3><pre class="programlisting"><a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> xmlListCreate (<a href="libxml2-list.html#xmlListDeallocator">xmlListDeallocator</a> deallocator, <br/> <a href="libxml2-list.html#xmlListDataCompare">xmlListDataCompare</a> compare)<br/> 137 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>deallocator</tt></i>:</span></td><td>an optional deallocator function</td></tr><tr><td><span class="term"><i><tt>compare</tt></i>:</span></td><td>an optional comparison function</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the new list or NULL in case of error</td></tr></tbody></table></div></div>
|
libxml2-hash.html | 146 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>table</tt></i>:</span></td><td>the hash table</td></tr><tr><td><span class="term"><i><tt>f</tt></i>:</span></td><td>the deallocator function for items in the hash</td></tr></tbody></table></div></div> 174 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>table</tt></i>:</span></td><td>the hash table</td></tr><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>the name of the userdata</td></tr><tr><td><span class="term"><i><tt>f</tt></i>:</span></td><td>the deallocator function for removed item (if any)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the removal succeeded and -1 in case of error or not found.</td></tr></tbody></table></div></div> 178 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>table</tt></i>:</span></td><td>the hash table</td></tr><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>the name of the userdata</td></tr><tr><td><span class="term"><i><tt>name2</tt></i>:</span></td><td>a second name of the userdata</td></tr><tr><td><span class="term"><i><tt>f</tt></i>:</span></td><td>the deallocator function for removed item (if any)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if the removal succeeded and -1 in case of error or not found.</td></tr></tbody></table></div></div> [all...] |
/external/libxml2/doc/html/ |
libxml-hash.html | 79 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>table</tt></i>:</span></td><td>the hash table</td></tr><tr><td><span class="term"><i><tt>f</tt></i>:</span></td><td>the deallocator function for items in the hash</td></tr></tbody></table></div><h3><a name="xmlHashLookup" id="xmlHashLookup"></a>Function: xmlHashLookup</h3><pre class="programlisting">void * xmlHashLookup (<a href="libxml-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> table, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * name)<br /> [all...] |
libxml-list.html | 23 <pre class="programlisting"><a href="libxml-list.html#xmlListPtr">xmlListPtr</a> <a href="#xmlListCreate">xmlListCreate</a> (<a href="libxml-list.html#xmlListDeallocator">xmlListDeallocator</a> deallocator, <br /> <a href="libxml-list.html#xmlListDataCompare">xmlListDataCompare</a> compare)</pre> 67 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the new list</td></tr><tr><td><span class="term"><i><tt>old</tt></i>:</span></td><td>the old list</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success 1 in case of error</td></tr></tbody></table></div><h3><a name="xmlListCreate" id="xmlListCreate"></a>Function: xmlListCreate</h3><pre class="programlisting"><a href="libxml-list.html#xmlListPtr">xmlListPtr</a> xmlListCreate (<a href="libxml-list.html#xmlListDeallocator">xmlListDeallocator</a> deallocator, <br /> <a href="libxml-list.html#xmlListDataCompare">xmlListDataCompare</a> compare)<br /> 69 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>deallocator</tt></i>:</span></td><td>an optional deallocator function</td></tr><tr><td><span class="term"><i><tt>compare</tt></i>:</span></td><td>an optional comparison function</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the new list or NULL in case of error</td></tr></tbody></table></div><h3><a name="xmlListDataCompare" id="xmlListDataCompare"></a>Function type: xmlListDataCompare</h3><pre class="programlisting">Function type: xmlListDataCompare
|
/external/python/cpython2/Doc/c-api/ |
intro.rst | 133 the reference count becomes zero and then cause the object's deallocator to be 134 called. The deallocator is a function pointer contained in the object's type 135 structure. The type-specific deallocator takes care of decrementing the
|
/external/python/cpython3/Doc/c-api/ |
intro.rst | 134 the reference count becomes zero and then cause the object's deallocator to be 135 called. The deallocator is a function pointer contained in the object's type 136 structure. The type-specific deallocator takes care of decrementing the
|
/external/clang/www/analyzer/ |
open_projects.html | 164 deallocator, and ownership-transfer functions.
|
release_notes.html | 92 <li>Improved use-after-free and mismatched deallocator checking.</li>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 143 /// Conditional deallocator.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/ |
pat_trie_.hpp | 143 /// Conditional deallocator.
|
/external/tensorflow/tensorflow/c/ |
c_api_test.cc | 118 void Deallocator(void* data, size_t, void* arg) { 131 &Deallocator, &deallocator_called); 174 &Deallocator, &deallocator_called); 2090 auto deallocator = [](void* data, size_t len, void* arg) {}; local [all...] |
c_api.h | 192 // Makes a copy of the input and sets an appropriate deallocator. Useful for 226 // (*deallocator)(data, len, deallocator_arg) 227 // Clients must provide a custom deallocator function so they can pass in 230 // May return NULL (and invoke the deallocator) if the provided data buffer 235 void (*deallocator)(void* data, size_t len, void* arg), [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 254 /// \brief Print expected name of an allocator based on the deallocator's 258 /// \brief Print expected name of a deallocator based on the allocator's [all...] |
/external/clang/test/Analysis/ |
DeallocUseAfterFreeErrors.m | 316 // inlined the call to its super deallocator.
|
MismatchedDeallocator-path-notes.cpp | 291 // CHECK-NEXT: <key>type</key><string>Bad deallocator</string>
|
/external/piex/src/binary_parse/ |
range_checked_byte_ptr.cc | 65 // deallocator below.
|
/toolchain/binutils/binutils-2.27/libiberty/ |
splay-tree.c | 253 /* An allocator and deallocator based on xmalloc. */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
connection.c | 174 * decrefs it in its deallocator method. Since this would create a circular
176 * cache class to not decref the factory (self) in its deallocator.
[all...] |
/external/python/cpython2/Modules/_sqlite/ |
connection.c | 177 * decrefs it in its deallocator method. Since this would create a circular 179 * cache class to not decref the factory (self) in its deallocator. [all...] |
/external/python/cpython3/Modules/_sqlite/ |
connection.c | 161 * decrefs it in its deallocator method. Since this would create a circular 163 * cache class to not decref the factory (self) in its deallocator. [all...] |
/external/python/cpython3/Doc/extending/ |
newtypes.rst | 644 deallocator, where there is the possibility that the initialization of these 731 participate in cycles. We implement the method and reimplement the deallocator [all...] |
/external/python/cpython3/Objects/ |
object.c | [all...] |
/external/python/cpython2/Doc/extending/ |
newtypes.rst | 671 deallocator, where there is the possibility that the initialization of these 759 participate in cycles. We implement the method and reimplement the deallocator [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
object.c | [all...] |
/external/python/cpython2/Objects/ |
object.c | [all...] |