Searched refs:pExtra (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/
H A Dutext.cpp931 ut->pExtra = &((ExtendedUText *)ut)->extension;
954 uprv_free(ut->pExtra);
957 ut->pExtra = uprv_malloc(extraSpace);
958 if (ut->pExtra == NULL) {
989 if (ut->pExtra!=NULL && ut->extraSize>0)
990 uprv_memset(ut->pExtra, 0, ut->extraSize);
1018 uprv_free(ut->pExtra);
1019 ut->pExtra = NULL;
1089 if (dptr >= (char *)src->pExtra && dptr < ((char*)src->pExtra)
[all...]
/external/icu4c/common/unicode/
H A Dutext.h1532 * (protected) Size in bytes of the extra space (pExtra).
1589 void *pExtra; member in struct:UText
1724 NULL, /* pExtra */ \
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S67 // pt0 Extra Pad Block pExtra
81 #define pExtra p6 define
/external/sqlite/dist/orig/
H A Dsqlite3.h6106 void *pExtra; /* Extra information associated with the page */ member in struct:sqlite3_pcache_page
6200 ** single database page. The pExtra element of sqlite3_pcache_page will be
H A Dsqlite3.c6656 void *pExtra; /* Extra information associated with the page */ member in struct:sqlite3_pcache_page
6750 ** single database page. The pExtra element of sqlite3_pcache_page will be
9067 void *pExtra; /* Extra content */ member in struct:PgHdr
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6106 void *pExtra; /* Extra information associated with the page */ member in struct:sqlite3_pcache_page
6200 ** single database page. The pExtra element of sqlite3_pcache_page will be
H A Dsqlite3.c6656 void *pExtra; /* Extra information associated with the page */ member in struct:sqlite3_pcache_page
6750 ** single database page. The pExtra element of sqlite3_pcache_page will be
9067 void *pExtra; /* Extra content */ member in struct:PgHdr
[all...]

Completed in 435 milliseconds