Searched refs:txtlen (Results 1 – 1 of 1) sorted by relevance
204 int txtlen; // length of CF_TEXT in bytes member399 if (metadata.txtlen >= 0) in clip_mch_request_selection()401 if (metadata.txtlen > maxlen) in clip_mch_request_selection()404 str_size = metadata.txtlen; in clip_mch_request_selection()425 if (str != NULL && metadata.txtlen != 0) in clip_mch_request_selection()459 long_u txtlen; in clip_mch_set_selection() local474 metadata.txtlen = (int)txtlen; in clip_mch_set_selection()484 metadata.rawlen = (int)(txtlen + STRLEN(p_enc) + 1); in clip_mch_set_selection()500 int len = metadata.txtlen; in clip_mch_set_selection()514 str = alloc(metadata.txtlen == 0 ? 1 : metadata.txtlen); in clip_mch_set_selection()[all …]