val 239 lib/smbconf/smbconf.c const char *param, const char *val) val 67 lib/smbconf/smbconf.h const char *param, const char *val); val 112 lib/util/byteorder.h static __inline__ void st_le16(uint16_t *addr, const uint16_t val) val 124 lib/util/byteorder.h static __inline__ void st_le32(uint32_t *addr, const uint32_t val) val 150 lib/util/byteorder.h #define SCVAL(buf,pos,val) (CVAL_NC(buf,pos) = (val)) val 157 lib/util/byteorder.h #define SSVAL(buf,pos,val) st_le16((uint16_t *)_PTRPOS(buf,pos), val) val 158 lib/util/byteorder.h #define SIVAL(buf,pos,val) st_le32((uint32_t *)_PTRPOS(buf,pos), val) val 161 lib/util/byteorder.h #define SSVALS(buf,pos,val) SSVAL((buf),(pos),((int16_t)(val))) val 162 lib/util/byteorder.h #define SIVALS(buf,pos,val) SIVAL((buf),(pos),((int32_t)(val))) val 168 lib/util/byteorder.h #define SSVALX(buf,pos,val) (CVAL_NC(buf,pos)=(uint8_t)((val)&0xFF),CVAL_NC(buf,pos+1)=(uint8_t)((val)>>8)) val 169 lib/util/byteorder.h #define SIVALX(buf,pos,val) (SSVALX(buf,pos,val&0xFFFF),SSVALX(buf,pos+2,val>>16)) val 172 lib/util/byteorder.h #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((uint16_t)(val))) val 173 lib/util/byteorder.h #define SIVAL(buf,pos,val) SIVALX((buf),(pos),((uint32_t)(val))) val 174 lib/util/byteorder.h #define SSVALS(buf,pos,val) SSVALX((buf),(pos),((int16_t)(val))) val 175 lib/util/byteorder.h #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32_t)(val))) val 197 lib/util/byteorder.h #define SSVAL(buf,pos,val) SVAL_NC(buf,pos)=((uint16_t)(val)) val 198 lib/util/byteorder.h #define SIVAL(buf,pos,val) IVAL_NC(buf,pos)=((uint32_t)(val)) val 199 lib/util/byteorder.h #define SSVALS(buf,pos,val) SVALS_NC(buf,pos)=((int16_t)(val)) val 200 lib/util/byteorder.h #define SIVALS(buf,pos,val) IVALS_NC(buf,pos)=((int32_t)(val)) val 212 lib/util/byteorder.h #define RSSVAL(buf,pos,val) SSVAL(buf,pos,SREV(val)) val 213 lib/util/byteorder.h #define RSSVALS(buf,pos,val) SSVALS(buf,pos,SREV(val)) val 214 lib/util/byteorder.h #define RSIVAL(buf,pos,val) SIVAL(buf,pos,IREV(val)) val 215 lib/util/byteorder.h #define RSIVALS(buf,pos,val) SIVALS(buf,pos,IREV(val)) val 160 lib/util/charset/charset.h codepoint_t toupper_m(codepoint_t val); val 161 lib/util/charset/charset.h codepoint_t tolower_m(codepoint_t val); val 69 lib/util/charset/codepoints.c _PUBLIC_ codepoint_t toupper_m(codepoint_t val) val 89 lib/util/charset/codepoints.c _PUBLIC_ codepoint_t tolower_m(codepoint_t val) val 343 lib/util/util.h _PUBLIC_ bool conv_str_bool(const char * str, bool * val); val 349 lib/util/util.h _PUBLIC_ bool conv_str_size(const char * str, uint64_t * val); val 359 lib/util/util.h _PUBLIC_ bool conv_str_u64(const char * str, uint64_t * val); val 192 lib/util/util_str.c _PUBLIC_ bool conv_str_bool(const char * str, bool * val) val 213 lib/util/util_str.c _PUBLIC_ bool conv_str_size(const char * str, uint64_t * val) val 254 lib/util/util_str.c _PUBLIC_ bool conv_str_u64(const char * str, uint64_t * val) val 244 lib/zlib/examples/gzjoin.c local void put4(unsigned long val, FILE *out) val 95 lib/zlib/examples/gzlog.c local void dice_ulg(unsigned long val, unsigned char *buf) val 106 lib/zlib/examples/gzlog.c local void dice_off(off_t val, unsigned char *buf) val 82 libcli/ldap/ldap_ndr.c NTSTATUS ldap_decode_ndr_GUID(TALLOC_CTX *mem_ctx, struct ldb_val val, struct GUID *guid) val 9 libcli/ldap/ldap_ndr.h NTSTATUS ldap_decode_ndr_GUID(TALLOC_CTX *mem_ctx, struct ldb_val val, struct GUID *guid); val 431 librpc/ndr/libndr.h enum ndr_err_code ndr_push_set_switch_value(struct ndr_push *ndr, const void *p, uint32_t val); val 432 librpc/ndr/libndr.h enum ndr_err_code ndr_pull_set_switch_value(struct ndr_pull *ndr, const void *p, uint32_t val); val 433 librpc/ndr/libndr.h enum ndr_err_code ndr_print_set_switch_value(struct ndr_print *ndr, const void *p, uint32_t val); val 493 librpc/ndr/libndr.h void ndr_print_enum(struct ndr_print *ndr, const char *name, const char *type, const char *val, uint32_t value); val 791 librpc/ndr/ndr.c _PUBLIC_ enum ndr_err_code ndr_push_set_switch_value(struct ndr_push *ndr, const void *p, uint32_t val) val 796 librpc/ndr/ndr.c _PUBLIC_ enum ndr_err_code ndr_pull_set_switch_value(struct ndr_pull *ndr, const void *p, uint32_t val) val 801 librpc/ndr/ndr.c _PUBLIC_ enum ndr_err_code ndr_print_set_switch_value(struct ndr_print *ndr, const void *p, uint32_t val) val 611 librpc/ndr/ndr_basic.c const char *val, uint32_t value) val 925 source3/include/includes.h void krb5_free_unparsed_name(krb5_context ctx, char *val); val 294 source3/include/proto.h bool account_policy_get_default(int account_policy, uint32 *val); val 445 source3/include/proto.h uint32_t *val); val 1565 source3/include/proto.h smb_ucs2_t toupper_w(smb_ucs2_t val); val 1566 source3/include/proto.h smb_ucs2_t tolower_w( smb_ucs2_t val ); val 1841 source3/include/proto.h const char *name, const char *val); val 1863 source3/include/proto.h ADS_STATUS ads_domain_func_level(ADS_STRUCT *ads, uint32 *val); val 2113 source3/include/proto.h const char *val); val 2117 source3/include/proto.h const char **val); val 2133 source3/include/proto.h struct registry_value *val); val 4256 source3/include/proto.h const char *val, val 4351 source3/include/proto.h void set_use_sendfile(int snum, bool val); val 4352 source3/include/proto.h void set_store_dos_attributes(int snum, bool val); val 4357 source3/include/proto.h void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); val 4973 source3/include/proto.h const struct registry_value *val); val 5055 source3/include/proto.h bool store_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val ); val 5059 source3/include/proto.h int fetch_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val ); val 5101 source3/include/proto.h REGISTRY_VALUE* dup_registry_value( REGISTRY_VALUE *val ); val 5102 source3/include/proto.h void free_registry_value( REGISTRY_VALUE *val ); val 5103 source3/include/proto.h uint8* regval_data_p( REGISTRY_VALUE *val ); val 5104 source3/include/proto.h uint32 regval_size( REGISTRY_VALUE *val ); val 5105 source3/include/proto.h char* regval_name( REGISTRY_VALUE *val ); val 5106 source3/include/proto.h uint32 regval_type( REGISTRY_VALUE *val ); val 5113 source3/include/proto.h int regval_ctr_copyvalue( REGVAL_CTR *ctr, REGISTRY_VALUE *val ); val 5116 source3/include/proto.h uint32 regval_dword( REGISTRY_VALUE *val ); val 5117 source3/include/proto.h char *regval_sz(REGISTRY_VALUE *val); val 7051 source3/include/proto.h uint64_t smb_roundup(connection_struct *conn, uint64_t val); val 763 source3/include/smbprofile.h const char * profile_value_name(enum profile_stats_values val); val 290 source3/iniparser/src/dictionary.c void dictionary_set(dictionary * d, char * key, char * val) val 407 source3/iniparser/src/dictionary.c void dictionary_setint(dictionary * d, char * key, int val) val 429 source3/iniparser/src/dictionary.c void dictionary_setdouble(dictionary * d, char * key, double val) val 186 source3/iniparser/src/dictionary.h void dictionary_set(dictionary * vd, char * key, char * val); val 214 source3/iniparser/src/dictionary.h void dictionary_setint(dictionary * d, char * key, int val); val 228 source3/iniparser/src/dictionary.h void dictionary_setdouble(dictionary * d, char * key, double val); val 38 source3/iniparser/src/iniparser.c char * val) val 424 source3/iniparser/src/iniparser.c int iniparser_setstr(dictionary * ini, char * entry, char * val) val 239 source3/iniparser/src/iniparser.h int iniparser_setstr(dictionary * ini, char * entry, char * val); val 169 source3/lib/account_pol.c bool account_policy_get_default(int account_policy, uint32 *val) val 63 source3/lib/dbwrap_util.c uint32_t *val) val 779 source3/lib/ldb/common/ldb_dn.c const char *val) val 1001 source3/lib/ldb/common/ldb_dn.c int ldb_dn_set_component(struct ldb_dn *dn, int num, const char *name, const struct ldb_val val) val 189 source3/lib/ldb/common/ldb_ldif.c int ldb_should_b64_encode(const struct ldb_val *val) val 86 source3/lib/ldb/common/ldb_msg.c struct ldb_val *val) val 184 source3/lib/ldb/common/ldb_msg.c const struct ldb_val *val, val 221 source3/lib/ldb/common/ldb_msg.c struct ldb_val *val) val 100 source3/lib/ldb/common/ldb_parse.c char *ldb_binary_encode(void *mem_ctx, struct ldb_val val) val 301 source3/lib/ldb/include/ldb.h char *ldb_binary_encode(void *ctx, struct ldb_val val); val 1292 source3/lib/ldb/include/ldb.h const char *val); val 1305 source3/lib/ldb/include/ldb.h int ldb_dn_set_component(struct ldb_dn *dn, int num, const char *name, const struct ldb_val val); val 1362 source3/lib/ldb/include/ldb.h struct ldb_val *val); val 1380 source3/lib/ldb/include/ldb.h const struct ldb_val *val, val 1384 source3/lib/ldb/include/ldb.h struct ldb_val *val); val 165 source3/lib/ldb/include/ldb_private.h int ldb_should_b64_encode(const struct ldb_val *val); val 80 source3/lib/ldb/ldb_sqlite3/base160.c lsqlite3_base160(unsigned long val, val 46 source3/lib/ldb/ldb_tdb/ldb_pack.c static void put_uint32(uint8_t *p, int ofs, unsigned int val) val 549 source3/lib/ldb/ldb_tdb/ldb_tdb.c const struct ldb_val *val) val 102 source3/lib/ldb/ldb_tdb/ldb_tdb.h const struct ldb_val *val); val 420 source3/lib/ldb/modules/ldb_map.c const struct ldb_map_attribute *map, const struct ldb_val *val) val 431 source3/lib/ldb/modules/ldb_map.c const struct ldb_map_attribute *map, const struct ldb_val *val) val 619 source3/lib/ldb/modules/ldb_map.c static struct ldb_val ldb_dn_convert_local(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 639 source3/lib/ldb/modules/ldb_map.c static struct ldb_val ldb_dn_convert_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 659 source3/lib/ldb/modules/ldb_map.c static struct ldb_val map_objectclass_convert_local(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 731 source3/lib/ldb/modules/ldb_map.c static struct ldb_val map_objectclass_convert_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 82 source3/lib/ldb/modules/ldb_map_private.h struct ldb_val ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val); val 83 source3/lib/ldb/modules/ldb_map_private.h struct ldb_val ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val); val 319 source3/lib/util_unistr.c smb_ucs2_t toupper_w(smb_ucs2_t val) val 328 source3/lib/util_unistr.c smb_ucs2_t tolower_w( smb_ucs2_t val ) val 489 source3/libaddns/dns.h void dns_marshall_uint16(struct dns_buffer *buf, uint16 val); val 490 source3/libaddns/dns.h void dns_marshall_uint32(struct dns_buffer *buf, uint32 val); val 493 source3/libaddns/dns.h void dns_unmarshall_uint16(struct dns_buffer *buf, uint16 *val); val 494 source3/libaddns/dns.h void dns_unmarshall_uint32(struct dns_buffer *buf, uint32 *val); val 96 source3/libaddns/dnsmarshall.c void dns_marshall_uint16(struct dns_buffer *buf, uint16 val) val 102 source3/libaddns/dnsmarshall.c void dns_marshall_uint32(struct dns_buffer *buf, uint32 val) val 124 source3/libaddns/dnsmarshall.c void dns_unmarshall_uint16(struct dns_buffer *buf, uint16 *val) val 134 source3/libaddns/dnsmarshall.c void dns_unmarshall_uint32(struct dns_buffer *buf, uint32 *val) val 1436 source3/libads/ldap.c const char *name, const char *val) val 1475 source3/libads/ldap.c const char *name, const struct berval *val) val 2869 source3/libads/ldap.c ADS_STATUS ads_domain_func_level(ADS_STRUCT *ads, uint32 *val) val 161 source3/libgpo/gpo_reg.c const char *val) val 183 source3/libgpo/gpo_reg.c uint32_t val) val 200 source3/libgpo/gpo_reg.c const char **val) val 224 source3/libgpo/gpo_reg.c uint32_t *val) val 780 source3/libgpo/gpo_reg.c struct registry_value *val) val 570 source3/libsmb/clikrb5.c void krb5_free_unparsed_name(krb5_context context, char *val) val 565 source3/libsmb/cliquota.c static const char *quota_str_static(uint64_t val, bool special, bool _numeric) val 5171 source3/param/loadparm.c #define FN_LOCAL_STRING(fn_name,val) \ val 5173 source3/param/loadparm.c #define FN_LOCAL_CONST_STRING(fn_name,val) \ val 5175 source3/param/loadparm.c #define FN_LOCAL_LIST(fn_name,val) \ val 5177 source3/param/loadparm.c #define FN_LOCAL_BOOL(fn_name,val) \ val 5179 source3/param/loadparm.c #define FN_LOCAL_INTEGER(fn_name,val) \ val 5182 source3/param/loadparm.c #define FN_LOCAL_PARM_BOOL(fn_name,val) \ val 5184 source3/param/loadparm.c #define FN_LOCAL_PARM_INTEGER(fn_name,val) \ val 5186 source3/param/loadparm.c #define FN_LOCAL_PARM_STRING(fn_name,val) \ val 5188 source3/param/loadparm.c #define FN_LOCAL_CHAR(fn_name,val) \ val 6312 source3/param/loadparm.c const char *val, val 9660 source3/param/loadparm.c void set_use_sendfile(int snum, bool val) val 9672 source3/param/loadparm.c void set_store_dos_attributes(int snum, bool val) val 9724 source3/param/loadparm.c void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val) val 279 source3/profile/profile.c const char * profile_value_name(enum profile_stats_values val) val 605 source3/registry/reg_api.c const struct registry_value *val) val 103 source3/registry/reg_backend_shares.c static int shares_value_info( const char *key, REGVAL_CTR *val ) val 148 source3/registry/reg_backend_shares.c static bool shares_store_value( const char *key, REGVAL_CTR *val ) val 48 source3/registry/reg_backend_smbconf.c static int smbconf_fetch_values( const char *key, REGVAL_CTR *val ) val 53 source3/registry/reg_backend_smbconf.c static bool smbconf_store_values( const char *key, REGVAL_CTR *val ) val 95 source3/registry/reg_dispatcher.c bool store_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val ) val 140 source3/registry/reg_dispatcher.c int fetch_reg_values( REGISTRY_KEY *key, REGVAL_CTR *val ) val 286 source3/registry/reg_objects.c REGISTRY_VALUE* dup_registry_value( REGISTRY_VALUE *val ) val 324 source3/registry/reg_objects.c void free_registry_value( REGISTRY_VALUE *val ) val 338 source3/registry/reg_objects.c uint8* regval_data_p( REGISTRY_VALUE *val ) val 346 source3/registry/reg_objects.c uint32 regval_size( REGISTRY_VALUE *val ) val 354 source3/registry/reg_objects.c char* regval_name( REGISTRY_VALUE *val ) val 362 source3/registry/reg_objects.c uint32 regval_type( REGISTRY_VALUE *val ) val 471 source3/registry/reg_objects.c int regval_ctr_copyvalue( REGVAL_CTR *ctr, REGISTRY_VALUE *val ) val 532 source3/registry/reg_objects.c uint32 regval_dword( REGISTRY_VALUE *val ) val 545 source3/registry/reg_objects.c char *regval_sz(REGISTRY_VALUE *val) val 49 source3/smbd/trans2.c uint64_t smb_roundup(connection_struct *conn, uint64_t val) val 758 source3/winbindd/winbindd_cache.c static void centry_put_hash16(struct cache_entry *centry, const uint8 val[16]) val 138 source4/auth/credentials/credentials.c const char *val, enum credentials_obtained obtained) val 218 source4/auth/credentials/credentials.c const char *val, val 301 source4/auth/credentials/credentials.c const char *val, val 347 source4/auth/credentials/credentials.c const char *val, val 409 source4/auth/credentials/credentials.c const char *val, val 467 source4/auth/credentials/credentials.c const char *val, val 513 source4/auth/credentials/credentials.c const char *val, val 140 source4/auth/credentials/credentials.h const char *val, val 187 source4/auth/credentials/credentials.h const char *val, val 192 source4/auth/credentials/credentials.h const char *val, enum credentials_obtained obtained); val 196 source4/auth/credentials/credentials.h const char *val, val 201 source4/auth/credentials/credentials.h const char *val, val 208 source4/auth/credentials/credentials.h const char *val, val 490 source4/auth/gensec/socket.c static NTSTATUS gensec_socket_set_option(struct socket_context *sock, const char *option, const char *val) val 69 source4/auth/kerberos/kerberos.h void krb5_free_unparsed_name(krb5_context ctx, char *val); val 936 source4/dsdb/common/util.c const char *attr_name, const struct ldb_val *val) val 945 source4/dsdb/common/util.c const char *attr_name, const struct ldb_val *val) val 149 source4/dsdb/repl/drepl_partitions.c const struct ldb_val *val) val 177 source4/dsdb/samdb/ldb_modules/extended_dn_out.c const char *attr, const DATA_BLOB *val) val 116 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val convert_uid_samaccount(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 124 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val lookup_homedir(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 145 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val lookup_gid(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 162 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val lookup_uid(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 180 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val encode_sid(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 203 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val decode_sid(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 232 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val bin2hex(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 248 source4/dsdb/samdb/ldb_modules/samba3sam.c static struct ldb_val hex2bin(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 42 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val encode_guid(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 61 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val guid_always_string(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 72 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val encode_ns_guid(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 91 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val guid_ns_string(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 103 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val val_copy(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 112 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val sid_always_binary(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 126 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val objectCategory_always_dn(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 147 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val normalise_to_signed32(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 164 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val usn_to_entryCSN(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 173 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static unsigned long long entryCSN_to_usn_int(TALLOC_CTX *ctx, const struct ldb_val *val) val 206 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val entryCSN_to_usn(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 214 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val usn_to_timestamp(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 223 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c static struct ldb_val timestamp_to_usn(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val) val 1225 source4/dsdb/schema/schema_syntax.c #define OMOBJECTCLASS(val) { .length = sizeof(val) - 1, .data = discard_const_p(uint8_t, val) } val 89 source4/heimdal/lib/asn1/der_get.c size_t *val, size_t *size) val 39 source4/heimdal/lib/asn1/der_length.c _heim_len_unsigned (unsigned val) val 57 source4/heimdal/lib/asn1/der_length.c _heim_len_int (int val) val 120 source4/heimdal/lib/asn1/der_put.c der_put_length (unsigned char *p, size_t len, size_t val, size_t *size) val 191 source4/heimdal/lib/asn1/gen.c gen_assign_defval(const char *var, struct value *val) val 212 source4/heimdal/lib/asn1/gen.c gen_compare_defval(const char *var, struct value *val) val 115 source4/heimdal/lib/gssapi/krb5/sequence.c elem_set(struct gss_msg_order *o, unsigned int slot, OM_uint32 val) val 2619 source4/heimdal/lib/hx509/crypto.c AlgorithmIdentifier **val, val 2699 source4/heimdal/lib/hx509/crypto.c hx509_crypto_free_algs(AlgorithmIdentifier *val, val 139 source4/heimdal/lib/hx509/peer.c const AlgorithmIdentifier *val, val 4611 source4/heimdal/lib/krb5/crypto.c krb5_enctype **val) val 4686 source4/heimdal/lib/krb5/crypto.c krb5_enctype **val) val 41 source4/heimdal/lib/krb5/get_in_tkt.c krb5_enctype **val, val 39 source4/heimdal/lib/krb5/padata.c krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx) val 118 source4/heimdal/lib/krb5/rd_rep.c krb5_ap_rep_enc_part *val) val 44 source4/heimdal/lib/roken/bswap.c bswap32 (unsigned int val) val 56 source4/heimdal/lib/roken/bswap.c bswap16 (unsigned short val) val 53 source4/heimdal/lib/roken/parse_units.c int (*func)(int res, int val, unsigned mult), val 150 source4/heimdal/lib/roken/parse_units.c acc_units(int res, int val, unsigned mult) val 169 source4/heimdal/lib/roken/parse_units.c acc_flags(int res, int val, unsigned mult) val 283 source4/heimdal/lib/roken/socket.c socket_set_reuseaddr (int sock, int val) val 297 source4/heimdal/lib/roken/socket.c socket_set_ipv6only (int sock, int val) val 1637 source4/lib/ldb/common/ldb_dn.c int ldb_dn_set_component(struct ldb_dn *dn, int num, const char *name, const struct ldb_val val) val 1700 source4/lib/ldb/common/ldb_dn.c int ldb_dn_set_extended_component(struct ldb_dn *dn, const char *name, const struct ldb_val *val) val 188 source4/lib/ldb/common/ldb_ldif.c int ldb_should_b64_encode(const struct ldb_val *val) val 81 source4/lib/ldb/common/ldb_msg.c struct ldb_val *val) val 178 source4/lib/ldb/common/ldb_msg.c const struct ldb_val *val, val 215 source4/lib/ldb/common/ldb_msg.c struct ldb_val *val) val 97 source4/lib/ldb/common/ldb_parse.c char *ldb_binary_encode(void *mem_ctx, struct ldb_val val) val 304 source4/lib/ldb/include/ldb.h char *ldb_binary_encode(TALLOC_CTX *mem_ctx, struct ldb_val val); val 1479 source4/lib/ldb/include/ldb.h int ldb_dn_set_extended_component(struct ldb_dn *dn, const char *name, const struct ldb_val *val); val 1550 source4/lib/ldb/include/ldb.h int ldb_dn_set_component(struct ldb_dn *dn, int num, const char *name, const struct ldb_val val); val 1612 source4/lib/ldb/include/ldb.h struct ldb_val *val); val 1630 source4/lib/ldb/include/ldb.h const struct ldb_val *val, val 1634 source4/lib/ldb/include/ldb.h struct ldb_val *val); val 97 source4/lib/ldb/include/ldb_module.h int ldb_should_b64_encode(const struct ldb_val *val); val 430 source4/lib/ldb/ldb_map/ldb_map.c const struct ldb_map_attribute *map, const struct ldb_val *val) val 441 source4/lib/ldb/ldb_map/ldb_map.c const struct ldb_map_attribute *map, const struct ldb_val *val) val 635 source4/lib/ldb/ldb_map/ldb_map.c static struct ldb_val ldb_dn_convert_local(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 664 source4/lib/ldb/ldb_map/ldb_map.c static struct ldb_val ldb_dn_convert_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 693 source4/lib/ldb/ldb_map/ldb_map.c static struct ldb_val map_objectclass_convert_local(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 769 source4/lib/ldb/ldb_map/ldb_map.c static struct ldb_val map_objectclass_convert_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_val *val) val 63 source4/lib/ldb/ldb_map/ldb_map_private.h struct ldb_val ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val); val 64 source4/lib/ldb/ldb_map/ldb_map_private.h struct ldb_val ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val); val 80 source4/lib/ldb/ldb_sqlite3/base160.c lsqlite3_base160(unsigned long val, val 43 source4/lib/ldb/ldb_tdb/ldb_pack.c static void put_uint32(uint8_t *p, int ofs, unsigned int val) val 517 source4/lib/ldb/ldb_tdb/ldb_tdb.c const struct ldb_val *val) val 109 source4/lib/ldb/ldb_tdb/ldb_tdb.h const struct ldb_val *val); val 60 source4/lib/ldb/pyldb.c struct ldb_val *val) val 308 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_set_option(struct socket_context *sock, const char *option, const char *val) val 157 source4/lib/socket/socket.h NTSTATUS socket_set_option(struct socket_context *sock, const char *option, const char *val); val 390 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_set_option(struct socket_context *sock, const char *option, const char *val) val 854 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_set_option(struct socket_context *sock, const char *option, const char *val) val 292 source4/lib/socket/socket_unix.c const char *option, const char *val) val 607 source4/lib/tls/tls.c static NTSTATUS tls_socket_set_option(struct socket_context *sock, const char *option, const char *val) val 183 source4/lib/wmi/wbemdata.c WERROR IWbemClassObject_Get(struct IWbemClassObject *d, TALLOC_CTX *mem_ctx, const char *name, uint32_t flags, union CIMVAR *val, enum CIMTYPE_ENUMERATION *cimtype, uint32_t *flavor) val 199 source4/lib/wmi/wbemdata.c WERROR IWbemClassObject_Put(struct IWbemClassObject *d, TALLOC_CTX *mem_ctx, const char *name, uint32_t flags, union CIMVAR *val, enum CIMTYPE_ENUMERATION cimtype) val 261 source4/lib/wmi/wbemdata.c #define NDR_CHECK_CONST(val, exp) NDR_CHECK_EXPR((val) == (exp)) val 41 source4/lib/wmi/wmi.h WERROR IWbemClassObject_Get(struct IWbemClassObject *d, TALLOC_CTX *mem_ctx, const char *name, uint32_t flags, union CIMVAR *val, enum CIMTYPE_ENUMERATION *cimtype, uint32_t *flavor); val 42 source4/lib/wmi/wmi.h WERROR IWbemClassObject_Put(struct IWbemClassObject *d, TALLOC_CTX *mem_ctx, const char *name, uint32_t flags, union CIMVAR *val, enum CIMTYPE_ENUMERATION cimtype); val 2673 source4/lib/wmi/wmi_wrap.c SWIG_AsVal_double (PyObject *obj, double *val) val 2753 source4/lib/wmi/wmi_wrap.c SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) val 2797 source4/lib/wmi/wmi_wrap.c SWIG_AsVal_unsigned_SS_int (PyObject * obj, unsigned int *val) val 2831 source4/lib/wmi/wmi_wrap.c SWIG_AsVal_long (PyObject *obj, long* val) val 2870 source4/lib/wmi/wmi_wrap.c SWIG_AsVal_int (PyObject * obj, int *val) val 230 source4/nbt_server/wins/winsdb.c static NTSTATUS winsdb_addr_decode(struct winsdb_handle *h, struct winsdb_record *rec, struct ldb_val *val, val 601 source4/param/loadparm.c #define FN_LOCAL_STRING(fn_name,val) \ val 603 source4/param/loadparm.c #define FN_LOCAL_LIST(fn_name,val) \ val 605 source4/param/loadparm.c #define FN_LOCAL_BOOL(fn_name,val) \ val 607 source4/param/loadparm.c #define FN_LOCAL_INTEGER(fn_name,val) \ val 116 source4/torture/rap/rap.c static void rap_cli_push_word(struct rap_call *call, uint16_t val) val 122 source4/torture/rap/rap.c static void rap_cli_push_dword(struct rap_call *call, uint32_t val)