Home
last modified time | relevance | path

Searched refs:bufLen (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/sal/osl/unx/
H A Dfile_url.cxx823 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 Dfile_url.h47 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);
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx1607 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 Dfile_url.h163 oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileURL);
H A Dfile.cxx3162 int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen ) in UnicodeToText() argument
3172 buffer, bufLen, in UnicodeToText()
/trunk/main/connectivity/source/inc/odbc/
H A DOBoundParam.hxx74 sal_Int8* allocBindDataBuffer (sal_Int32 bufLen) in allocBindDataBuffer() argument
78 binaryData = new sal_Int8[bufLen]; in allocBindDataBuffer()
H A DOPreparedStatement.hxx89 sal_Int8* allocBindBuf ( sal_Int32 index, sal_Int32 bufLen);
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx656 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()

Completed in 55 milliseconds