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

12

/freebsd-12-stable/contrib/sendmail/libsm/
H A Dmemstat.c62 ** pvalue -- (pointer to) memory statistics value (output)
70 sm_memstat_get(resource, pvalue)
72 long *pvalue;
82 *pvalue = r;
147 ** pvalue -- (pointer to) memory statistics value (output)
155 sm_memstat_get(resource, pvalue)
157 long *pvalue;
170 *pvalue = kn->value.ul;
245 ** pvalue -- (pointer to) memory statistics value (output)
253 sm_memstat_get(resource, pvalue)
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/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))
/freebsd-12-stable/contrib/libevent/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))
/freebsd-12-stable/contrib/apr-util/dbm/
H A Dapr_dbm_gdbm.c129 apr_datum_t *pvalue)
138 pvalue->dptr = rd.dptr;
139 pvalue->dsize = rd.dsize;
141 if (pvalue->dptr)
142 apr_pool_cleanup_register(dbm->pool, pvalue->dptr, datum_cleanup,
146 that *pvalue should have been cleared on error. */
128 vt_gdbm_fetch(apr_dbm_t *dbm, apr_datum_t key, apr_datum_t *pvalue) argument
H A Dapr_dbm_ndbm.c122 apr_datum_t *pvalue)
131 pvalue->dptr = rd.dptr;
132 pvalue->dsize = rd.dsize;
135 that *pvalue should have been cleared on error. */
121 vt_ndbm_fetch(apr_dbm_t *dbm, apr_datum_t key, apr_datum_t *pvalue) argument
H A Dapr_dbm_sdbm.c105 apr_datum_t *pvalue)
115 pvalue->dptr = rd.dptr;
116 pvalue->dsize = rd.dsize;
119 that *pvalue should have been cleared on error. */
104 vt_sdbm_fetch(apr_dbm_t *dbm, apr_datum_t key, apr_datum_t *pvalue) argument
H A Dapr_dbm_berkeleydb.c216 apr_datum_t * pvalue)
239 pvalue->dptr = rd.data;
240 pvalue->dsize = rd.size;
243 that *pvalue should have been cleared on error. */
215 vt_db_fetch(apr_dbm_t *dbm, apr_datum_t key, apr_datum_t * pvalue) argument
H A Dapr_dbm.c221 apr_datum_t *pvalue)
223 return (*dbm->type->fetch)(dbm, key, pvalue);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c70 svn_sasl__getprop(sasl_conn_t *conn, int propnum, const void **pvalue) argument
72 return sasl_getprop(conn, propnum, pvalue);
/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_dbm.h125 * @param pvalue The value datum retrieved for this record
128 apr_datum_t *pvalue);
/freebsd-12-stable/contrib/apr-util/include/private/
H A Dapr_dbm_private.h61 apr_datum_t * pvalue);
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue)
238 if (pvalue)
239 *pvalue = gen->d.otherName->value;
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A Denv.c118 parse_unsigned_long (const char *name, unsigned long *pvalue) argument
142 *pvalue = value;
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c908 * `pvalue`. The `pvalue_len` argument points to a variable that will receive
909 * the byte count that was consumed in order to decode the `pvalue` value, plus
918 * Returns 1 if *pvalue was successfully read.
919 * Returns 0 if there was an error. In this case, *pvalue contains an
923 static int read_var(struct archive_read* a, uint64_t* pvalue, argument
949 if(pvalue) {
950 *pvalue = result;
979 if(pvalue) {
980 *pvalue = result;
994 static int read_var_sized(struct archive_read* a, size_t* pvalue, argument
1069 read_u32(struct archive_read* a, uint32_t* pvalue) argument
1078 read_u64(struct archive_read* a, uint64_t* pvalue) argument
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h59 struct table_value *pvalue; member in struct:tentry_info
H A Dip_fw_table_value.c505 mask_table_value(ptei->pvalue, &tval, ts->vmask);
571 mask_table_value(ptei->pvalue, &tval, ts->vmask);
H A Dip_fw_table.c932 tei.pvalue = &v;
1041 ptei->pvalue = (struct table_value *)&ptent->v.value;
1066 ipfw_export_table_value_v1(ptei->pvalue, &ptent->v.value);
/freebsd-12-stable/contrib/lua/src/
H A Dlobject.h168 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
H A Dltable.c130 return hashpointer(t, pvalue(key));
H A Dlapi.c417 case LUA_TLIGHTUSERDATA: return pvalue(o);
438 case LUA_TLIGHTUSERDATA: return pvalue(o);
H A Dlvm.c423 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.h154 #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);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dx509v3.h505 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);

Completed in 241 milliseconds

12