Lines Matching refs:str_size
302 int str_size = 0; in clip_mch_request_selection() local
349 str_size = (int)(metadata.rawlen - n); in clip_mch_request_selection()
375 str_size = maxlen; in clip_mch_request_selection()
377 str_size = metadata.ucslen; in clip_mch_request_selection()
381 for (str_size = 0; str_size < maxlen; ++str_size) in clip_mch_request_selection()
382 if (hMemWstr[str_size] == NUL) in clip_mch_request_selection()
385 to_free = str = utf16_to_enc((short_u *)hMemWstr, &str_size); in clip_mch_request_selection()
402 str_size = maxlen; in clip_mch_request_selection()
404 str_size = metadata.txtlen; in clip_mch_request_selection()
408 for (str_size = 0; str_size < maxlen; ++str_size) in clip_mch_request_selection()
409 if (str[str_size] == NUL) in clip_mch_request_selection()
415 acp_to_enc(str, str_size, &to_free, &maxlen); in clip_mch_request_selection()
418 str_size = maxlen; in clip_mch_request_selection()
434 temp_clipboard = crnl_to_nl(str, &str_size); in clip_mch_request_selection()
437 clip_yank_selection(metadata.type, temp_clipboard, str_size, cbd); in clip_mch_request_selection()
736 int str_size, in acp_to_enc() argument
743 MultiByteToWideChar_alloc(GetACP(), 0, (LPCSTR)str, str_size, in acp_to_enc()
761 int str_size, in enc_to_acp() argument
767 int len = str_size; in enc_to_acp()