Home
last modified time | relevance | path

Searched refs:FPDF_BSTR (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdfview.h103 } FPDF_BSTR; typedef
1101 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* str);
1105 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* str,
1111 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* str);
Dfpdf_formfill.h1050 FPDF_BSTR* respone);
/external/pdfium/fpdfsdk/
Dfpdfview.cpp1415 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* str) { in FPDF_BStr_Init()
1419 memset(str, 0, sizeof(FPDF_BSTR)); in FPDF_BStr_Init()
1423 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* str, in FPDF_BStr_Set()
1449 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* str) { in FPDF_BStr_Clear()
Dcpdfsdk_formfillenvironment.cpp484 FPDF_BSTR response; in PostRequestURL()