Searched refs:bufLen (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | file_url.cxx | 823 oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileURL) in FileURLToPath() argument 834 if(!UnicodeToText( buffer, bufLen, ustrSystemPath->buffer, ustrSystemPath->length)) in FileURLToPath() 878 int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen ) in UnicodeToText() argument 884 uniText, uniTextLen, buffer, bufLen, in UnicodeToText()
|
H A D | file_url.h | 47 oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileURL); 53 int UnicodeToText(char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen);
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OBoundParam.hxx | 74 sal_Int8* allocBindDataBuffer (sal_Int32 bufLen) in allocBindDataBuffer() argument 78 binaryData = new sal_Int8[bufLen]; in allocBindDataBuffer()
|
H A D | OPreparedStatement.hxx | 89 sal_Int8* allocBindBuf ( sal_Int32 index, sal_Int32 bufLen);
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 656 sal_Int8* OPreparedStatement::allocBindBuf( sal_Int32 index,sal_Int32 bufLen) in allocBindBuf() argument 663 (index <= numParams) && bufLen > 0 ) in allocBindBuf() 665 b = boundParams[index - 1].allocBindDataBuffer(bufLen); in allocBindBuf()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.h | 163 oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileURL);
|
H A D | file_url.cxx | 1607 oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileURL) in FileURLToPath() argument 1618 if(!UnicodeToText( buffer, bufLen, ustrSystemPath->buffer, ustrSystemPath->length)) in FileURLToPath()
|
H A D | file.cxx | 3162 int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen ) in UnicodeToText() argument 3172 buffer, bufLen, in UnicodeToText()
|
Completed in 42 milliseconds