HomeSort by relevance Sort by last modified time
    Searched refs:pstrDest (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
csl.h 110 * pstrDest: Output buffer for swapped data.
119 OUT PSTR pstrDest, IN ULONG ulBytes);
187 * pstrDest: Ptr to destination buffer.
194 * pstrDest is valid.
197 * Will not copy more than cMax bytes from pstrSrc into pstrDest.
198 * pstrDest will be terminated by a NULL character.
200 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
321 * pstrDest: ansi string buffer pointer.
325 * Number of characters copied into pstrDest.
333 extern ULONG CSL_WcharToAnsi(OUT PSTR pstrDest,
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 111 * pstrDest: Output buffer for swapped data.
120 OUT PSTR pstrDest, IN ULONG ulBytes);
188 * pstrDest: Ptr to destination buffer.
195 * pstrDest is valid.
198 * Will not copy more than cMax bytes from pstrSrc into pstrDest.
199 * pstrDest will be terminated by a NULL character.
201 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
322 * pstrDest: ansi string buffer pointer.
326 * Number of characters copied into pstrDest.
334 extern ULONG CSL_WcharToAnsi(OUT PSTR pstrDest,
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 861 FX_LPSTR pstrDest = m_pData->m_String;
865 *pstrDest = *pstrSource;
866 pstrDest ++;
870 *pstrDest = 0;
871 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]
fx_basic_wstring.cpp 768 FX_LPWSTR pstrDest = m_pData->m_String;
772 *pstrDest = *pstrSource;
773 pstrDest ++;
777 *pstrDest = 0;
778 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]

Completed in 586 milliseconds