Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp295 int sent_len = 0; in OutputPS() local
299 FXSYS_memcpy(m_pBuf + 2, string + sent_len, send_len); in OutputPS()
301 sent_len += send_len; in OutputPS()