Lines Matching refs:pv1
5819 char *pv1;
5828 pv1 = "";
5832 pv1 = SvPV(sv1, cur1);
5851 svrecode = newSVpvn(pv1, cur1);
5853 pv1 = SvPV(svrecode, cur1);
5867 char *pv = (char*)bytes_from_utf8((U8*)pv1,
5869 if (pv != pv1)
5870 pv1 = tpv = pv;
5888 eq = memEQ(pv1, pv2, cur1);
5914 char *pv1, *pv2, *tpv = Nullch;
5919 pv1 = "";
5923 pv1 = SvPV(sv1, cur1);
5947 svrecode = newSVpvn(pv1, cur1);
5949 pv1 = SvPV(svrecode, cur1);
5952 pv1 = tpv = (char*)bytes_to_utf8((U8*)pv1, &cur1);
5962 I32 retval = memcmp((void*)pv1, (void*)pv2, cur1 < cur2 ? cur1 : cur2);
5997 char *pv1, *pv2;
6005 pv1 = sv1 ? sv_collxfrm(sv1, &len1) : (char *) NULL;
6009 if (!pv1 || !len1) {
6020 retval = memcmp((void*)pv1, (void*)pv2, len1 < len2 ? len1 : len2);