Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/sendmail/libsm/
H A Dmemstat.c70 sm_memstat_get(resource, pvalue) in sm_memstat_get() argument
72 long *pvalue;
82 *pvalue = r;
155 sm_memstat_get(resource, pvalue)
157 long *pvalue;
170 *pvalue = kn->value.ul;
253 sm_memstat_get(resource, pvalue)
255 long *pvalue;
263 if (pvalue == NULL)
329 sm_memstat_get(resource, pvalue)
[all …]
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h108 #define EVTAG_GET(msg, member, pvalue) \ argument
109 (*(msg)->base->member##_get)((msg), (pvalue))
119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument
120 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument
138 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
/freebsd-13.1/contrib/libevent/include/event2/
H A Drpc.h108 #define EVTAG_GET(msg, member, pvalue) \ argument
109 (*(msg)->base->member##_get)((msg), (pvalue))
119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument
120 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument
138 (*(msg)->base->member##_get)((msg), (offset), (pvalue))
/freebsd-13.1/contrib/apr-util/dbm/
H A Dapr_dbm_gdbm.c129 apr_datum_t *pvalue) in vt_gdbm_fetch() argument
138 pvalue->dptr = rd.dptr; in vt_gdbm_fetch()
139 pvalue->dsize = rd.dsize; in vt_gdbm_fetch()
141 if (pvalue->dptr) in vt_gdbm_fetch()
142 apr_pool_cleanup_register(dbm->pool, pvalue->dptr, datum_cleanup, in vt_gdbm_fetch()
H A Dapr_dbm_ndbm.c122 apr_datum_t *pvalue) in vt_ndbm_fetch() argument
131 pvalue->dptr = rd.dptr; in vt_ndbm_fetch()
132 pvalue->dsize = rd.dsize; in vt_ndbm_fetch()
H A Dapr_dbm_sdbm.c105 apr_datum_t *pvalue) in vt_sdbm_fetch() argument
115 pvalue->dptr = rd.dptr; in vt_sdbm_fetch()
116 pvalue->dsize = rd.dsize; in vt_sdbm_fetch()
H A Dapr_dbm_berkeleydb.c216 apr_datum_t * pvalue) in vt_db_fetch() argument
239 pvalue->dptr = rd.data; in vt_db_fetch()
240 pvalue->dsize = rd.size; in vt_db_fetch()
H A Dapr_dbm.c221 apr_datum_t *pvalue) in apr_dbm_fetch() argument
223 return (*dbm->type->fetch)(dbm, key, pvalue); in apr_dbm_fetch()
/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName() argument
238 if (pvalue) in GENERAL_NAME_get0_otherName()
239 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c70 svn_sasl__getprop(sasl_conn_t *conn, int propnum, const void **pvalue) in svn_sasl__getprop() argument
72 return sasl_getprop(conn, propnum, pvalue); in svn_sasl__getprop()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_crypt.c582 int *pvalue = kp->arg; in param_set_qat_encrypt() local
590 if (*pvalue == 0 && !qat_cy_init_done) { in param_set_qat_encrypt()
604 int *pvalue = kp->arg; in param_set_qat_checksum() local
612 if (*pvalue == 0 && !qat_cy_init_done) { in param_set_qat_checksum()
H A Dqat_compress.c528 int *pvalue = kp->arg; in param_set_qat_compress() local
536 if (*pvalue == 0 && !qat_dc_init_done) { in param_set_qat_compress()
/freebsd-13.1/contrib/apr-util/include/private/
H A Dapr_dbm_private.h61 apr_datum_t * pvalue);
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_dbm.h128 apr_datum_t *pvalue);
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c923 static int read_var(struct archive_read* a, uint64_t* pvalue, in read_var() argument
949 if(pvalue) { in read_var()
950 *pvalue = result; in read_var()
979 if(pvalue) { in read_var()
980 *pvalue = result; in read_var()
1003 if(ret == 1 && pvalue) { in read_var_sized()
1004 *pvalue = (size_t) v; in read_var_sized()
1087 static int read_u32(struct archive_read* a, uint32_t* pvalue) { in read_u32() argument
1092 *pvalue = archive_le32dec(p); in read_u32()
1096 static int read_u64(struct archive_read* a, uint64_t* pvalue) { in read_u64() argument
[all …]
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_table_value.c499 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
564 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
H A Dip_fw_table.h59 struct table_value *pvalue; member
H A Dip_fw_table.c934 tei.pvalue = &v; in manage_table_ent_v0()
1043 ptei->pvalue = (struct table_value *)&ptent->v.value; in manage_table_ent_v1()
1068 ipfw_export_table_value_v1(ptei->pvalue, &ptent->v.value); in manage_table_ent_v1()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlobject.h153 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
H A Dlvm.c268 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj_()
H A Dltable.c114 return hashpointer(t, pvalue(key)); in mainposition()
/freebsd-13.1/contrib/lua/src/
H A Dlobject.h414 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
H A Dltable.c200 return pvalue(k1) == pvalueraw(keyval(n2)); in equalkey()
H A Dlvm.c590 case LUA_VLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dx509v3.h505 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);

12