Searched defs:pv1 (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 */
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/
H A Dsv.c5819 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 42 milliseconds