OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lpData
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.cpp
18
m_lpData
(NULL),
23
if (
m_lpData
!= NULL) {
24
FX_Free(
m_lpData
);
28
if (
m_lpData
!= NULL) {
29
((int32_t*)
m_lpData
)[0]++;
78
if (
m_lpData
== NULL) {
79
m_lpData
= FX_Alloc(int32_t, nLineCount + 1);
81
m_lpData
= FX_Realloc(int32_t,
m_lpData
, (nLineCount + 1));
83
int32_t* pIntArr = (int32_t*)
m_lpData
;
[
all
...]
fde_txtedtparag.h
29
void*
m_lpData
;
Completed in 793 milliseconds