Searched defs:pv2 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_value.c354 pool_value_equal(pool_value_t *pv1, pool_value_t *pv2) argument
363 if (pv1 == pv2) /* optimisation */
367 if (type != pool_value_get_type(pv2))
373 (void) pool_value_get_uint64(pv2, &uval2);
379 (void) pool_value_get_int64(pv2, &ival2);
385 (void) pool_value_get_double(pv2, &dval2);
391 (void) pool_value_get_bool(pv2, &bval2);
397 (void) pool_value_get_string(pv2, &sval2);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c5821 char *pv2; local
5835 pv2 = "";
5839 pv2 = SvPV(sv2, cur2);
5846 svrecode = newSVpvn(pv2, cur2);
5848 pv2 = SvPV(svrecode, cur2);
5875 char *pv = (char *)bytes_from_utf8((U8*)pv2,
5877 if (pv != pv2)
5878 pv2 = tpv = pv;
5888 eq = memEQ(pv1, pv2, cur1);
5914 char *pv1, *pv2, *tp local
5997 char *pv1, *pv2; local
[all...]

Completed in 79 milliseconds