Searched refs:pv1 (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 354 pool_value_equal(pool_value_t *pv1, pool_value_t *pv2) argument 363 if (pv1 == pv2) /* optimisation */ 366 type = pool_value_get_type(pv1); 372 (void) pool_value_get_uint64(pv1, &uval1); 378 (void) pool_value_get_int64(pv1, &ival1); 384 (void) pool_value_get_double(pv1, &dval1); 390 (void) pool_value_get_bool(pv1, &bval1); 396 (void) pool_value_get_string(pv1, &sval1);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | subst.t | 378 my $pv1 = my $pv2 = "Andreas J. K\303\266nig"; 379 $pv1 =~ s/A/\x{100}/; 381 is($pv1, $pv2);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | sv.c | 5819 char *pv1; local 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, *pv local 5997 char *pv1, *pv2; local [all...] |
Completed in 29 milliseconds