| /freebsd-13.1/contrib/sendmail/libsm/ |
| H A D | memstat.c | 70 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 D | rpc.h | 108 #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 D | rpc.h | 108 #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 D | apr_dbm_gdbm.c | 129 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 D | apr_dbm_ndbm.c | 122 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 D | apr_dbm_sdbm.c | 105 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 D | apr_dbm_berkeleydb.c | 216 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 D | apr_dbm.c | 221 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 D | v3_genn.c | 232 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 D | wrapped_sasl.c | 70 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 D | qat_crypt.c | 582 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 D | qat_compress.c | 528 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 D | apr_dbm_private.h | 61 apr_datum_t * pvalue);
|
| /freebsd-13.1/contrib/apr-util/include/ |
| H A D | apr_dbm.h | 128 apr_datum_t *pvalue);
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 923 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 D | ip_fw_table_value.c | 499 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 D | ip_fw_table.h | 59 struct table_value *pvalue; member
|
| H A D | ip_fw_table.c | 934 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 D | lobject.h | 153 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
|
| H A D | lvm.c | 268 case LUA_TLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj_()
|
| H A D | ltable.c | 114 return hashpointer(t, pvalue(key)); in mainposition()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lobject.h | 414 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
|
| H A D | ltable.c | 200 return pvalue(k1) == pvalueraw(keyval(n2)); in equalkey()
|
| H A D | lvm.c | 590 case LUA_VLIGHTUSERDATA: return pvalue(t1) == pvalue(t2); in luaV_equalobj()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | x509v3.h | 505 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|