Searched refs:svp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs947 SV ** svp;
979 svp = hv_fetch( (HV*)SvRV(sv), "GOT", 3, FALSE) ;
980 if (svp && SvOK(*svp))
981 action = (HV*) SvRV(*svp) ;
994 svp = hv_fetch(action, "hash", 4, FALSE);
996 if (svp && SvOK(*svp))
999 RETVAL->hash = newSVsv(*svp) ;
1004 svp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dreloc.c176 struct local_symbol *svp = NULL; local
232 svp = &dlthis->local_symtab[rp->SYMNDX];
234 svp->delta : svp->value;
396 if (svp != NULL) {
398 if (svp->secnn > 0)
400 [svp->secnn - 1].run_addr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c87 struct servent *svp; local
110 if ((svp = getservbyname ("radius", "udp")) == NULL)
113 serv->port[serv->max] = ntohs ((unsigned int) svp->s_port);
115 if ((svp = getservbyname ("radacct", "udp")) == NULL)
118 serv->port[serv->max] = ntohs ((unsigned int) svp->s_port);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs425 SV ** svp = hv_fetch(hv, "db", 2, FALSE);\
426 IV tmp = SvIV(*svp); \
1373 SV ** svp;
1374 svp = hv_fetch(hash, key, strlen(key), FALSE);
1375 if (svp && SvOK(*svp))
1376 return *svp ;

Completed in 78 milliseconds