Searched refs:pExtra (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utext.cpp | 598 ut->pExtra = &((ExtendedUText *)ut)->extension; in utext_setup() 621 uprv_free(ut->pExtra); in utext_setup() 624 ut->pExtra = uprv_malloc(extraSpace); in utext_setup() 625 if (ut->pExtra == NULL) { in utext_setup() 656 if (ut->pExtra!=NULL && ut->extraSize>0) in utext_setup() 657 uprv_memset(ut->pExtra, 0, ut->extraSize); in utext_setup() 685 uprv_free(ut->pExtra); in utext_close() 686 ut->pExtra = NULL; in utext_close() 756 if (dptr >= (char *)src->pExtra && dptr < ((char*)src->pExtra)+src->extraSize) { in adjustPointer() 759 *destPtr = ((char *)dest->pExtra) + (dptr - (char *)src->pExtra); in adjustPointer() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 1435 void *pExtra; member
|
/external/icu/libandroidicu/include/unicode/ |
D | utext.h | 1435 void *pExtra; member
|
/external/icu/libicu/cts_headers/unicode/ |
D | utext.h | 1435 void *pExtra; member
|
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/ |
D | utext.h.patch | 605 - * (protected) Size in bytes of the extra space (pExtra). 662 - void *pExtra; 781 - NULL, /* pExtra */ \
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 8274 void *pExtra; /* Extra information associated with the page */ member
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.h | 8280 void *pExtra; /* Extra information associated with the page */ member
|
D | bindgen_bundled_version.rs | 3695 pub pExtra: *mut ::std::os::raw::c_void, field 3720 unsafe { &(*(::std::ptr::null::<sqlite3_pcache_page>())).pExtra as *const _ as usize }, in bindgen_test_layout_sqlite3_pcache_page() 3726 stringify!(pExtra) in bindgen_test_layout_sqlite3_pcache_page()
|
/external/sqlite/dist/ |
D | sqlite3.h | 8274 void *pExtra; /* Extra information associated with the page */ member
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 3435 …chive *pZip, const char *pFilename, mz_uint16 filename_size, const void *pExtra, mz_uint16 extra_s… in mz_zip_writer_add_to_central_dir() argument 3451 (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pExtra, extra_size)) || in mz_zip_writer_add_to_central_dir()
|
/external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
D | bindgen_3.7.16.rs | 2023 pub pExtra: *mut ::std::os::raw::c_void, field
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 959 void *pExtra; 1864 void *pExtra;
|