Searched refs:pvalue (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Drpc.h105 @param pvalue a pointer to the variable to hold the value
108 #define EVTAG_GET(msg, member, pvalue) \
109 (*(msg)->base->member##_get)((msg), (pvalue))
115 @param pvalue a pointer to the variable to hold the value
119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \
120 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \
138 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_genn.c241 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
247 if (pvalue)
248 *pvalue = gen->d.otherName->value;
H A Dx509v3.h557 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_genn.c241 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
247 if (pvalue)
248 *pvalue = gen->d.otherName->value;
H A Dx509v3.h557 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dget_maintainer.pl750 my $pvalue = $2;
752 $role = $pvalue;
809 my $pvalue = $2;
811 my $list_address = $pvalue;
832 my ($name, $address) = parse_email($pvalue);
839 $pvalue = format_email($name, $address, $email_usename);
846 push_email_addresses($pvalue, $role);
849 push(@scm, $pvalue);
851 push(@web, $pvalue);
853 push(@status, $pvalue);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp267 wxString pname, pvalue; local
295 m_ParamValues.Add(entParser->Parse(pvalue));
297 m_ParamValues.Add(pvalue);
333 quote = c, pvalue = wxEmptyString;
335 quote = 0, pvalue = c;
348 pvalue.MakeUpper();
351 m_ParamValues.Add(entParser->Parse(pvalue));
353 m_ParamValues.Add(pvalue);
357 pvalue << c;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dmodprobe.c75 static int parse_tag_value(char *buffer, char **ptag, char **pvalue) argument
89 *pvalue = value;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlobject.h155 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
H A Dltable.c114 return hashpointer(t, pvalue(key));
H A Dlvm.c267 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2);
H A Dlapi.c431 case LUA_TLIGHTUSERDATA: return pvalue(o);

Completed in 135 milliseconds