value 444 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_GETXATTR(handle, path, name, value, size);
value 450 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LGETXATTR(handle, path, name, value, size);
value 455 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FGETXATTR(handle, fsp, name, value, size);
value 490 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_SETXATTR(handle, path, name, value, size, flags);
value 495 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_LSETXATTR(handle, path, name, value, size, flags);
value 500 examples/VFS/skel_transparent.c return SMB_VFS_NEXT_FSETXATTR(handle, fsp, name, value, size, flags);
value 772 examples/libsmbclient/smbwrapper/smbw.c return smbc_setxattr(path, name, value, size, flags);
value 789 examples/libsmbclient/smbwrapper/smbw.c return smbc_lsetxattr(path, name, value, size, flags);
value 806 examples/libsmbclient/smbwrapper/smbw.c return smbc_fsetxattr(client_fd, name, value, size, flags);
value 823 examples/libsmbclient/smbwrapper/smbw.c return smbc_getxattr(path, name, value, size);
value 839 examples/libsmbclient/smbwrapper/smbw.c return smbc_lgetxattr(path, name, value, size);
value 855 examples/libsmbclient/smbwrapper/smbw.c return smbc_fgetxattr(client_fd, name, value, size);
value 1435 examples/libsmbclient/smbwrapper/wrapper.c return smbw_setxattr(fname, name, value, size, flags);
value 1438 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.setxattr)(fname, name, value, size, flags);
value 1448 examples/libsmbclient/smbwrapper/wrapper.c return smbw_lsetxattr(fname, name, value, size, flags);
value 1451 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.lsetxattr)(fname, name, value, size, flags);
value 1461 examples/libsmbclient/smbwrapper/wrapper.c return smbw_fsetxattr(fd, name, value, size, flags);
value 1464 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.fsetxattr)(fd, name, value, size, flags);
value 1473 examples/libsmbclient/smbwrapper/wrapper.c return smbw_getxattr(fname, name, value, size);
value 1476 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.getxattr)(fname, name, value, size);
value 1485 examples/libsmbclient/smbwrapper/wrapper.c return smbw_lgetxattr(fname, name, value, size);
value 1488 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.lgetxattr)(fname, name, value, size);
value 1497 examples/libsmbclient/smbwrapper/wrapper.c return smbw_fgetxattr(fd, name, value, size);
value 1500 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.fgetxattr)(fd, name, value, size);
value 150 examples/libsmbclient/smbwrapper/wrapper.h const void *value,
value 155 examples/libsmbclient/smbwrapper/wrapper.h const void *value,
value 160 examples/libsmbclient/smbwrapper/wrapper.h const void *value,
value 165 examples/libsmbclient/smbwrapper/wrapper.h const void *value,
value 169 examples/libsmbclient/smbwrapper/wrapper.h const void *value,
value 173 examples/libsmbclient/smbwrapper/wrapper.h const void *value,
value 35 examples/libsmbclient/testacl.c char value[1024];
value 160 examples/libsmbclient/testacl.c ret = smbc_listxattr(path, value, sizeof(value)-2);
value 174 examples/libsmbclient/testacl.c value[sizeof(value) - 2] = '\0';
value 175 examples/libsmbclient/testacl.c value[sizeof(value) - 1] = '\0';
value 177 examples/libsmbclient/testacl.c for (p = value; *p; p += strlen(p) + 1)
value 197 examples/libsmbclient/testacl.c ret = smbc_getxattr(path, the_acl, value, sizeof(value));
value 205 examples/libsmbclient/testacl.c printf("Attributes for [%s] are:\n%s\n", path, value);
value 231 examples/libsmbclient/testacl.c snprintf(value, sizeof(value),
value 234 examples/libsmbclient/testacl.c the_acl = value;
value 239 examples/libsmbclient/testacl.c snprintf(value, sizeof(value),
value 242 examples/libsmbclient/testacl.c the_acl = value;
value 33 examples/libsmbclient/testacl2.c char value[1024];
value 45 examples/libsmbclient/testacl2.c ret = smbc_getxattr(argv[1], the_acl, value, sizeof(value));
value 53 examples/libsmbclient/testacl2.c printf("Attributes for [%s] are:\n%s\n", argv[1], value);
value 58 examples/libsmbclient/testacl2.c ret = smbc_setxattr(argv[1], the_acl, value, strlen(value), flags);
value 69 examples/libsmbclient/testacl2.c ret = smbc_setxattr(argv[1], the_acl, value, strlen(value), flags);
value 19 examples/libsmbclient/testacl3.c char value[2048];
value 50 examples/libsmbclient/testacl3.c ret = smbc_getxattr(path, the_acl, value, sizeof(value));
value 58 examples/libsmbclient/testacl3.c printf("Attributes for [%s] are:\n%s\n", path, value);
value 542 lib/replace/replace.c l2 = strlen(value);
value 550 lib/replace/replace.c memcpy(p+l1+1, value, l2);
value 213 lib/replace/snprintf.c LLONG value;
value 559 lib/replace/snprintf.c cnk->value = va_arg (args, int);
value 561 lib/replace/snprintf.c cnk->value = va_arg (args, long int);
value 563 lib/replace/snprintf.c cnk->value = va_arg (args, LLONG);
value 565 lib/replace/snprintf.c cnk->value = va_arg (args, ssize_t);
value 567 lib/replace/snprintf.c cnk->value = va_arg (args, int);
value 570 lib/replace/snprintf.c clist[pnum].chunks[i]->value = cnk->value;
value 578 lib/replace/snprintf.c cnk->value = va_arg (args, unsigned int);
value 580 lib/replace/snprintf.c cnk->value = (unsigned long int)va_arg (args, unsigned long int);
value 582 lib/replace/snprintf.c cnk->value = (LLONG)va_arg (args, unsigned LLONG);
value 584 lib/replace/snprintf.c cnk->value = (size_t)va_arg (args, size_t);
value 586 lib/replace/snprintf.c cnk->value = (unsigned int)va_arg (args, unsigned int);
value 589 lib/replace/snprintf.c clist[pnum].chunks[i]->value = cnk->value;
value 605 lib/replace/snprintf.c cnk->value = va_arg (args, int);
value 608 lib/replace/snprintf.c clist[pnum].chunks[i]->value = cnk->value;
value 661 lib/replace/snprintf.c if (cnk->min_star) min = cnk->min_star->value;
value 663 lib/replace/snprintf.c if (cnk->max_star) max = cnk->max_star->value;
value 681 lib/replace/snprintf.c fmtint (buffer, &currlen, maxlen, cnk->value, 10, min, max, cnk->flags);
value 685 lib/replace/snprintf.c fmtint (buffer, &currlen, maxlen, cnk->value, 8, min, max, cnk->flags);
value 689 lib/replace/snprintf.c fmtint (buffer, &currlen, maxlen, cnk->value, 16, min, max, cnk->flags);
value 697 lib/replace/snprintf.c dopr_outch (buffer, &currlen, maxlen, cnk->value);
value 768 lib/replace/snprintf.c printf("fmtstr min=%d max=%d s=[%s]\n", min, max, value);
value 770 lib/replace/snprintf.c if (value == 0) {
value 771 lib/replace/snprintf.c value = "<NULL>";
value 774 lib/replace/snprintf.c for (strln = 0; strln < max && value[strln]; ++strln); /* strlen */
value 785 lib/replace/snprintf.c while (*value && (cnt < max)) {
value 786 lib/replace/snprintf.c dopr_outch (buffer, currlen, maxlen, *value++);
value 811 lib/replace/snprintf.c uvalue = value;
value 814 lib/replace/snprintf.c if( value < 0 ) {
value 816 lib/replace/snprintf.c uvalue = -value;
value 883 lib/replace/snprintf.c LDOUBLE result = value;
value 885 lib/replace/snprintf.c if (value < 0)
value 886 lib/replace/snprintf.c result = -value;
value 907 lib/replace/snprintf.c intpart = (LLONG)value;
value 908 lib/replace/snprintf.c value = value - intpart;
value 909 lib/replace/snprintf.c if (value >= 0.5) intpart++;
value 1126 lib/replace/snprintf.c new_c->value = 0;
value 198 lib/replace/test/testsuite.c _ret = setenv(key, value, overwrite); \
value 203 lib/replace/test/testsuite.c key, value, overwrite); \
value 1950 lib/socket_wrapper/socket_wrapper.c int value;
value 1960 lib/socket_wrapper/socket_wrapper.c value = *((int *)p);
value 1963 lib/socket_wrapper/socket_wrapper.c } else if (value == 0) { /* END OF FILE */
value 37 lib/tdb/common/open.c uint32_t value; /* Used to compute the hash value. */
value 41 lib/tdb/common/open.c for (value = 0x238F13AF * key->dsize, i=0; i < key->dsize; i++)
value 42 lib/tdb/common/open.c value = (value + (key->dptr[i] << (i*5 % 24)));
value 44 lib/tdb/common/open.c return (1103515243 * value + 12345);
value 253 lib/tdb/pytdb.c TDB_DATA key, value;
value 262 lib/tdb/pytdb.c value = PyString_AsTDB_DATA(py_value);
value 264 lib/tdb/pytdb.c ret = tdb_store(self->ctx, key, value, flag);
value 440 lib/tdb/pytdb.c if (value == NULL) {
value 443 lib/tdb/pytdb.c if (!PyString_Check(value)) {
value 448 lib/tdb/pytdb.c tval = PyString_AsTDB_DATA(value);
value 57 lib/tdb/tools/tdbdump.c TDB_DATA key, value;
value 70 lib/tdb/tools/tdbdump.c value = tdb_fetch(tdb, key);
value 71 lib/tdb/tools/tdbdump.c if (!value.dptr) {
value 74 lib/tdb/tools/tdbdump.c print_data(value);
value 75 lib/tdb/tools/tdbdump.c free(value.dptr);
value 169 lib/util/util_tdb.c *value = IVAL(data.dptr,0);
value 181 lib/util/util_tdb.c return tdb_fetch_uint32_byblob(tdb, string_term_tdb_data(keystr), value);
value 195 lib/util/util_tdb.c SIVAL(&v_store, 0, value);
value 212 lib/util/util_tdb.c return tdb_store_uint32_byblob(tdb, string_term_tdb_data(keystr), value);
value 29 lib/util/wrap_xattr.c return fgetxattr(fd, name, value, size, 0, 0);
value 33 lib/util/wrap_xattr.c return getxattr(path, name, value, size, 0, 0);
value 37 lib/util/wrap_xattr.c return fsetxattr(fd, name, value, size, 0, flags);
value 41 lib/util/wrap_xattr.c return setxattr(path, name, value, size, 0, flags);
value 98 lib/util/wrap_xattr.c return fgetxattr(fd, name, value, size);
value 102 lib/util/wrap_xattr.c return getxattr(path, name, value, size);
value 106 lib/util/wrap_xattr.c return fsetxattr(fd, name, value, size, flags);
value 110 lib/util/wrap_xattr.c return setxattr(path, name, value, size, flags);
value 44 lib/zlib/contrib/iostream2/zstream.h size_t value() const { return val.word; }
value 140 lib/zlib/contrib/iostream2/zstream.h ::gzread(zs.fp(), x, len.value());
value 141 lib/zlib/contrib/iostream2/zstream.h x[len.value()] = '\0';
value 147 lib/zlib/contrib/iostream2/zstream.h char* x = new char[len.value()+1];
value 148 lib/zlib/contrib/iostream2/zstream.h ::gzread(zs.fp(), x, len.value());
value 149 lib/zlib/contrib/iostream2/zstream.h x[len.value()] = '\0';
value 288 lib/zlib/contrib/iostream2/zstream.h ::gzwrite(zs.fp(), (voidp) x, len.value());
value 408 lib/zlib/deflate.c strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
value 138 lib/zlib/inflate.c value &= (1L << bits) - 1;
value 139 lib/zlib/inflate.c state->hold += value << state->bits;
value 197 lib/zlib/trees.c Tracevv((stderr," l %2d v %4x ", length, value));
value 206 lib/zlib/trees.c s->bi_buf |= (value << s->bi_valid);
value 208 lib/zlib/trees.c s->bi_buf = (ush)value >> (Buf_size - s->bi_valid);
value 211 lib/zlib/trees.c s->bi_buf |= value << s->bi_valid;
value 220 lib/zlib/trees.c int val = value;\
value 226 lib/zlib/trees.c s->bi_buf |= (value) << s->bi_valid;\
value 46 libcli/ldap/ldap_message.c value->data);
value 47 libcli/ldap/ldap_message.c attrib->values[attrib->num_values].length = value->length;
value 99 libcli/ldap/ldap_message.c if (!handlers[i].decode || !handlers[i].decode(mem_ctx, value, &ctrl->data)) {
value 142 libcli/ldap/ldap_message.c *value = data_blob(NULL, 0);
value 146 libcli/ldap/ldap_message.c if (!asn1_read_OctetString(data, mem_ctx, value)) {
value 162 libcli/ldap/ldap_message.c DATA_BLOB value;
value 179 libcli/ldap/ldap_message.c if (!handlers[i].encode(mem_ctx, ctrl->data, &value)) {
value 207 libcli/ldap/ldap_message.c if (!asn1_write_OctetString(data, value.data, value.length)) {
value 248 libcli/ldap/ldap_message.c asn1_write_OctetString(data, tree->u.equality.value.data,
value 249 libcli/ldap/ldap_message.c tree->u.equality.value.length);
value 296 libcli/ldap/ldap_message.c asn1_write_OctetString(data, tree->u.comparison.value.data,
value 297 libcli/ldap/ldap_message.c tree->u.comparison.value.length);
value 306 libcli/ldap/ldap_message.c asn1_write_OctetString(data, tree->u.comparison.value.data,
value 307 libcli/ldap/ldap_message.c tree->u.comparison.value.length);
value 323 libcli/ldap/ldap_message.c asn1_write_OctetString(data, tree->u.comparison.value.data,
value 324 libcli/ldap/ldap_message.c tree->u.comparison.value.length);
value 349 libcli/ldap/ldap_message.c asn1_write_DATA_BLOB_LDAPString(data, &tree->u.extended.value);
value 602 libcli/ldap/ldap_message.c asn1_write_OctetString(data, r->value.data,
value 603 libcli/ldap/ldap_message.c r->value.length);
value 635 libcli/ldap/ldap_message.c if (r->value) {
value 637 libcli/ldap/ldap_message.c asn1_write(data, r->value->data, r->value->length);
value 652 libcli/ldap/ldap_message.c if (r->value) {
value 654 libcli/ldap/ldap_message.c asn1_write(data, r->value->data, r->value->length);
value 740 libcli/ldap/ldap_message.c chunks[chunk_num]->data = (uint8_t *)talloc_strdup(mem_ctx, value);
value 744 libcli/ldap/ldap_message.c chunks[chunk_num]->length = strlen(value);
value 823 libcli/ldap/ldap_message.c DATA_BLOB value;
value 827 libcli/ldap/ldap_message.c asn1_read_OctetString(data, mem_ctx, &value);
value 829 libcli/ldap/ldap_message.c if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
value 835 libcli/ldap/ldap_message.c ret->u.equality.value.data = talloc_steal(ret, value.data);
value 836 libcli/ldap/ldap_message.c ret->u.equality.value.length = value.length;
value 843 libcli/ldap/ldap_message.c char *value;
value 869 libcli/ldap/ldap_message.c asn1_read_LDAPString(data, mem_ctx, &value);
value 879 libcli/ldap/ldap_message.c ret->u.substring.chunks = ldap_decode_substring(ret, NULL, 0, value);
value 897 libcli/ldap/ldap_message.c value);
value 909 libcli/ldap/ldap_message.c value);
value 935 libcli/ldap/ldap_message.c DATA_BLOB value;
value 939 libcli/ldap/ldap_message.c asn1_read_OctetString(data, mem_ctx, &value);
value 941 libcli/ldap/ldap_message.c if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
value 947 libcli/ldap/ldap_message.c ret->u.comparison.value.data = talloc_steal(ret, value.data);
value 948 libcli/ldap/ldap_message.c ret->u.comparison.value.length = value.length;
value 954 libcli/ldap/ldap_message.c DATA_BLOB value;
value 958 libcli/ldap/ldap_message.c asn1_read_OctetString(data, mem_ctx, &value);
value 960 libcli/ldap/ldap_message.c if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
value 966 libcli/ldap/ldap_message.c ret->u.comparison.value.data = talloc_steal(ret, value.data);
value 967 libcli/ldap/ldap_message.c ret->u.comparison.value.length = value.length;
value 992 libcli/ldap/ldap_message.c DATA_BLOB value;
value 996 libcli/ldap/ldap_message.c asn1_read_OctetString(data, mem_ctx, &value);
value 998 libcli/ldap/ldap_message.c if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
value 1004 libcli/ldap/ldap_message.c ret->u.comparison.value.data = talloc_steal(ret, value.data);
value 1005 libcli/ldap/ldap_message.c ret->u.comparison.value.length = value.length;
value 1009 libcli/ldap/ldap_message.c char *oid = NULL, *attr = NULL, *value;
value 1030 libcli/ldap/ldap_message.c asn1_read_LDAPString(data, ret, &value);
value 1045 libcli/ldap/ldap_message.c if ((oid == NULL && attr == NULL) || (value == NULL)) {
value 1062 libcli/ldap/ldap_message.c ret->u.extended.value.data = (uint8_t *)talloc_steal(ret, value);
value 1063 libcli/ldap/ldap_message.c ret->u.extended.value.length = strlen(value);
value 1068 libcli/ldap/ldap_message.c ret->u.equality.value.data = (uint8_t *)talloc_steal(ret, value);
value 1069 libcli/ldap/ldap_message.c ret->u.equality.value.length = strlen(value);
value 1440 libcli/ldap/ldap_message.c asn1_read_OctetString(data, msg, &r->value);
value 1441 libcli/ldap/ldap_message.c if (r->value.data) {
value 1442 libcli/ldap/ldap_message.c talloc_steal(msg, r->value.data);
value 1484 libcli/ldap/ldap_message.c r->value = talloc(msg, DATA_BLOB);
value 1485 libcli/ldap/ldap_message.c if (!r->value) {
value 1488 libcli/ldap/ldap_message.c *r->value = data_blob_talloc(r->value, tmp_blob.data, tmp_blob.length);
value 1491 libcli/ldap/ldap_message.c r->value = NULL;
value 1519 libcli/ldap/ldap_message.c r->value = talloc(msg, DATA_BLOB);
value 1520 libcli/ldap/ldap_message.c if (!r->value) {
value 1523 libcli/ldap/ldap_message.c *r->value = data_blob_talloc(r->value, tmp_blob.data, tmp_blob.length);
value 1526 libcli/ldap/ldap_message.c r->value = NULL;
value 1547 libcli/ldap/ldap_message.c DATA_BLOB value;
value 1565 libcli/ldap/ldap_message.c if (!ldap_decode_control_wrapper(ctrl, data, ctrl[i], &value)) {
value 1569 libcli/ldap/ldap_message.c if (!ldap_decode_control_value(ctrl, value,
value 159 libcli/ldap/ldap_message.h DATA_BLOB value;
value 168 libcli/ldap/ldap_message.h DATA_BLOB *value;/* optional */
value 174 libcli/ldap/ldap_message.h DATA_BLOB *value;/* optional */
value 36 libcli/ldap/ldap_ndr.c SIVAL(buf, 0, value);
value 404 librpc/gen_ndr/cli_winreg.c r.in.value = value;
value 515 librpc/gen_ndr/cli_winreg.c r.in.value = value;
value 546 librpc/gen_ndr/cli_winreg.c if (value && r.out.value) {
value 547 librpc/gen_ndr/cli_winreg.c memcpy(value, r.out.value, *r.in.size * sizeof(*value));
value 201 librpc/gen_ndr/drsblobs.h DATA_BLOB *value;/* [relative,subcontext_size(value_len),subcontext(0),flag(LIBNDR_FLAG_REMAINING)] */
value 224 librpc/gen_ndr/drsblobs.h DATA_BLOB *value;/* [relative,subcontext_size(value_len),subcontext(0),flag(LIBNDR_FLAG_REMAINING)] */
value 554 librpc/gen_ndr/drsuapi.h struct drsuapi_DsAttributeValue value;
value 1538 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, (r->value?r->value->length:0)));
value 1542 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_relative_ptr1(ndr, r->value));
value 1550 librpc/gen_ndr/ndr_drsblobs.c if (r->value) {
value 1551 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_relative_ptr2(ndr, r->value));
value 1554 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_subcontext_start(ndr, &_ndr_value, 0, (r->value?r->value->length:0)));
value 1555 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_DATA_BLOB(_ndr_value, NDR_SCALARS, *r->value));
value 1556 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_subcontext_end(ndr, _ndr_value, 0, (r->value?r->value->length:0)));
value 1581 librpc/gen_ndr/ndr_drsblobs.c NDR_PULL_ALLOC(ndr, r->value);
value 1582 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_pull_relative_ptr1(ndr, r->value, _ptr_value));
value 1584 librpc/gen_ndr/ndr_drsblobs.c r->value = NULL;
value 1593 librpc/gen_ndr/ndr_drsblobs.c if (r->value) {
value 1596 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_pull_relative_ptr2(ndr, r->value));
value 1598 librpc/gen_ndr/ndr_drsblobs.c NDR_PULL_SET_MEM_CTX(ndr, r->value, 0);
value 1602 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_pull_DATA_BLOB(_ndr_value, NDR_SCALARS, r->value));
value 1622 librpc/gen_ndr/ndr_drsblobs.c ndr_print_uint32(ndr, "value_len", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?(r->value?r->value->length:0):r->value_len);
value 1623 librpc/gen_ndr/ndr_drsblobs.c ndr_print_ptr(ndr, "value", r->value);
value 1625 librpc/gen_ndr/ndr_drsblobs.c if (r->value) {
value 1626 librpc/gen_ndr/ndr_drsblobs.c ndr_print_DATA_BLOB(ndr, "value", *r->value);
value 1760 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, (r->value?r->value->length:0)));
value 1764 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_relative_ptr1(ndr, r->value));
value 1772 librpc/gen_ndr/ndr_drsblobs.c if (r->value) {
value 1773 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_relative_ptr2(ndr, r->value));
value 1776 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_subcontext_start(ndr, &_ndr_value, 0, (r->value?r->value->length:0)));
value 1777 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_DATA_BLOB(_ndr_value, NDR_SCALARS, *r->value));
value 1778 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_push_subcontext_end(ndr, _ndr_value, 0, (r->value?r->value->length:0)));
value 1804 librpc/gen_ndr/ndr_drsblobs.c NDR_PULL_ALLOC(ndr, r->value);
value 1805 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_pull_relative_ptr1(ndr, r->value, _ptr_value));
value 1807 librpc/gen_ndr/ndr_drsblobs.c r->value = NULL;
value 1816 librpc/gen_ndr/ndr_drsblobs.c if (r->value) {
value 1819 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_pull_relative_ptr2(ndr, r->value));
value 1821 librpc/gen_ndr/ndr_drsblobs.c NDR_PULL_SET_MEM_CTX(ndr, r->value, 0);
value 1825 librpc/gen_ndr/ndr_drsblobs.c NDR_CHECK(ndr_pull_DATA_BLOB(_ndr_value, NDR_SCALARS, r->value));
value 1846 librpc/gen_ndr/ndr_drsblobs.c ndr_print_uint32(ndr, "value_len", (ndr->flags & LIBNDR_PRINT_SET_VALUES)?(r->value?r->value->length:0):r->value_len);
value 1847 librpc/gen_ndr/ndr_drsblobs.c ndr_print_ptr(ndr, "value", r->value);
value 1849 librpc/gen_ndr/ndr_drsblobs.c if (r->value) {
value 1850 librpc/gen_ndr/ndr_drsblobs.c ndr_print_DATA_BLOB(ndr, "value", *r->value);
value 2560 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsAttributeValue(ndr, NDR_SCALARS, &r->value));
value 2569 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsAttributeValue(ndr, NDR_BUFFERS, &r->value));
value 2587 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsAttributeValue(ndr, NDR_SCALARS, &r->value));
value 2599 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsAttributeValue(ndr, NDR_BUFFERS, &r->value));
value 2615 librpc/gen_ndr/ndr_drsuapi.c ndr_print_drsuapi_DsAttributeValue(ndr, "value", &r->value);
value 14606 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->value));
value 14683 librpc/gen_ndr/ndr_spoolss.c NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->value));
value 14749 librpc/gen_ndr/ndr_spoolss.c ndr_print_uint32(ndr, "value", r->value);
value 1281 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_winreg_String(ndr, NDR_SCALARS|NDR_BUFFERS, &r->in.value));
value 1300 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_winreg_String(ndr, NDR_SCALARS|NDR_BUFFERS, &r->in.value));
value 1322 librpc/gen_ndr/ndr_winreg.c ndr_print_winreg_String(ndr, "value", &r->in.value);
value 1537 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->in.value));
value 1538 librpc/gen_ndr/ndr_winreg.c if (r->in.value) {
value 1542 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_array_uint8(ndr, NDR_SCALARS, r->in.value, *r->in.length));
value 1562 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_unique_ptr(ndr, r->out.value));
value 1563 librpc/gen_ndr/ndr_winreg.c if (r->out.value) {
value 1567 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_push_array_uint8(ndr, NDR_SCALARS, r->out.value, *r->out.length));
value 1626 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->in.value);
value 1628 librpc/gen_ndr/ndr_winreg.c r->in.value = NULL;
value 1630 librpc/gen_ndr/ndr_winreg.c if (r->in.value) {
value 1632 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->in.value, 0);
value 1633 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_array_size(ndr, &r->in.value));
value 1634 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_array_length(ndr, &r->in.value));
value 1635 librpc/gen_ndr/ndr_winreg.c if (ndr_get_array_length(ndr, &r->in.value) > ndr_get_array_size(ndr, &r->in.value)) {
value 1636 librpc/gen_ndr/ndr_winreg.c return ndr_pull_error(ndr, NDR_ERR_ARRAY_SIZE, "Bad array size %u should exceed array length %u", ndr_get_array_size(ndr, &r->in.value), ndr_get_array_length(ndr, &r->in.value));
value 1638 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC_N(ndr, r->in.value, ndr_get_array_size(ndr, &r->in.value));
value 1639 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_array_uint8(ndr, NDR_SCALARS, r->in.value, ndr_get_array_length(ndr, &r->in.value)));
value 1668 librpc/gen_ndr/ndr_winreg.c if (r->in.value) {
value 1670 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_check_array_size(ndr, (void*)&r->in.value, *r->in.size));
value 1672 librpc/gen_ndr/ndr_winreg.c if (r->in.value) {
value 1674 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_check_array_length(ndr, (void*)&r->in.value, *r->in.length));
value 1699 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC(ndr, r->out.value);
value 1701 librpc/gen_ndr/ndr_winreg.c r->out.value = NULL;
value 1703 librpc/gen_ndr/ndr_winreg.c if (r->out.value) {
value 1705 librpc/gen_ndr/ndr_winreg.c NDR_PULL_SET_MEM_CTX(ndr, r->out.value, 0);
value 1706 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_array_size(ndr, &r->out.value));
value 1707 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_array_length(ndr, &r->out.value));
value 1708 librpc/gen_ndr/ndr_winreg.c if (ndr_get_array_length(ndr, &r->out.value) > ndr_get_array_size(ndr, &r->out.value)) {
value 1709 librpc/gen_ndr/ndr_winreg.c return ndr_pull_error(ndr, NDR_ERR_ARRAY_SIZE, "Bad array size %u should exceed array length %u", ndr_get_array_size(ndr, &r->out.value), ndr_get_array_length(ndr, &r->out.value));
value 1711 librpc/gen_ndr/ndr_winreg.c NDR_PULL_ALLOC_N(ndr, r->out.value, ndr_get_array_size(ndr, &r->out.value));
value 1712 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_pull_array_uint8(ndr, NDR_SCALARS, r->out.value, ndr_get_array_length(ndr, &r->out.value)));
value 1740 librpc/gen_ndr/ndr_winreg.c if (r->out.value) {
value 1742 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_check_array_size(ndr, (void*)&r->out.value, *r->out.size));
value 1744 librpc/gen_ndr/ndr_winreg.c if (r->out.value) {
value 1746 librpc/gen_ndr/ndr_winreg.c NDR_CHECK(ndr_check_array_length(ndr, (void*)&r->out.value, *r->out.length));
value 1777 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "value", r->in.value);
value 1779 librpc/gen_ndr/ndr_winreg.c if (r->in.value) {
value 1781 librpc/gen_ndr/ndr_winreg.c ndr_print_array_uint8(ndr, "value", r->in.value, *r->in.length);
value 1811 librpc/gen_ndr/ndr_winreg.c ndr_print_ptr(ndr, "value", r->out.value);
value 1813 librpc/gen_ndr/ndr_winreg.c if (r->out.value) {
value 1815 librpc/gen_ndr/ndr_winreg.c ndr_print_array_uint8(ndr, "value", r->out.value, *r->out.length);
value 253 librpc/gen_ndr/ndr_xattr.c NDR_CHECK(ndr_push_DATA_BLOB(ndr, NDR_SCALARS, r->value));
value 270 librpc/gen_ndr/ndr_xattr.c NDR_CHECK(ndr_pull_DATA_BLOB(ndr, NDR_SCALARS, &r->value));
value 282 librpc/gen_ndr/ndr_xattr.c ndr_print_DATA_BLOB(ndr, "value", r->value);
value 1079 librpc/gen_ndr/spoolss.h uint32_t value;/* [case(REG_DWORD)] */
value 829 librpc/gen_ndr/srv_winreg.c r->out.value = r->in.value;
value 2885 librpc/gen_ndr/srv_winreg.c r->out.value = r->in.value;
value 243 librpc/gen_ndr/winreg.h struct winreg_String value;
value 278 librpc/gen_ndr/winreg.h uint8_t *value;/* [unique,length_is(*length),size_is(*size)] */
value 286 librpc/gen_ndr/winreg.h uint8_t *value;/* [unique,length_is(*length),size_is(*size)] */
value 53 librpc/gen_ndr/xattr.h DATA_BLOB value;
value 46 librpc/ndr/libndr.h uint32_t value;
value 667 librpc/ndr/ndr.c tok->value = value;
value 685 librpc/ndr/ndr.c *v = tok->value;
value 614 librpc/ndr/ndr_basic.c ndr->print(ndr, "%-25s: %s (0x%X)", name, val?val:"UNKNOWN_ENUM_VALUE", value);
value 616 librpc/ndr/ndr_basic.c ndr->print(ndr, "%-25s: %s (%d)", name, val?val:"UNKNOWN_ENUM_VALUE", value);
value 623 librpc/ndr/ndr_basic.c value &= flag;
value 627 librpc/ndr/ndr_basic.c value >>= 1;
value 630 librpc/ndr/ndr_basic.c ndr->print(ndr, " %d: %-25s", value, flag_name);
value 632 librpc/ndr/ndr_basic.c ndr->print(ndr, "0x%02x: %-25s (%d)", value, flag_name, value);
value 1314 nsswitch/pam_winbind.c if (!data_name || !value || (strlen(data_name) == 0) ||
value 1315 nsswitch/pam_winbind.c (strlen(value) == 0)) {
value 1319 nsswitch/pam_winbind.c ret = pam_set_data(ctx->pamh, data_name, talloc_strdup(NULL, value),
value 451 source3/client/clitar.c p[--ndgs] = '0' + (char) (value & 7);
value 452 source3/client/clitar.c value >>= 3;
value 453 source3/client/clitar.c } while (ndgs > 0 && value != 0);
value 466 source3/client/clitar.c long value=0;
value 471 source3/client/clitar.c value = (value << 3) | (long) (*p - '0');
value 476 source3/client/clitar.c return value;
value 380 source3/client/mount.cifs.c char * value = NULL;
value 419 source3/client/mount.cifs.c if ((value = strchr(data, '=')) != NULL) {
value 420 source3/client/mount.cifs.c *value = '\0';
value 421 source3/client/mount.cifs.c value++;
value 425 source3/client/mount.cifs.c if(!value || !*value) {
value 432 source3/client/mount.cifs.c if (!value || !*value) {
value 445 source3/client/mount.cifs.c if (strnlen(value, 260) < 260) {
value 447 source3/client/mount.cifs.c percent_char = strchr(value,'%');
value 471 source3/client/mount.cifs.c domain_name = check_for_domain(&value);
value 479 source3/client/mount.cifs.c if (!value || !*value) {
value 484 source3/client/mount.cifs.c } else if (strnlen(value, MOUNT_PASSWD_SIZE) < MOUNT_PASSWD_SIZE) {
value 488 source3/client/mount.cifs.c mountpassword = strndup(value, MOUNT_PASSWD_SIZE);
value 503 source3/client/mount.cifs.c if (value) {
value 504 source3/client/mount.cifs.c if (!strncmp(value, "none", 4) ||
value 505 source3/client/mount.cifs.c !strncmp(value, "krb5", 4))
value 509 source3/client/mount.cifs.c if (!value || !*value) {
value 511 source3/client/mount.cifs.c } else if (strnlen(value, MAX_ADDRESS_LEN) <= MAX_ADDRESS_LEN) {
value 513 source3/client/mount.cifs.c printf("ip address %s override specified\n",value);
value 523 source3/client/mount.cifs.c if (!value || !*value) {
value 527 source3/client/mount.cifs.c } else if(strnlen(value,5) < 5) {
value 531 source3/client/mount.cifs.c if (strnlen(value, 300) < 300) {
value 533 source3/client/mount.cifs.c if (strncmp(value, "//", 2) == 0) {
value 538 source3/client/mount.cifs.c } else if (strncmp(value, "\\\\", 2) != 0) {
value 558 source3/client/mount.cifs.c if (!value || !*value) {
value 563 source3/client/mount.cifs.c if (strnlen(value, DOMAIN_SIZE+1) < DOMAIN_SIZE+1) {
value 571 source3/client/mount.cifs.c if (value && *value) {
value 572 source3/client/mount.cifs.c rc = open_cred_file(value);
value 575 source3/client/mount.cifs.c rc, strerror(rc), value);
value 585 source3/client/mount.cifs.c if (value && *value) {
value 587 source3/client/mount.cifs.c if (!isdigit(*value)) {
value 590 source3/client/mount.cifs.c if (!(pw = getpwnam(value))) {
value 591 source3/client/mount.cifs.c printf("bad user name \"%s\"\n", value);
value 596 source3/client/mount.cifs.c strlcpy(user,value,sizeof(user));
value 601 source3/client/mount.cifs.c if (value && *value) {
value 603 source3/client/mount.cifs.c if (!isdigit(*value)) {
value 606 source3/client/mount.cifs.c if (!(gr = getgrnam(value))) {
value 607 source3/client/mount.cifs.c printf("bad group name \"%s\"\n", value);
value 612 source3/client/mount.cifs.c strlcpy(group,value,sizeof(group));
value 618 source3/client/mount.cifs.c if (!value || !*value) {
value 624 source3/client/mount.cifs.c if (value[0] != '0') {
value 633 source3/client/mount.cifs.c if (!value || !*value) {
value 639 source3/client/mount.cifs.c if (value[0] != '0') {
value 701 source3/client/mount.cifs.c if (value)
value 702 source3/client/mount.cifs.c word_len += 1 + strlen(value);
value 715 source3/client/mount.cifs.c if (value)
value 716 source3/client/mount.cifs.c snprintf(out + out_len, word_len + 1, "%s=%s", data, value);
value 206 source3/groupdb/mapping_tdb.c return tdb_unpack(rec->value.dptr, rec->value.dsize, "ddff",
value 499 source3/groupdb/mapping_tdb.c if (rec->value.dptr != NULL) {
value 501 source3/groupdb/mapping_tdb.c key, "%s %s", (char *)(rec->value.dptr), string_sid);
value 554 source3/groupdb/mapping_tdb.c p = (const char *)rec->value.dptr;
value 24 source3/include/dbwrap.h TDB_DATA key, value;
value 127 source3/include/gpo.h const char *value;
value 132 source3/include/gpo.h const char *value;
value 401 source3/include/nt_printing.h uint32 value[2];
value 339 source3/include/passdb.h int policy_index, uint32 *value);
value 342 source3/include/passdb.h int policy_index, uint32 value);
value 904 source3/include/smb.h int value;
value 1876 source3/include/smb.h DATA_BLOB value;
value 473 source3/include/vfs.h ssize_t (*getxattr)(struct vfs_handle_struct *handle,const char *path, const char *name, void *value, size_t size);
value 474 source3/include/vfs.h ssize_t (*lgetxattr)(struct vfs_handle_struct *handle,const char *path, const char *name, void *value, size_t size);
value 475 source3/include/vfs.h ssize_t (*fgetxattr)(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name, void *value, size_t size);
value 482 source3/include/vfs.h int (*setxattr)(struct vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags);
value 483 source3/include/vfs.h int (*lsetxattr)(struct vfs_handle_struct *handle, const char *path, const char *name, const void *value, size_t size, int flags);
value 484 source3/include/vfs.h int (*fsetxattr)(struct vfs_handle_struct *handle, struct files_struct *fsp, const char *name, const void *value, size_t size, int flags);
value 130 source3/include/vfs_macros.h #define SMB_VFS_GETXATTR(conn,path,name,value,size) ((conn)->vfs.ops.getxattr((conn)->vfs.handles.getxattr,(path),(name),(value),(size)))
value 131 source3/include/vfs_macros.h #define SMB_VFS_LGETXATTR(conn,path,name,value,size) ((conn)->vfs.ops.lgetxattr((conn)->vfs.handles.lgetxattr,(path),(name),(value),(size)))
value 132 source3/include/vfs_macros.h #define SMB_VFS_FGETXATTR(fsp,name,value,size) ((fsp)->conn->vfs.ops.fgetxattr((fsp)->conn->vfs.handles.fgetxattr,(fsp),(name),(value),(size)))
value 139 source3/include/vfs_macros.h #define SMB_VFS_SETXATTR(conn,path,name,value,size,flags) ((conn)->vfs.ops.setxattr((conn)->vfs.handles.setxattr,(path),(name),(value),(size),(flags)))
value 140 source3/include/vfs_macros.h #define SMB_VFS_LSETXATTR(conn,path,name,value,size,flags) ((conn)->vfs.ops.lsetxattr((conn)->vfs.handles.lsetxattr,(path),(name),(value),(size),(flags)))
value 141 source3/include/vfs_macros.h #define SMB_VFS_FSETXATTR(fsp,name,value,size,flags) ((fsp)->conn->vfs.ops.fsetxattr((fsp)->conn->vfs.handles.fsetxattr,(fsp),(name),(value),(size),(flags)))
value 264 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_GETXATTR(conn,path,name,value,size) ((conn)->vfs_opaque.ops.getxattr((conn)->vfs_opaque.handles.getxattr,(path),(name),(value),(size)))
value 265 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_LGETXATTR(conn,path,name,value,size) ((conn)->vfs_opaque.ops.lgetxattr((conn)->vfs_opaque.handles.lgetxattr,(path),(name),(value),(size)))
value 266 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_FGETXATTR(fsp,name,value,size) ((fsp)->conn->vfs_opaque.ops.fgetxattr((fsp)->conn->vfs_opaque.handles.fgetxattr,(fsp),(name),(value),(size)))
value 273 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_SETXATTR(conn,path,name,value,size,flags) ((conn)->vfs_opaque.ops.setxattr((conn)->vfs_opaque.handles.setxattr,(path),(name),(value),(size),(flags)))
value 274 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_LSETXATTR(conn,path,name,value,size,flags) ((conn)->vfs_opaque.ops.lsetxattr((conn)->vfs_opaque.handles.lsetxattr,(path),(name),(value),(size),(flags)))
value 275 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_FSETXATTR(fsp,name,value,size,flags) ((fsp)->conn->vfs_opaque.ops.fsetxattr((fsp)->conn->vfs_opaque.handles.fsetxattr,(fsp),(name),(value),(size),(flags)))
value 399 source3/include/vfs_macros.h #define SMB_VFS_NEXT_GETXATTR(handle,path,name,value,size) ((handle)->vfs_next.ops.getxattr((handle)->vfs_next.handles.getxattr,(path),(name),(value),(size)))
value 400 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LGETXATTR(handle,path,name,value,size) ((handle)->vfs_next.ops.lgetxattr((handle)->vfs_next.handles.lgetxattr,(path),(name),(value),(size)))
value 401 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FGETXATTR(handle,fsp,name,value,size) ((handle)->vfs_next.ops.fgetxattr((handle)->vfs_next.handles.fgetxattr,(fsp),(name),(value),(size)))
value 408 source3/include/vfs_macros.h #define SMB_VFS_NEXT_SETXATTR(handle,path,name,value,size,flags) ((handle)->vfs_next.ops.setxattr((handle)->vfs_next.handles.setxattr,(path),(name),(value),(size),(flags)))
value 409 source3/include/vfs_macros.h #define SMB_VFS_NEXT_LSETXATTR(handle,path,name,value,size,flags) ((handle)->vfs_next.ops.lsetxattr((handle)->vfs_next.handles.lsetxattr,(path),(name),(value),(size),(flags)))
value 410 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FSETXATTR(handle,fsp,name,value,size,flags) ((handle)->vfs_next.ops.fsetxattr((handle)->vfs_next.handles.fsetxattr,(fsp),(name),(value),(size),(flags)))
value 190 source3/lib/account_pol.c uint32 value;
value 192 source3/lib/account_pol.c if (!account_policy_get(account_policy, &value) &&
value 193 source3/lib/account_pol.c !account_policy_get_default(account_policy, &value)) {
value 197 source3/lib/account_pol.c return account_policy_set(account_policy, value);
value 314 source3/lib/account_pol.c if (value) {
value 315 source3/lib/account_pol.c *value = 0;
value 329 source3/lib/account_pol.c if (value) {
value 330 source3/lib/account_pol.c *value = regval;
value 357 source3/lib/account_pol.c status = dbwrap_trans_store_uint32(db, name, value);
value 360 source3/lib/account_pol.c "%u: %s\n", field, name, value, nt_errstr(status)));
value 364 source3/lib/account_pol.c DEBUG(10,("account_policy_set: name: %s, value: %d\n", name, value));
value 391 source3/lib/account_pol.c if (asprintf(&cache_value, "%lu\n", (unsigned long)value) < 0) {
value 430 source3/lib/account_pol.c *value = tmp;
value 87 source3/lib/conn_tdb.c || (rec->value.dsize != sizeof(struct connections_data))) {
value 92 source3/lib/conn_tdb.c (const struct connections_data *)rec->value.dptr,
value 39 source3/lib/dbwrap.c data->dsize = rec->value.dsize;
value 40 source3/lib/dbwrap.c data->dptr = talloc_move(mem_ctx, &rec->value.dptr);
value 388 source3/lib/dbwrap_ctdb.c result->value = tdb_null;
value 392 source3/lib/dbwrap_ctdb.c result->value.dsize = ctdb_data.dsize - sizeof(struct ctdb_ltdb_header);
value 393 source3/lib/dbwrap_ctdb.c result->value.dptr = NULL;
value 395 source3/lib/dbwrap_ctdb.c if ((result->value.dsize != 0)
value 396 source3/lib/dbwrap_ctdb.c && !(result->value.dptr = (uint8 *)talloc_memdup(
value 398 source3/lib/dbwrap_ctdb.c result->value.dsize))) {
value 935 source3/lib/dbwrap_ctdb.c result->value.dsize = ctdb_data.dsize - sizeof(crec->header);
value 936 source3/lib/dbwrap_ctdb.c result->value.dptr = NULL;
value 938 source3/lib/dbwrap_ctdb.c if ((result->value.dsize != 0)
value 939 source3/lib/dbwrap_ctdb.c && !(result->value.dptr = (uint8 *)talloc_memdup(
value 941 source3/lib/dbwrap_ctdb.c result->value.dsize))) {
value 1042 source3/lib/dbwrap_ctdb.c if (rec && rec->value.dsize > 0) {
value 1057 source3/lib/dbwrap_ctdb.c if (rec && rec->value.dsize > 0) {
value 1103 source3/lib/dbwrap_ctdb.c rec.value = data;
value 1116 source3/lib/dbwrap_ctdb.c rec.value = dbuf;
value 1121 source3/lib/dbwrap_ctdb.c if (rec.value.dsize <= sizeof(struct ctdb_ltdb_header)) {
value 1125 source3/lib/dbwrap_ctdb.c rec.value.dsize -= sizeof(struct ctdb_ltdb_header);
value 1126 source3/lib/dbwrap_ctdb.c rec.value.dptr += sizeof(struct ctdb_ltdb_header);
value 166 source3/lib/dbwrap_file.c result->value.dsize = 0;
value 167 source3/lib/dbwrap_file.c result->value.dptr = NULL;
value 170 source3/lib/dbwrap_file.c result->value.dsize = statbuf.st_size;
value 171 source3/lib/dbwrap_file.c result->value.dptr = TALLOC_ARRAY(result, uint8,
value 173 source3/lib/dbwrap_file.c if (result->value.dptr == NULL) {
value 179 source3/lib/dbwrap_file.c nread = read_data(file->fd, (char *)result->value.dptr,
value 180 source3/lib/dbwrap_file.c result->value.dsize);
value 181 source3/lib/dbwrap_file.c if (nread != result->value.dsize) {
value 320 source3/lib/dbwrap_file.c if (rec->value.dptr == NULL) {
value 86 source3/lib/dbwrap_rbt.c value->dptr = key->dptr + node->keysize;
value 87 source3/lib/dbwrap_rbt.c value->dsize = node->valuesize;
value 272 source3/lib/dbwrap_rbt.c result->value = search_val;
value 281 source3/lib/dbwrap_rbt.c result->value = tdb_null;
value 75 source3/lib/dbwrap_tdb.c state->result->value.dsize = data.dsize;
value 78 source3/lib/dbwrap_tdb.c state->result->value.dptr = state->result->key.dptr+key.dsize;
value 79 source3/lib/dbwrap_tdb.c memcpy(state->result->value.dptr, data.dptr, data.dsize);
value 82 source3/lib/dbwrap_tdb.c state->result->value.dptr = NULL;
value 235 source3/lib/dbwrap_tdb.c rec.value = dbuf;
value 275 source3/lib/dbwrap_tdb.c rec.value = dbuf;
value 120 source3/lib/dbwrap_util.c if (rec->value.dptr == NULL) {
value 122 source3/lib/dbwrap_util.c } else if (rec->value.dsize == sizeof(val)) {
value 123 source3/lib/dbwrap_util.c val = IVAL(rec->value.dptr, 0);
value 160 source3/lib/dbwrap_util.c if (rec->value.dptr == NULL) {
value 162 source3/lib/dbwrap_util.c } else if (rec->value.dsize == sizeof(val)) {
value 163 source3/lib/dbwrap_util.c val = IVAL(rec->value.dptr, 0);
value 119 source3/lib/gencache.c SMB_ASSERT(keystr && value);
value 123 source3/lib/gencache.c if (asprintf(&valstr, CACHE_DATA_FMT, (int)timeout, value) == -1) {
value 129 source3/lib/gencache.c " %s (%d seconds %s)\n", keystr, value,ctime(&timeout),
value 400 source3/lib/gencache.c void (*fn)(const char *key, const char *value, time_t timeout,
value 427 source3/lib/gencache.c if ((value.dptr == NULL) || (value.dsize <= TIMEOUT_LEN)) {
value 435 source3/lib/gencache.c if (value.dptr[value.dsize-1] == '\0') {
value 436 source3/lib/gencache.c valstr = (char *)value.dptr;
value 439 source3/lib/gencache.c valstr = SMB_STRNDUP((char *)value.dptr, value.dsize);
value 37 source3/lib/idmap_cache.c char *value;
value 48 source3/lib/idmap_cache.c ret = gencache_get(key, &value, &timeout);
value 53 source3/lib/idmap_cache.c uid = strtol(value, &endptr, 10);
value 55 source3/lib/idmap_cache.c SAFE_FREE(value);
value 76 source3/lib/idmap_cache.c char *value;
value 84 source3/lib/idmap_cache.c ret = gencache_get(key, &value, &timeout);
value 90 source3/lib/idmap_cache.c if (value[0] != '-') {
value 91 source3/lib/idmap_cache.c ret = string_to_sid(sid, value);
value 93 source3/lib/idmap_cache.c SAFE_FREE(value);
value 116 source3/lib/idmap_cache.c fstring sidstr, key, value;
value 121 source3/lib/idmap_cache.c fstr_sprintf(value, "%d", (int)uid);
value 125 source3/lib/idmap_cache.c gencache_set(key, value, now + timeout);
value 131 source3/lib/idmap_cache.c fstrcpy(value, "-");
value 135 source3/lib/idmap_cache.c sid_to_fstring(value, sid);
value 138 source3/lib/idmap_cache.c gencache_set(key, value, now + timeout);
value 157 source3/lib/idmap_cache.c char *value;
value 168 source3/lib/idmap_cache.c ret = gencache_get(key, &value, &timeout);
value 173 source3/lib/idmap_cache.c gid = strtol(value, &endptr, 10);
value 175 source3/lib/idmap_cache.c SAFE_FREE(value);
value 196 source3/lib/idmap_cache.c char *value;
value 204 source3/lib/idmap_cache.c ret = gencache_get(key, &value, &timeout);
value 210 source3/lib/idmap_cache.c if (value[0] != '-') {
value 211 source3/lib/idmap_cache.c ret = string_to_sid(sid, value);
value 213 source3/lib/idmap_cache.c SAFE_FREE(value);
value 236 source3/lib/idmap_cache.c fstring sidstr, key, value;
value 241 source3/lib/idmap_cache.c fstr_sprintf(value, "%d", (int)gid);
value 245 source3/lib/idmap_cache.c gencache_set(key, value, now + timeout);
value 251 source3/lib/idmap_cache.c fstrcpy(value, "-");
value 255 source3/lib/idmap_cache.c sid_to_fstring(value, sid);
value 258 source3/lib/idmap_cache.c gencache_set(key, value, now + timeout);
value 1107 source3/lib/ldb/common/ldb.c o->value = value;
value 1119 source3/lib/ldb/common/ldb.c o->value = value;
value 1132 source3/lib/ldb/common/ldb.c return o->value;
value 48 source3/lib/ldb/common/ldb_dn.c struct ldb_val value;
value 67 source3/lib/ldb/common/ldb_dn.c return ! strcmp((char *)dn->components[0].value.data, check);
value 76 source3/lib/ldb/common/ldb_dn.c if (!value.length)
value 79 source3/lib/ldb/common/ldb_dn.c p = s = src = (const char *)value.data;
value 80 source3/lib/ldb/common/ldb_dn.c len = value.length;
value 119 source3/lib/ldb/common/ldb_dn.c struct ldb_val value;
value 123 source3/lib/ldb/common/ldb_dn.c memset(&value, 0, sizeof(value));
value 158 source3/lib/ldb/common/ldb_dn.c value.length = end - dst;
value 159 source3/lib/ldb/common/ldb_dn.c value.data = (uint8_t *)dst;
value 160 source3/lib/ldb/common/ldb_dn.c return value;
value 164 source3/lib/ldb/common/ldb_dn.c return value;
value 308 source3/lib/ldb/common/ldb_dn.c dc.value = ldb_dn_unescape_value(mem_ctx, p);
value 314 source3/lib/ldb/common/ldb_dn.c dc.value.length = strlen(p);
value 315 source3/lib/ldb/common/ldb_dn.c dc.value.data = (uint8_t *)talloc_memdup(mem_ctx, p,
value 316 source3/lib/ldb/common/ldb_dn.c dc.value.length + 1);
value 323 source3/lib/ldb/common/ldb_dn.c if (dc.value.length == 0) {
value 382 source3/lib/ldb/common/ldb_dn.c edn->components[0].value.data = (uint8_t *)talloc_strdup(edn->components, dn);
value 383 source3/lib/ldb/common/ldb_dn.c if (edn->components[0].value.data== NULL) goto failed;
value 384 source3/lib/ldb/common/ldb_dn.c edn->components[0].value.length = strlen(dn);
value 452 source3/lib/ldb/common/ldb_dn.c edn->components[0].value.data = (uint8_t *)talloc_strdup(edn->components, dn);
value 453 source3/lib/ldb/common/ldb_dn.c if (edn->components[0].value.data== NULL) goto failed;
value 454 source3/lib/ldb/common/ldb_dn.c edn->components[0].value.length = strlen(dn);
value 468 source3/lib/ldb/common/ldb_dn.c char *dn, *value;
value 475 source3/lib/ldb/common/ldb_dn.c dn = talloc_strdup(mem_ctx, (char *)edn->components[0].value.data);
value 483 source3/lib/ldb/common/ldb_dn.c value = ldb_dn_escape_value(dn, edn->components[i].value);
value 484 source3/lib/ldb/common/ldb_dn.c LDB_DN_NULL_FAILED(value);
value 487 source3/lib/ldb/common/ldb_dn.c dn = talloc_asprintf_append(dn, "%s=%s", edn->components[i].name, value);
value 489 source3/lib/ldb/common/ldb_dn.c dn = talloc_asprintf_append(dn, ",%s=%s", edn->components[i].name, value);
value 493 source3/lib/ldb/common/ldb_dn.c talloc_free(value);
value 537 source3/lib/ldb/common/ldb_dn.c ret = h->comparison_fn(ldb, ldb, &(base->components[n0].value),
value 538 source3/lib/ldb/common/ldb_dn.c &(dn->components[n1].value));
value 627 source3/lib/ldb/common/ldb_dn.c &(edn->components[i].value),
value 628 source3/lib/ldb/common/ldb_dn.c &(dc.value));
value 664 source3/lib/ldb/common/ldb_dn.c dn = talloc_strdup(mem_ctx, (char *)edn->components[0].value.data);
value 691 source3/lib/ldb/common/ldb_dn.c dst.value = ldb_val_dup(mem_ctx, &(src->value));
value 692 source3/lib/ldb/common/ldb_dn.c if (dst.value.data == NULL) {
value 698 source3/lib/ldb/common/ldb_dn.c talloc_free(dst.value.data);
value 699 source3/lib/ldb/common/ldb_dn.c dst.value.data = NULL;
value 794 source3/lib/ldb/common/ldb_dn.c dc->value.data = (uint8_t *)talloc_strdup(dc, val);
value 795 source3/lib/ldb/common/ldb_dn.c if (dc->value.data == NULL) {
value 800 source3/lib/ldb/common/ldb_dn.c dc->value.length = strlen(val);
value 811 source3/lib/ldb/common/ldb_dn.c if (value == NULL || value == '\0') return NULL;
value 828 source3/lib/ldb/common/ldb_dn.c newdn->components[0].value.data = (uint8_t *)talloc_strdup(newdn->components, value);
value 829 source3/lib/ldb/common/ldb_dn.c LDB_DN_NULL_FAILED(newdn->components[0].value.data);
value 830 source3/lib/ldb/common/ldb_dn.c newdn->components[0].value.length = strlen((char *)newdn->components[0].value.data);
value 870 source3/lib/ldb/common/ldb_dn.c if (newdn->components[i].value.data == NULL) {
value 924 source3/lib/ldb/common/ldb_dn.c ldb_dn_escape_value(mem_ctx, dn->components[i].value),
value 927 source3/lib/ldb/common/ldb_dn.c cracked = ldb_dn_escape_value(mem_ctx, dn->components[i].value);
value 947 source3/lib/ldb/common/ldb_dn.c ldb_dn_escape_value(mem_ctx, dn->components[i].value));
value 956 source3/lib/ldb/common/ldb_dn.c ldb_dn_escape_value(mem_ctx, dn->components[i].value));
value 959 source3/lib/ldb/common/ldb_dn.c ldb_dn_escape_value(mem_ctx, dn->components[i].value));
value 988 source3/lib/ldb/common/ldb_dn.c return &dn->components[num].value;
value 998 source3/lib/ldb/common/ldb_dn.c return &dn->components[0].value;
value 1022 source3/lib/ldb/common/ldb_dn.c talloc_free(dn->components[num].value.data);
value 1024 source3/lib/ldb/common/ldb_dn.c dn->components[num].value = v;
value 52 source3/lib/ldb/common/ldb_ldif.c const char *fname = (const char *)value->data;
value 74 source3/lib/ldb/common/ldb_ldif.c value->data = (uint8_t *)talloc_size(mem_ctx, statbuf.st_size + 1);
value 75 source3/lib/ldb/common/ldb_ldif.c if (value->data == NULL) {
value 79 source3/lib/ldb/common/ldb_ldif.c value->data[statbuf.st_size] = 0;
value 83 source3/lib/ldb/common/ldb_ldif.c buf = (char *)value->data;
value 87 source3/lib/ldb/common/ldb_ldif.c talloc_free(value->data);
value 96 source3/lib/ldb/common/ldb_ldif.c value->length = statbuf.st_size;
value 445 source3/lib/ldb/common/ldb_ldif.c value->length = 0;
value 474 source3/lib/ldb/common/ldb_ldif.c value->data = (uint8_t *)p;
value 479 source3/lib/ldb/common/ldb_ldif.c value->length = strlen((char *)value->data);
value 480 source3/lib/ldb/common/ldb_ldif.c *s = ((char *)value->data) + value->length;
value 482 source3/lib/ldb/common/ldb_ldif.c value->length = p - (char *)value->data;
value 488 source3/lib/ldb/common/ldb_ldif.c int len = ldb_base64_decode((char *)value->data);
value 493 source3/lib/ldb/common/ldb_ldif.c value->length = len;
value 497 source3/lib/ldb/common/ldb_ldif.c int len = ldb_read_data_file(mem_ctx, value);
value 526 source3/lib/ldb/common/ldb_ldif.c struct ldb_val value;
value 529 source3/lib/ldb/common/ldb_ldif.c value.data = NULL;
value 557 source3/lib/ldb/common/ldb_ldif.c if (next_attr(ldif, &s, &attr, &value) != 0) {
value 568 source3/lib/ldb/common/ldb_ldif.c msg->dn = ldb_dn_explode(msg, (char *)value.data);
value 572 source3/lib/ldb/common/ldb_ldif.c value.data);
value 576 source3/lib/ldb/common/ldb_ldif.c while (next_attr(ldif, &s, &attr, &value) == 0) {
value 584 source3/lib/ldb/common/ldb_ldif.c if (ldb_attr_cmp((char *)value.data, ldb_changetypes[i].name) == 0) {
value 591 source3/lib/ldb/common/ldb_ldif.c "Error: Bad ldif changetype '%s'\n",(char *)value.data);
value 615 source3/lib/ldb/common/ldb_ldif.c if (ldb_msg_add_empty(msg, (char *)value.data, flags, NULL) != 0) {
value 634 source3/lib/ldb/common/ldb_ldif.c ret = h->ldif_read_fn(ldb, ldif, &value, &el->values[el->num_values]);
value 638 source3/lib/ldb/common/ldb_ldif.c if (value.length == 0) {
value 643 source3/lib/ldb/common/ldb_ldif.c if (value.data != el->values[el->num_values].data) {
value 663 source3/lib/ldb/common/ldb_ldif.c ret = h->ldif_read_fn(ldb, ldif, &value, &el->values[0]);
value 667 source3/lib/ldb/common/ldb_ldif.c if (value.data != el->values[0].data) {
value 120 source3/lib/ldb/common/ldb_match.c ret = h->comparison_fn(ldb, ldb, &el->values[i], &tree->u.comparison.value);
value 152 source3/lib/ldb/common/ldb_match.c (char *)tree->u.equality.value.data);
value 175 source3/lib/ldb/common/ldb_match.c if (h->comparison_fn(ldb, ldb, &tree->u.equality.value,
value 198 source3/lib/ldb/common/ldb_match.c if(h->canonicalise_fn(ldb, ldb, &value, &val) != 0)
value 352 source3/lib/ldb/common/ldb_match.c int ret = comp(&el->values[i], &tree->u.extended.value);
value 822 source3/lib/ldb/common/ldb_msg.c val.data = discard_const_p(uint8_t, value);
value 823 source3/lib/ldb/common/ldb_msg.c val.length = strlen(value);
value 146 source3/lib/ldb/common/ldb_parse.c while (*value) {
value 147 source3/lib/ldb/common/ldb_parse.c value = strpbrk(value, "\\*");
value 148 source3/lib/ldb/common/ldb_parse.c if (value == NULL) return NULL;
value 150 source3/lib/ldb/common/ldb_parse.c if (value[0] == '\\') {
value 151 source3/lib/ldb/common/ldb_parse.c if (value[1] == '\0') return NULL;
value 152 source3/lib/ldb/common/ldb_parse.c value += 2;
value 156 source3/lib/ldb/common/ldb_parse.c if (value[0] == '*') return value;
value 227 source3/lib/ldb/common/ldb_parse.c ret->u.extended.value = ldb_binary_decode(ret, value);
value 228 source3/lib/ldb/common/ldb_parse.c if (ret->u.extended.value.data == NULL) goto failed;
value 344 source3/lib/ldb/common/ldb_parse.c *value = val;
value 354 source3/lib/ldb/common/ldb_parse.c char *attr, *value;
value 364 source3/lib/ldb/common/ldb_parse.c filtertype = ldb_parse_filtertype(ret, &attr, &value, s);
value 379 source3/lib/ldb/common/ldb_parse.c if (strcmp(value, "*") == 0) {
value 385 source3/lib/ldb/common/ldb_parse.c if (ldb_parse_find_wildcard(value) != NULL) {
value 390 source3/lib/ldb/common/ldb_parse.c ret->u.substring.chunks = ldb_wildcard_decode(ret, value);
value 395 source3/lib/ldb/common/ldb_parse.c if (value[0] == '*')
value 397 source3/lib/ldb/common/ldb_parse.c if (value[strlen(value) - 1] == '*')
value 399 source3/lib/ldb/common/ldb_parse.c talloc_free(value);
value 406 source3/lib/ldb/common/ldb_parse.c ret->u.equality.value = ldb_binary_decode(ret, value);
value 407 source3/lib/ldb/common/ldb_parse.c if (ret->u.equality.value.data == NULL) {
value 411 source3/lib/ldb/common/ldb_parse.c talloc_free(value);
value 417 source3/lib/ldb/common/ldb_parse.c ret->u.comparison.value = ldb_binary_decode(ret, value);
value 418 source3/lib/ldb/common/ldb_parse.c if (ret->u.comparison.value.data == NULL) {
value 422 source3/lib/ldb/common/ldb_parse.c talloc_free(value);
value 428 source3/lib/ldb/common/ldb_parse.c ret->u.comparison.value = ldb_binary_decode(ret, value);
value 429 source3/lib/ldb/common/ldb_parse.c if (ret->u.comparison.value.data == NULL) {
value 433 source3/lib/ldb/common/ldb_parse.c talloc_free(value);
value 439 source3/lib/ldb/common/ldb_parse.c ret->u.comparison.value = ldb_binary_decode(ret, value);
value 440 source3/lib/ldb/common/ldb_parse.c if (ret->u.comparison.value.data == NULL) {
value 444 source3/lib/ldb/common/ldb_parse.c talloc_free(value);
value 449 source3/lib/ldb/common/ldb_parse.c ret = ldb_parse_extended(ret, attr, value);
value 697 source3/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 733 source3/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 740 source3/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 750 source3/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 757 source3/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.extended.value);
value 256 source3/lib/ldb/include/ldb.h struct ldb_val value;
value 269 source3/lib/ldb/include/ldb.h struct ldb_val value;
value 275 source3/lib/ldb/include/ldb.h struct ldb_val value;
value 625 source3/lib/ldb/include/ldb.h char *value;
value 685 source3/lib/ldb/include/ldb.h const char *value;
value 109 source3/lib/ldb/include/ldb_private.h void *value;
value 286 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value, subval;
value 348 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, mem_ctx, &(t->u.equality.value), &value);
value 349 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 367 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c " )\n", value.data);
value 374 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c (const char *)value.data));
value 387 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data);
value 416 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, mem_ctx, &(subval), &value);
value 417 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 426 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data);
value 434 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, mem_ctx, &(t->u.equality.value), &value);
value 435 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 444 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data,
value 453 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, mem_ctx, &(t->u.equality.value), &value);
value 454 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 463 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data,
value 485 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, mem_ctx, &(t->u.equality.value), &value);
value 486 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 495 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data,
value 1118 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value;
value 1122 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, lsql_ac, &(el->values[j]), &value);
value 1123 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 1134 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c el->values[j].data, value.data);
value 1250 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value;
value 1253 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, lsql_ac, &(el->values[j]), &value);
value 1254 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 1265 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c el->values[j].data, value.data);
value 1311 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value;
value 1314 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c h->canonicalise_fn(module->ldb, lsql_ac, &(el->values[j]), &value);
value 1315 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 1325 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c eid, attr, value.data);
value 49 source3/lib/ldb/ldb_tdb/ldb_cache.c int value;
value 89 source3/lib/ldb/ldb_tdb/ldb_cache.c unsigned value = 0;
value 95 source3/lib/ldb/ldb_tdb/ldb_cache.c value |= ltdb_valid_attr_flags[j].value;
value 103 source3/lib/ldb/ldb_tdb/ldb_cache.c *v = value;
value 535 source3/lib/ldb/ldb_tdb/ldb_cache.c ret |= ltdb_valid_attr_flags[j].value;
value 553 source3/lib/ldb/ldb_tdb/ldb_cache.c if ((strcmp(ltdb_valid_attr_flags[i].name, (char *)value->data) == 0)) {
value 120 source3/lib/ldb/ldb_tdb/ldb_index.c if (h->canonicalise_fn(ldb, ldb, value, &v) != 0) {
value 132 source3/lib/ldb/ldb_tdb/ldb_index.c if (v.data != value->data) {
value 143 source3/lib/ldb/ldb_tdb/ldb_index.c if (v.data != value->data) {
value 209 source3/lib/ldb/ldb_tdb/ldb_index.c dn = ldb_dn_key(ldb, tree->u.equality.attr, &tree->u.equality.value);
value 273 source3/lib/ldb/ldb_tdb/ldb_index.c const char *target = (const char *)tree->u.equality.value.data;
value 295 source3/lib/ldb/ldb_tdb/ldb_index.c tree2.u.equality.value.data =
value 297 source3/lib/ldb/ldb_tdb/ldb_index.c if (tree2.u.equality.value.data == NULL) {
value 300 source3/lib/ldb/ldb_tdb/ldb_index.c tree2.u.equality.value.length = strlen(subclasses[i]);
value 303 source3/lib/ldb/ldb_tdb/ldb_index.c talloc_free(tree2.u.equality.value.data);
value 316 source3/lib/ldb/ldb_tdb/ldb_index.c talloc_free(tree2.u.equality.value.data);
value 339 source3/lib/ldb/ldb_tdb/ldb_index.c list->dn[0] = talloc_strdup(list->dn, (char *)tree->u.equality.value.data);
value 464 source3/lib/ldb/modules/ldb_map.c struct ldb_val value;
value 509 source3/lib/ldb/modules/ldb_map.c value = ldb_val_map_local(module, newdn, map, ldb_dn_get_component_val(dn, i));
value 510 source3/lib/ldb/modules/ldb_map.c if (value.data == NULL) goto failed;
value 512 source3/lib/ldb/modules/ldb_map.c ret = ldb_dn_set_component(newdn, i, name, value);
value 536 source3/lib/ldb/modules/ldb_map.c struct ldb_val value;
value 581 source3/lib/ldb/modules/ldb_map.c value = ldb_val_map_remote(module, newdn, map, ldb_dn_get_component_val(dn, i));
value 582 source3/lib/ldb/modules/ldb_map.c if (value.data == NULL) goto failed;
value 584 source3/lib/ldb/modules/ldb_map.c ret = ldb_dn_set_component(newdn, i, name, value);
value 842 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.equality.value = ldb_val_map_local(module, *new, map, &tree->u.equality.value);
value 847 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.comparison.value = ldb_val_map_local(module, *new, map, &tree->u.comparison.value);
value 850 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.extended.value = ldb_val_map_local(module, *new, map, &tree->u.extended.value);
value 286 source3/lib/ldb/tools/cmdline.c control->match.gtOrEq.value = talloc_strdup(control, attr);
value 61 source3/lib/ldb/tools/oLschema2ldif.c char *value;
value 118 source3/lib/ldb/tools/oLschema2ldif.c char *value;
value 124 source3/lib/ldb/tools/oLschema2ldif.c value = talloc_strndup(ctx, c, n);
value 129 source3/lib/ldb/tools/oLschema2ldif.c value = talloc_strndup(ctx, c, n);
value 134 source3/lib/ldb/tools/oLschema2ldif.c return value;
value 165 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 180 source3/lib/ldb/tools/oLschema2ldif.c token->value = talloc_strndup(ctx, c, n);
value 184 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 220 source3/lib/ldb/tools/oLschema2ldif.c token->value = talloc_strndup(ctx, c, n);
value 224 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 239 source3/lib/ldb/tools/oLschema2ldif.c token->value = talloc_strndup(ctx, c, n);
value 243 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 262 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 273 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 284 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 295 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 306 source3/lib/ldb/tools/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 314 source3/lib/ldb/tools/oLschema2ldif.c token->value = type;
value 387 source3/lib/ldb/tools/oLschema2ldif.c MSG_ADD_STRING("cn", token->value);
value 388 source3/lib/ldb/tools/oLschema2ldif.c MSG_ADD_STRING("name", token->value);
value 389 source3/lib/ldb/tools/oLschema2ldif.c MSG_ADD_STRING("lDAPDisplayName", token->value);
value 392 source3/lib/ldb/tools/oLschema2ldif.c token->value);
value 396 source3/lib/ldb/tools/oLschema2ldif.c MSG_ADD_M_STRING("subClassOf", token->value);
value 412 source3/lib/ldb/tools/oLschema2ldif.c MSG_ADD_M_STRING("mustContain", token->value);
value 416 source3/lib/ldb/tools/oLschema2ldif.c MSG_ADD_M_STRING("mayContain", token->value);
value 438 source3/lib/ldb/tools/oLschema2ldif.c find_syntax_map_by_standard_oid(token->value);
value 446 source3/lib/ldb/tools/oLschema2ldif.c MSG_ADD_STRING("description", token->value);
value 450 source3/lib/ldb/tools/oLschema2ldif.c fprintf(stderr, "Unknown Definition: %s\n", token->value);
value 101 source3/lib/memcache.c value->data = key->data + e->keylength;
value 102 source3/lib/memcache.c value->length = e->valuelength;
value 176 source3/lib/memcache.c memcache_element_parse(e, &key, value);
value 183 source3/lib/memcache.c DATA_BLOB value;
value 186 source3/lib/memcache.c if (!memcache_lookup(cache, n, key, &value)) {
value 190 source3/lib/memcache.c if (value.length != sizeof(result)) {
value 194 source3/lib/memcache.c memcpy(&result, value.data, sizeof(result));
value 280 source3/lib/memcache.c if (value.length <= cache_value.length) {
value 290 source3/lib/memcache.c memcpy(cache_value.data, value.data, value.length);
value 291 source3/lib/memcache.c e->valuelength = value.length;
value 298 source3/lib/memcache.c element_size = memcache_element_size(key.length, value.length);
value 310 source3/lib/memcache.c e->valuelength = value.length;
value 314 source3/lib/memcache.c memcpy(cache_value.data, value.data, value.length);
value 37 source3/lib/netapi/examples/user/user_modalsset.c uint32_t value = 0;
value 83 source3/lib/netapi/examples/user/user_modalsset.c value = atoi(poptGetArg(pc));
value 152 source3/lib/privileges.c if (rec->value.dsize != sizeof(SE_PRIV) )
value 165 source3/lib/privileges.c se_priv_copy( &mask, (SE_PRIV*)rec->value.dptr );
value 107 source3/lib/smbconf/smbconf_reg.c struct registry_value *value = NULL;
value 109 source3/lib/smbconf/smbconf_reg.c werr = reg_queryvalue(ctx, key, param, &value);
value 226 source3/lib/smbconf/smbconf_reg.c struct registry_value *value;
value 235 source3/lib/smbconf/smbconf_reg.c value = TALLOC_ZERO_P(tmp_ctx, struct registry_value);
value 237 source3/lib/smbconf/smbconf_reg.c value->type = REG_MULTI_SZ;
value 238 source3/lib/smbconf/smbconf_reg.c value->v.multi_sz.num_strings = num_strings;
value 239 source3/lib/smbconf/smbconf_reg.c value->v.multi_sz.strings = TALLOC_ARRAY(tmp_ctx, char *, num_strings);
value 240 source3/lib/smbconf/smbconf_reg.c if (value->v.multi_sz.strings == NULL) {
value 245 source3/lib/smbconf/smbconf_reg.c value->v.multi_sz.strings[count] =
value 246 source3/lib/smbconf/smbconf_reg.c talloc_strdup(value->v.multi_sz.strings,
value 248 source3/lib/smbconf/smbconf_reg.c if (value->v.multi_sz.strings[count] == NULL) {
value 254 source3/lib/smbconf/smbconf_reg.c werr = reg_setvalue(key, valname, value);
value 282 source3/lib/smbconf/smbconf_reg.c switch (value->type) {
value 284 source3/lib/smbconf/smbconf_reg.c result = talloc_asprintf(mem_ctx, "%d", value->v.dword);
value 288 source3/lib/smbconf/smbconf_reg.c result = talloc_asprintf(mem_ctx, "%s", value->v.sz.str);
value 292 source3/lib/smbconf/smbconf_reg.c for (j = 0; j < value->v.multi_sz.num_strings; j++) {
value 295 source3/lib/smbconf/smbconf_reg.c value->v.multi_sz.strings[j]);
value 304 source3/lib/smbconf/smbconf_reg.c (int)value->v.binary.length);
value 320 source3/lib/smbconf/smbconf_reg.c struct registry_value *value = NULL;
value 332 source3/lib/smbconf/smbconf_reg.c werr = reg_queryvalue(tmp_ctx, key, INCLUDES_VALNAME, &value);
value 337 source3/lib/smbconf/smbconf_reg.c if (value->type != REG_MULTI_SZ) {
value 342 source3/lib/smbconf/smbconf_reg.c for (count = 0; count < value->v.multi_sz.num_strings; count++)
value 347 source3/lib/smbconf/smbconf_reg.c value->v.multi_sz.strings[count]);
value 926 source3/lib/smbconf/smbconf_reg.c struct registry_value *value = NULL;
value 944 source3/lib/smbconf/smbconf_reg.c werr = reg_queryvalue(mem_ctx, key, param, &value);
value 949 source3/lib/smbconf/smbconf_reg.c *valstr = smbconf_format_registry_value(mem_ctx, value);
value 957 source3/lib/smbconf/smbconf_reg.c talloc_free(value);
value 273 source3/lib/smbldap.c value[0] = '\0';
value 281 source3/lib/smbldap.c if (convert_string(CH_UTF8, CH_UNIX,values[0], -1, value, max_len, False) == (size_t)-1) {
value 290 source3/lib/smbldap.c DEBUG (100, ("smbldap_get_single_attribute: [%s] = [%s]\n", attribute, value));
value 453 source3/lib/smbldap.c if (value == NULL || *value == '\0')
value 488 source3/lib/smbldap.c if (value != NULL) {
value 503 source3/lib/smbldap.c if (!push_utf8_allocate(&utf8_value, value, &converted_size)) {
value 1789 source3/lib/smbldap.c if (strcmp(values[i], value) == 0)
value 367 source3/lib/substitute.c char *value;
value 389 source3/lib/substitute.c if ((value = get_longvar_val(varname)) == NULL) {
value 399 source3/lib/substitute.c r = realloc_string_sub(str, varname, value);
value 400 source3/lib/substitute.c SAFE_FREE( value );
value 1234 source3/lib/system.c return getxattr(path, name, value, size);
value 1237 source3/lib/system.c return getxattr(path, name, value, size, 0, options);
value 1240 source3/lib/system.c return getea(path, name, value, size);
value 1257 source3/lib/system.c if((retval=extattr_get_file(path, attrnamespace, attrname, value, size)) >= 0)
value 1270 source3/lib/system.c retval = attr_get(path, attrname, (char *)value, &valuelength, flags);
value 1277 source3/lib/system.c ret = solaris_read_xattr(attrfd, value, size);
value 1290 source3/lib/system.c return lgetxattr(path, name, value, size);
value 1293 source3/lib/system.c return getxattr(path, name, value, size, 0, options);
value 1295 source3/lib/system.c return lgetea(path, name, value, size);
value 1308 source3/lib/system.c if((retval=extattr_get_link(path, attrnamespace, attrname, value, size)) >= 0)
value 1321 source3/lib/system.c retval = attr_get(path, attrname, (char *)value, &valuelength, flags);
value 1328 source3/lib/system.c ret = solaris_read_xattr(attrfd, value, size);
value 1342 source3/lib/system.c return fgetxattr(filedes, name, value, size);
value 1345 source3/lib/system.c return fgetxattr(filedes, name, value, size, 0, options);
value 1348 source3/lib/system.c return fgetea(filedes, name, value, size);
value 1361 source3/lib/system.c if((retval=extattr_get_fd(filedes, attrnamespace, attrname, value, size)) >= 0)
value 1374 source3/lib/system.c retval = attr_getf(filedes, attrname, (char *)value, &valuelength, flags);
value 1381 source3/lib/system.c ret = solaris_read_xattr(attrfd, value, size);
value 1762 source3/lib/system.c return setxattr(path, name, value, size, flags);
value 1765 source3/lib/system.c return setxattr(path, name, value, size, 0, options);
value 1768 source3/lib/system.c return setea(path, name, value, size, flags);
value 1794 source3/lib/system.c retval = extattr_set_file(path, attrnamespace, attrname, value, size);
value 1804 source3/lib/system.c return attr_set(path, attrname, (const char *)value, size, myflags);
value 1813 source3/lib/system.c ret = solaris_write_xattr(attrfd, value, size);
value 1826 source3/lib/system.c return lsetxattr(path, name, value, size, flags);
value 1829 source3/lib/system.c return setxattr(path, name, value, size, 0, options);
value 1831 source3/lib/system.c return lsetea(path, name, value, size, flags);
value 1858 source3/lib/system.c retval = extattr_set_link(path, attrnamespace, attrname, value, size);
value 1868 source3/lib/system.c return attr_set(path, attrname, (const char *)value, size, myflags);
value 1877 source3/lib/system.c ret = solaris_write_xattr(attrfd, value, size);
value 1891 source3/lib/system.c return fsetxattr(filedes, name, value, size, flags);
value 1894 source3/lib/system.c return fsetxattr(filedes, name, value, size, 0, options);
value 1897 source3/lib/system.c return fsetea(filedes, name, value, size, flags);
value 1923 source3/lib/system.c retval = extattr_set_fd(filedes, attrnamespace, attrname, value, size);
value 1933 source3/lib/system.c return attr_setf(filedes, attrname, (const char *)value, size, myflags);
value 1942 source3/lib/system.c ret = solaris_write_xattr(attrfd, value, size);
value 1976 source3/lib/system.c return read(attrfd, value, sbuf.st_size);
value 2065 source3/lib/system.c if ((ftruncate(attrfd, 0) == 0) && (write(attrfd, value, size) == size)) {
value 1264 source3/lib/util.c char *value = NULL;
value 1286 source3/lib/util.c value = talloc_strdup(ctx,
value 1288 source3/lib/util.c if (!value) {
value 1292 source3/lib/util.c value = talloc_string_sub(ctx,
value 1293 source3/lib/util.c value,
value 1301 source3/lib/util.c if (value) {
value 1302 source3/lib/util.c value = strip_mount_options(ctx, value);
value 1304 source3/lib/util.c user_name, value));
value 1306 source3/lib/util.c return value;
value 1312 source3/lib/util.c char *value = NULL;
value 1330 source3/lib/util.c value = talloc_strdup(ctx, nis_result);
value 1331 source3/lib/util.c if (!value) {
value 1334 source3/lib/util.c value = strip_mount_options(ctx, value);
value 1344 source3/lib/util.c if (value) {
value 1345 source3/lib/util.c DEBUG(4, ("YP Lookup: %s resulted in %s\n", user_name, value));
value 1347 source3/lib/util.c return value;
value 30 source3/lib/util_reg_api.c struct registry_value *value;
value 33 source3/lib/util_reg_api.c if (!(value = TALLOC_ZERO_P(mem_ctx, struct registry_value))) {
value 37 source3/lib/util_reg_api.c value->type = type;
value 45 source3/lib/util_reg_api.c value->v.dword = IVAL(data, 0);
value 94 source3/lib/util_reg_api.c if (!convert_string_talloc(value, CH_UTF16LE, CH_UNIX, tmp,
value 95 source3/lib/util_reg_api.c length+2, (void **)&value->v.sz.str,
value 96 source3/lib/util_reg_api.c &value->v.sz.len, False)) {
value 106 source3/lib/util_reg_api.c err = reg_pull_multi_sz(value, (void *)data, length,
value 107 source3/lib/util_reg_api.c &value->v.multi_sz.num_strings,
value 108 source3/lib/util_reg_api.c &value->v.multi_sz.strings);
value 114 source3/lib/util_reg_api.c value->v.binary = data_blob_talloc(mem_ctx, data, length);
value 121 source3/lib/util_reg_api.c *pvalue = value;
value 125 source3/lib/util_reg_api.c TALLOC_FREE(value);
value 133 source3/lib/util_reg_api.c switch (value->type) {
value 136 source3/lib/util_reg_api.c SIVAL(buf, 0, value->v.dword);
value 146 source3/lib/util_reg_api.c value->v.sz.str,
value 147 source3/lib/util_reg_api.c MIN(value->v.sz.len,
value 148 source3/lib/util_reg_api.c strlen(value->v.sz.str)+1),
value 165 source3/lib/util_reg_api.c value->v.multi_sz.num_strings);
value 171 source3/lib/util_reg_api.c value->v.multi_sz.num_strings);
value 178 source3/lib/util_reg_api.c for (count = 0; count < value->v.multi_sz.num_strings; count++)
value 181 source3/lib/util_reg_api.c CH_UTF16LE, value->v.multi_sz.strings[count],
value 182 source3/lib/util_reg_api.c strlen(value->v.multi_sz.strings[count])+1,
value 200 source3/lib/util_reg_api.c count < value->v.multi_sz.num_strings;
value 215 source3/lib/util_reg_api.c value->v.binary.data,
value 216 source3/lib/util_reg_api.c value->v.binary.length);
value 305 source3/lib/util_sock.c int value;
value 363 source3/lib/util_sock.c int value;
value 374 source3/lib/util_sock.c (void *)&value, &vlen) == -1) {
value 379 source3/lib/util_sock.c p->name,value));
value 396 source3/lib/util_sock.c int value = 1;
value 402 source3/lib/util_sock.c value = atoi(p+1);
value 420 source3/lib/util_sock.c (char *)&value,sizeof(int));
value 429 source3/lib/util_sock.c int on = socket_options[i].value;
value 62 source3/libaddns/dnsgss.c ( char * ) msg.value );
value 108 source3/libaddns/dnsgss.c TALLOC_FREE(input_desc.value);
value 126 source3/libaddns/dnsgss.c output_desc.length, (uint8 *)output_desc.value,
value 188 source3/libaddns/dnsgss.c input_desc.value = talloc_move(mem_ctx, &tkey->key);
value 247 source3/libaddns/dnsgss.c input_name.value = targetname;
value 304 source3/libaddns/dnsgss.c msg.value = (void *)buf->data;
value 320 source3/libaddns/dnsgss.c fudge, mic.length, (uint8 *)mic.value,
value 123 source3/libads/ads_status.c msg1.value = NULL;
value 124 source3/libads/ads_status.c msg2.value = NULL;
value 130 source3/libads/ads_status.c (char *)msg1.value, (char *)msg2.value);
value 761 source3/libads/ldap.c struct berval *value;
value 765 source3/libads/ldap.c value = TALLOC_ZERO_P(ctx, struct berval);
value 766 source3/libads/ldap.c if (value == NULL)
value 768 source3/libads/ldap.c if (in_val->bv_len == 0) return value;
value 770 source3/libads/ldap.c value->bv_len = in_val->bv_len;
value 771 source3/libads/ldap.c value->bv_val = (char *)TALLOC_MEMDUP(ctx, in_val->bv_val,
value 773 source3/libads/ldap.c return value;
value 127 source3/libads/ldap_printer.c if (value->type != REG_SZ)
value 130 source3/libads/ldap_printer.c if (value->size && *((smb_ucs2_t *) value->data_p)) {
value 132 source3/libads/ldap_printer.c (const smb_ucs2_t *) value->data_p,
value 137 source3/libads/ldap_printer.c status = ads_mod_str(ctx, mods, value->valuename, str_value);
value 153 source3/libads/ldap_printer.c if (value->type != REG_DWORD)
value 155 source3/libads/ldap_printer.c str_value = talloc_asprintf(ctx, "%d", *((uint32 *) value->data_p));
value 159 source3/libads/ldap_printer.c status = ads_mod_str(ctx, mods, value->valuename, str_value);
value 172 source3/libads/ldap_printer.c if ((value->type != REG_BINARY) || (value->size != 1))
value 175 source3/libads/ldap_printer.c *(value->data_p) ? "TRUE" : "FALSE");
value 179 source3/libads/ldap_printer.c status = ads_mod_str(ctx, mods, value->valuename, str_value);
value 191 source3/libads/ldap_printer.c smb_ucs2_t *cur_str = (smb_ucs2_t *) value->data_p;
value 195 source3/libads/ldap_printer.c if (value->type != REG_MULTI_SZ)
value 198 source3/libads/ldap_printer.c while(cur_str && *cur_str && (size < value->size)) {
value 212 source3/libads/ldap_printer.c cur_str = (smb_ucs2_t *) value->data_p;
value 219 source3/libads/ldap_printer.c status = ads_mod_strlist(ctx, mods, value->valuename,
value 295 source3/libads/ldap_printer.c if (StrCaseCmp(map[i].valname, value->valuename) == 0) {
value 296 source3/libads/ldap_printer.c if (!map[i].fn(ctx, mods, value)) {
value 297 source3/libads/ldap_printer.c DEBUG(5, ("Add of value %s to modlist failed\n", value->valuename));
value 299 source3/libads/ldap_printer.c DEBUG(7, ("Mapped value %s\n", value->valuename));
value 278 source3/libads/sasl.c unwrapped.value = buf;
value 300 source3/libads/sasl.c memcpy(ads->ldap.out.buf + 4, wrapped.value, wrapped.length);
value 319 source3/libads/sasl.c wrapped.value = ads->ldap.in.buf + 4;
value 337 source3/libads/sasl.c memcpy(ads->ldap.in.buf + 4, unwrapped.value, unwrapped.length);
value 388 source3/libads/sasl.c input_token.value = NULL;
value 498 source3/libads/sasl.c unwrapped = data_blob_const(output_token.value, output_token.length);
value 532 source3/libads/sasl.c input_token.value = unwrapped.data;
value 669 source3/libads/sasl.c input_name.value = p->string;
value 871 source3/libads/sasl.c input_token.value = NULL;
value 904 source3/libads/sasl.c cred.bv_val = (char *)output_token.value;
value 914 source3/libads/sasl.c if (output_token.value) {
value 919 source3/libads/sasl.c input_token.value = scred->bv_val;
value 922 source3/libads/sasl.c input_token.value = NULL;
value 940 source3/libads/sasl.c p = (uint8 *)output_token.value;
value 943 source3/libads/sasl.c file_save("sasl_gssapi.dat", output_token.value, output_token.length);
value 972 source3/libads/sasl.c output_token.value = SMB_MALLOC(output_token.length);
value 973 source3/libads/sasl.c p = (uint8 *)output_token.value;
value 995 source3/libads/sasl.c free(output_token.value);
value 997 source3/libads/sasl.c cred.bv_val = (char *)input_token.value;
value 222 source3/libgpo/gpext/gpext.c (*entries)[*num].value = entry->value;
value 287 source3/libgpo/gpext/gpext.c reg_entry->value = value;
value 368 source3/libgpo/gpext/gpext.c if ((strequal(entry->value, gpext_reg_vals[i].val)) &&
value 406 source3/libgpo/gpext/gpext.c entry->entries[i].value,
value 40 source3/libgpo/gpext/gpext.h const char *value;
value 41 source3/libgpo/gpext/registry.c UNISTR value;
value 152 source3/libgpo/gpext/registry.c if (!prs_unistr("value", ps, depth, &entry->value))
value 194 source3/libgpo/gpext/registry.c if (!*value) {
value 199 source3/libgpo/gpext/registry.c if (strncmp(*value, "**", 2) != 0) {
value 204 source3/libgpo/gpext/registry.c if (strnequal(*value, "**DelVals.", 10)) {
value 209 source3/libgpo/gpext/registry.c if (strnequal(*value, "**Del.", 6)) {
value 210 source3/libgpo/gpext/registry.c *value = talloc_strdup(mem_ctx, *value + 6);
value 215 source3/libgpo/gpext/registry.c if (strnequal(*value, "**SecureKey", 11)) {
value 216 source3/libgpo/gpext/registry.c if (strnequal(*value, "**SecureKey=1", 13)) {
value 222 source3/libgpo/gpext/registry.c if (strnequal(*value, "**SecureKey=0", 13)) {
value 227 source3/libgpo/gpext/registry.c DEBUG(0,("unknown: SecureKey: %s\n", *value));
value 232 source3/libgpo/gpext/registry.c if (strnequal(*value, "**DeleteValues", strlen("**DeleteValues"))) {
value 238 source3/libgpo/gpext/registry.c if (strnequal(*value, "**DeleteKeys", strlen("**DeleteKeys"))) {
value 244 source3/libgpo/gpext/registry.c DEBUG(0,("unknown value: %s\n", *value));
value 245 source3/libgpo/gpext/registry.c smb_panic(*value);
value 259 source3/libgpo/gpext/registry.c char *value = NULL;
value 278 source3/libgpo/gpext/registry.c if (strlen_w((const smb_ucs2_t *)file_entry->value.buffer) > 0 &&
value 279 source3/libgpo/gpext/registry.c !pull_ucs2_talloc(mem_ctx, &value, file_entry->value.buffer,
value 285 source3/libgpo/gpext/registry.c if (!reg_parse_value(mem_ctx, &value, &action))
value 330 source3/libgpo/gpext/registry.c entry->value = value;
value 109 source3/libgpo/gpext/scripts.c entry->value = talloc_strdup(mem_ctx, value);
value 110 source3/libgpo/gpext/scripts.c NT_STATUS_HAVE_NO_MEMORY(entry->value);
value 843 source3/libgpo/gpo_reg.c entry->value,
value 884 source3/libgpo/gpo_reg.c (*entries)[*num].value = entry->value;
value 935 source3/libgpo/gpo_reg.c printf(" value: [%s]\n", entry->value);
value 965 source3/libgpo/gpo_reg.c werr = reg_setvalue(key, entry->value, entry->data);
value 975 source3/libgpo/gpo_reg.c werr = reg_deletevalue(key, entry->value);
value 436 source3/libnet/libnet_dssync_keytab.c if (!pkb4->keys[i].value) {
value 443 source3/libnet/libnet_dssync_keytab.c *pkb4->keys[i].value);
value 449 source3/libnet/libnet_dssync_keytab.c if (!pkb4->old_keys[i].value) {
value 456 source3/libnet/libnet_dssync_keytab.c *pkb4->old_keys[i].value);
value 462 source3/libnet/libnet_dssync_keytab.c if (!pkb4->older_keys[i].value) {
value 469 source3/libnet/libnet_dssync_keytab.c *pkb4->older_keys[i].value);
value 478 source3/libnet/libnet_dssync_keytab.c if (!pkb3->keys[i].value) {
value 484 source3/libnet/libnet_dssync_keytab.c *pkb3->keys[i].value);
value 490 source3/libnet/libnet_dssync_keytab.c if (!pkb3->old_keys[i].value) {
value 497 source3/libnet/libnet_dssync_keytab.c *pkb3->old_keys[i].value);
value 482 source3/libnet/libnet_samsync_ldif.c char *value, *p, *base64;
value 488 source3/libnet/libnet_samsync_ldif.c value = talloc_vasprintf(NULL, fmt, ap);
value 491 source3/libnet/libnet_samsync_ldif.c SMB_ASSERT(value != NULL);
value 493 source3/libnet/libnet_samsync_ldif.c for (p=value; *p; p++) {
value 502 source3/libnet/libnet_samsync_ldif.c for (p=value; *p; p++) {
value 518 source3/libnet/libnet_samsync_ldif.c res = fprintf(add_fd, "%s: %s\n", attr_name, value);
value 519 source3/libnet/libnet_samsync_ldif.c TALLOC_FREE(value);
value 523 source3/libnet/libnet_samsync_ldif.c base64_blob.data = (unsigned char *)value;
value 524 source3/libnet/libnet_samsync_ldif.c base64_blob.length = strlen(value);
value 526 source3/libnet/libnet_samsync_ldif.c base64 = base64_encode_data_blob(value, base64_blob);
value 530 source3/libnet/libnet_samsync_ldif.c TALLOC_FREE(value);
value 2137 source3/libsmb/clifile.c ea->value = data_blob_talloc(ctx, NULL, ea_valuelen + 1);
value 2138 source3/libsmb/clifile.c if (!ea->value.data) {
value 2142 source3/libsmb/clifile.c memcpy(ea->value.data, p+4+ea_namelen+1, ea_valuelen);
value 2144 source3/libsmb/clifile.c ea->value.data[ea_valuelen] = 0;
value 2145 source3/libsmb/clifile.c ea->value.length--;
value 647 source3/libsmb/clifsinfo.c input_name.value = host_princ_s;
value 668 source3/libsmb/clifsinfo.c tok_in.value = blob_in.data;
value 699 source3/libsmb/clifsinfo.c blob_out = data_blob(tok_out.value, tok_out.length);
value 710 source3/libsmb/clifsinfo.c if (tok_out.value) {
value 105 source3/libsmb/conncache.c SMB_ASSERT(value != NULL);
value 106 source3/libsmb/conncache.c if (sscanf(value, "%x", &(NT_STATUS_V(result))) != 1)
value 108 source3/libsmb/conncache.c "value field '%s'\n", value));
value 140 source3/libsmb/conncache.c char *value = NULL;
value 146 source3/libsmb/conncache.c if (gencache_get(key, &value, (time_t *) NULL))
value 147 source3/libsmb/conncache.c result = negative_conn_cache_valuedecode(value);
value 152 source3/libsmb/conncache.c SAFE_FREE(value);
value 190 source3/libsmb/conncache.c char *value = NULL;
value 200 source3/libsmb/conncache.c value = negative_conn_cache_valuestr(result);
value 201 source3/libsmb/conncache.c if (value == NULL) {
value 206 source3/libsmb/conncache.c if (gencache_set(key, value,
value 218 source3/libsmb/conncache.c TALLOC_FREE(value);
value 396 source3/libsmb/libsmb_compat.c value, size, flags);
value 408 source3/libsmb/libsmb_compat.c value, size, flags);
value 425 source3/libsmb/libsmb_compat.c value, size, flags);
value 436 source3/libsmb/libsmb_compat.c value, size);
value 447 source3/libsmb/libsmb_compat.c value, size);
value 463 source3/libsmb/libsmb_compat.c value, size);
value 1739 source3/libsmb/libsmb_xattr.c fname, name, (int) size, (const char*)value));
value 1790 source3/libsmb/libsmb_xattr.c name+7, (const char *) value);
value 1854 source3/libsmb/libsmb_xattr.c name+19, (const char *) value);
value 1884 source3/libsmb/libsmb_xattr.c name+19, (const char *) value);
value 1910 source3/libsmb/libsmb_xattr.c name+19, (const char *) value);
value 1959 source3/libsmb/libsmb_xattr.c name+16, (const char *) value);
value 2124 source3/libsmb/libsmb_xattr.c CONST_DISCARD(char *, value),
value 181 source3/libsmb/namecache.c char *key, *value;
value 207 source3/libsmb/namecache.c if (!gencache_get(key, &value, &timeout)) {
value 218 source3/libsmb/namecache.c *num_names = ipstr_list_parse(value, ip_list);
value 221 source3/libsmb/namecache.c SAFE_FREE(value);
value 348 source3/libsmb/namecache.c char *value = NULL;
value 359 source3/libsmb/namecache.c if (!gencache_get(key, &value, &timeout)) {
value 366 source3/libsmb/namecache.c key, value ));
value 369 source3/libsmb/namecache.c strlcpy(srvname_out, value, 16);
value 371 source3/libsmb/namecache.c SAFE_FREE(value);
value 181 source3/libsmb/smb_seal.c in_buf.value = buf + 8;
value 206 source3/libsmb/smb_seal.c memcpy(buf + 8, out_buf.value, out_buf.length);
value 237 source3/libsmb/smb_seal.c in_buf.value = buf + 8;
value 279 source3/libsmb/smb_seal.c memcpy(*ppbuf_out+8, out_buf.value, out_buf.length);
value 412 source3/libsmb/smb_seal.c rel_buf.value = buf;
value 166 source3/libsmb/trustdom_cache.c char *key = NULL, *value = NULL;
value 182 source3/libsmb/trustdom_cache.c if (!gencache_get(key, &value, &timeout)) {
value 188 source3/libsmb/trustdom_cache.c DEBUG(5, ("trusted domain %s found (%s)\n", name, value));
value 192 source3/libsmb/trustdom_cache.c if(! string_to_sid(sid, value)) {
value 194 source3/libsmb/trustdom_cache.c SAFE_FREE(value);
value 198 source3/libsmb/trustdom_cache.c SAFE_FREE(value);
value 209 source3/libsmb/trustdom_cache.c char *value = NULL;
value 217 source3/libsmb/trustdom_cache.c if (!gencache_get(TDOMTSKEY, &value, &timeout)) {
value 219 source3/libsmb/trustdom_cache.c SAFE_FREE(value);
value 223 source3/libsmb/trustdom_cache.c timestamp = atoi(value);
value 225 source3/libsmb/trustdom_cache.c SAFE_FREE(value);
value 235 source3/libsmb/trustdom_cache.c fstring value;
value 241 source3/libsmb/trustdom_cache.c fstr_sprintf(value, "%d", t );
value 243 source3/libsmb/trustdom_cache.c if (!gencache_set(TDOMTSKEY, value, timeout)) {
value 1641 source3/locking/brlock.c locks = (struct lock_struct *)memdup(rec->value.dptr,
value 1642 source3/locking/brlock.c rec->value.dsize);
value 1648 source3/locking/brlock.c orig_num_locks = num_locks = rec->value.dsize/sizeof(*locks);
value 1799 source3/locking/brlock.c data = br_lck->record->value;
value 857 source3/locking/locking.c lck->record->value, old_write_time)) {
value 1486 source3/locking/locking.c data = (struct locking_data *)rec->value.dptr;
value 1487 source3/locking/locking.c shares = (struct share_mode_entry *)(rec->value.dptr + sizeof(*data));
value 1488 source3/locking/locking.c sharepath = (const char *)rec->value.dptr + sizeof(*data) +
value 1491 source3/locking/locking.c fname = (const char *)rec->value.dptr + sizeof(*data) +
value 411 source3/locking/posix.c if (rec->value.dptr != NULL) {
value 412 source3/locking/posix.c SMB_ASSERT(rec->value.dsize == sizeof(lock_ref_count));
value 413 source3/locking/posix.c memcpy(&lock_ref_count, rec->value.dptr,
value 446 source3/locking/posix.c && (rec->value.dptr != NULL)
value 447 source3/locking/posix.c && (rec->value.dsize == sizeof(lock_ref_count)));
value 449 source3/locking/posix.c memcpy(&lock_ref_count, rec->value.dptr, sizeof(lock_ref_count));
value 541 source3/locking/posix.c rec, uint8_t, rec->value.dsize + sizeof(fsp->fh->fd));
value 545 source3/locking/posix.c memcpy(new_data, rec->value.dptr, rec->value.dsize);
value 546 source3/locking/posix.c memcpy(new_data + rec->value.dsize,
value 551 source3/locking/posix.c rec->value.dsize + sizeof(fsp->fh->fd)), 0);
value 201 source3/modules/getdate.c int value;
value 210 source3/modules/getdate.c int value;
value 1599 source3/modules/getdate.c PC.hour = (yyvsp[(1) - (2)].textintval).value;
value 1609 source3/modules/getdate.c PC.hour = (yyvsp[(1) - (4)].textintval).value;
value 1610 source3/modules/getdate.c PC.minutes = (yyvsp[(3) - (4)].textintval).value;
value 1619 source3/modules/getdate.c PC.hour = (yyvsp[(1) - (4)].textintval).value;
value 1620 source3/modules/getdate.c PC.minutes = (yyvsp[(3) - (4)].textintval).value;
value 1623 source3/modules/getdate.c PC.time_zone = (yyvsp[(4) - (4)].textintval).value % 100 + ((yyvsp[(4) - (4)].textintval).value / 100) * 60;
value 1630 source3/modules/getdate.c PC.hour = (yyvsp[(1) - (6)].textintval).value;
value 1631 source3/modules/getdate.c PC.minutes = (yyvsp[(3) - (6)].textintval).value;
value 1632 source3/modules/getdate.c PC.seconds = (yyvsp[(5) - (6)].textintval).value;
value 1640 source3/modules/getdate.c PC.hour = (yyvsp[(1) - (6)].textintval).value;
value 1641 source3/modules/getdate.c PC.minutes = (yyvsp[(3) - (6)].textintval).value;
value 1642 source3/modules/getdate.c PC.seconds = (yyvsp[(5) - (6)].textintval).value;
value 1645 source3/modules/getdate.c PC.time_zone = (yyvsp[(6) - (6)].textintval).value % 100 + ((yyvsp[(6) - (6)].textintval).value / 100) * 60;
value 1693 source3/modules/getdate.c PC.day_ordinal = (yyvsp[(1) - (2)].textintval).value;
value 1701 source3/modules/getdate.c PC.month = (yyvsp[(1) - (3)].textintval).value;
value 1702 source3/modules/getdate.c PC.day = (yyvsp[(3) - (3)].textintval).value;
value 1717 source3/modules/getdate.c PC.month = (yyvsp[(3) - (5)].textintval).value;
value 1718 source3/modules/getdate.c PC.day = (yyvsp[(5) - (5)].textintval).value;
value 1722 source3/modules/getdate.c PC.month = (yyvsp[(1) - (5)].textintval).value;
value 1723 source3/modules/getdate.c PC.day = (yyvsp[(3) - (5)].textintval).value;
value 1734 source3/modules/getdate.c PC.month = -(yyvsp[(2) - (3)].textintval).value;
value 1735 source3/modules/getdate.c PC.day = -(yyvsp[(3) - (3)].textintval).value;
value 1743 source3/modules/getdate.c PC.day = (yyvsp[(1) - (3)].textintval).value;
value 1745 source3/modules/getdate.c PC.year.value = -(yyvsp[(3) - (3)].textintval).value;
value 1754 source3/modules/getdate.c PC.day = (yyvsp[(2) - (2)].textintval).value;
value 1762 source3/modules/getdate.c PC.day = (yyvsp[(2) - (4)].textintval).value;
value 1770 source3/modules/getdate.c PC.day = (yyvsp[(1) - (2)].textintval).value;
value 1778 source3/modules/getdate.c PC.day = (yyvsp[(1) - (3)].textintval).value;
value 1798 source3/modules/getdate.c { PC.rel_year += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1803 source3/modules/getdate.c { PC.rel_year += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1813 source3/modules/getdate.c { PC.rel_month += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1818 source3/modules/getdate.c { PC.rel_month += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1828 source3/modules/getdate.c { PC.rel_day += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1833 source3/modules/getdate.c { PC.rel_day += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1843 source3/modules/getdate.c { PC.rel_hour += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1848 source3/modules/getdate.c { PC.rel_hour += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1858 source3/modules/getdate.c { PC.rel_minutes += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1863 source3/modules/getdate.c { PC.rel_minutes += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1873 source3/modules/getdate.c { PC.rel_seconds += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1878 source3/modules/getdate.c { PC.rel_seconds += (yyvsp[(1) - (2)].textintval).value * (yyvsp[(2) - (2)].intval); ;}
value 1897 source3/modules/getdate.c PC.day = (yyvsp[(1) - (1)].textintval).value % 100;
value 1898 source3/modules/getdate.c PC.month = ((yyvsp[(1) - (1)].textintval).value / 100) % 100;
value 1899 source3/modules/getdate.c PC.year.value = (yyvsp[(1) - (1)].textintval).value / 10000;
value 1907 source3/modules/getdate.c PC.hour = (yyvsp[(1) - (1)].textintval).value;
value 1912 source3/modules/getdate.c PC.hour = (yyvsp[(1) - (1)].textintval).value / 100;
value 1913 source3/modules/getdate.c PC.minutes = (yyvsp[(1) - (1)].textintval).value % 100;
value 2364 source3/modules/getdate.c int year = textyear.value;
value 2505 source3/modules/getdate.c int value;
value 2517 source3/modules/getdate.c value = 0;
value 2520 source3/modules/getdate.c value = 10 * value + c - '0';
value 2524 source3/modules/getdate.c lvalp->textintval.value = sign < 0 ? -value : value;
value 2548 source3/modules/getdate.c lvalp->intval = tp->value;
value 2593 source3/modules/getdate.c pc.year.value = tmp->tm_year + TM_YEAR_BASE;
value 2619 source3/modules/getdate.c pc.local_time_zone_table[0].value = tmp->tm_isdst;
value 2631 source3/modules/getdate.c && probe_tm->tm_isdst != pc.local_time_zone_table[0].value)
value 2636 source3/modules/getdate.c pc.local_time_zone_table[1].value = probe_tm->tm_isdst;
value 2654 source3/modules/getdate.c pc.local_time_zone_table[i].value = i;
value 2670 source3/modules/getdate.c pc.local_time_zone_table[0].value = -1;
value 92 source3/modules/getdate.y int value;
value 101 source3/modules/getdate.y int value;
value 326 source3/modules/getdate.y PC.year.value = -$3.value;
value 418 source3/modules/getdate.y PC.year.value = $1.value / 10000;
value 663 source3/modules/getdate.y int year = textyear.value;
value 804 source3/modules/getdate.y int value;
value 816 source3/modules/getdate.y value = 0;
value 819 source3/modules/getdate.y value = 10 * value + c - '0';
value 823 source3/modules/getdate.y lvalp->textintval.value = sign < 0 ? -value : value;
value 847 source3/modules/getdate.y lvalp->intval = tp->value;
value 892 source3/modules/getdate.y pc.year.value = tmp->tm_year + TM_YEAR_BASE;
value 918 source3/modules/getdate.y pc.local_time_zone_table[0].value = tmp->tm_isdst;
value 930 source3/modules/getdate.y && probe_tm->tm_isdst != pc.local_time_zone_table[0].value)
value 935 source3/modules/getdate.y pc.local_time_zone_table[1].value = probe_tm->tm_isdst;
value 953 source3/modules/getdate.y pc.local_time_zone_table[i].value = i;
value 969 source3/modules/getdate.y pc.local_time_zone_table[0].value = -1;
value 340 source3/modules/vfs_cap.c return SMB_VFS_NEXT_GETXATTR(handle, cappath, capname, value, size);
value 353 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LGETXATTR(handle, cappath, capname, value, size);
value 364 source3/modules/vfs_cap.c return SMB_VFS_NEXT_FGETXATTR(handle, fsp, cappath, value, size);
value 433 source3/modules/vfs_cap.c return SMB_VFS_NEXT_SETXATTR(handle, cappath, capname, value, size, flags);
value 445 source3/modules/vfs_cap.c return SMB_VFS_NEXT_LSETXATTR(handle, cappath, capname, value, size, flags);
value 456 source3/modules/vfs_cap.c return SMB_VFS_NEXT_FSETXATTR(handle, fsp, cappath, value, size, flags);
value 1419 source3/modules/vfs_default.c return sys_getxattr(path, name, value, size);
value 1424 source3/modules/vfs_default.c return sys_lgetxattr(path, name, value, size);
value 1429 source3/modules/vfs_default.c return sys_fgetxattr(fsp->fh->fd, name, value, size);
value 1464 source3/modules/vfs_default.c return sys_setxattr(path, name, value, size, flags);
value 1469 source3/modules/vfs_default.c return sys_lsetxattr(path, name, value, size, flags);
value 1474 source3/modules/vfs_default.c return sys_fsetxattr(fsp->fh->fd, name, value, size, flags);
value 125 source3/modules/vfs_fileid.c uint64_t value; /* Used to compute the hash value. */
value 129 source3/modules/vfs_fileid.c for (value = 0x238F13AFLL * len, i=0; i < len; i++)
value 130 source3/modules/vfs_fileid.c value = (value + (s[i] << (i*5 % 24)));
value 132 source3/modules/vfs_fileid.c return (1103515243LL * value + 12345LL);
value 2204 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_GETXATTR(handle, path, name, value, size);
value 2218 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LGETXATTR(handle, path, name, value, size);
value 2232 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FGETXATTR(handle, fsp, name, value, size);
value 2327 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_SETXATTR(handle, path, name, value, size,
value 2343 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_LSETXATTR(handle, path, name, value, size,
value 2358 source3/modules/vfs_full_audit.c result = SMB_VFS_NEXT_FSETXATTR(handle, fsp, name, value, size, flags);
value 1066 source3/modules/vfs_hpuxacl.c void *value;
value 1075 source3/modules/vfs_hpuxacl.c ret_val = shl_findsym(&handle, "acl", TYPE_PROCEDURE, &value);
value 1100 source3/modules/vfs_hpuxacl.c void *value;
value 1109 source3/modules/vfs_hpuxacl.c ret_val = shl_findsym(&handle, "aclsort", TYPE_PROCEDURE, &value);
value 499 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size),
value 508 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size),
value 554 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size, flags),
value 564 source3/modules/vfs_onefs_shadow_copy.c (handle, cpath ?: path, name, value, size, flags),
value 444 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(GETXATTR, (handle, name, aname, value, size), ssize_t, -1);
value 450 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(LGETXATTR, (handle, name, aname, value, size), ssize_t, -1);
value 474 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(SETXATTR, (handle, name, aname, value, size, flags), int, -1);
value 480 source3/modules/vfs_shadow_copy2.c SHADOW2_NEXT(LSETXATTR, (handle, name, aname, value, size, flags), int, -1);
value 39 source3/modules/vfs_streams_depot.c uint32_t value; /* Used to compute the hash value. */
value 43 source3/modules/vfs_streams_depot.c for (value = 0x238F13AF * key.length, i=0; i < key.length; i++)
value 44 source3/modules/vfs_streams_depot.c value = (value + (key.data[i] << (i*5 % 24)));
value 46 source3/modules/vfs_streams_depot.c return (1103515243 * value + 12345);
value 86 source3/modules/vfs_streams_xattr.c result = ea.value.length-1;
value 87 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 580 source3/modules/vfs_streams_xattr.c ea.value.data, ea.value.length, 0);
value 637 source3/modules/vfs_streams_xattr.c ea.name = talloc_asprintf(ea.value.data, ":%s",
value 645 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 649 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 697 source3/modules/vfs_streams_xattr.c ea->name, ea->value.length-1,
value 699 source3/modules/vfs_streams_xattr.c ea->value.length-1))) {
value 806 source3/modules/vfs_streams_xattr.c if ((offset + n) > ea.value.length-1) {
value 809 source3/modules/vfs_streams_xattr.c tmp = TALLOC_REALLOC_ARRAY(talloc_tos(), ea.value.data, uint8,
value 813 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 817 source3/modules/vfs_streams_xattr.c ea.value.data = tmp;
value 818 source3/modules/vfs_streams_xattr.c ea.value.length = offset + n + 1;
value 819 source3/modules/vfs_streams_xattr.c ea.value.data[offset+n] = 0;
value 822 source3/modules/vfs_streams_xattr.c memcpy(ea.value.data + offset, data, n);
value 827 source3/modules/vfs_streams_xattr.c ea.value.data, ea.value.length, 0);
value 831 source3/modules/vfs_streams_xattr.c ea.value.data, ea.value.length, 0);
value 833 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 866 source3/modules/vfs_streams_xattr.c length = ea.value.length-1;
value 874 source3/modules/vfs_streams_xattr.c memcpy(data, ea.value.data + offset, overlap);
value 876 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 909 source3/modules/vfs_streams_xattr.c tmp = TALLOC_REALLOC_ARRAY(talloc_tos(), ea.value.data, uint8,
value 913 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 919 source3/modules/vfs_streams_xattr.c if (ea.value.length < offset + 1) {
value 920 source3/modules/vfs_streams_xattr.c memset(&tmp[ea.value.length], '\0',
value 921 source3/modules/vfs_streams_xattr.c offset + 1 - ea.value.length);
value 924 source3/modules/vfs_streams_xattr.c ea.value.data = tmp;
value 925 source3/modules/vfs_streams_xattr.c ea.value.length = offset + 1;
value 926 source3/modules/vfs_streams_xattr.c ea.value.data[offset] = 0;
value 931 source3/modules/vfs_streams_xattr.c ea.value.data, ea.value.length, 0);
value 935 source3/modules/vfs_streams_xattr.c ea.value.data, ea.value.length, 0);
value 938 source3/modules/vfs_streams_xattr.c TALLOC_FREE(ea.value.data);
value 194 source3/modules/vfs_xattr_tdb.c if (attribs->eas[i].value.length > size) {
value 199 source3/modules/vfs_xattr_tdb.c memcpy(value, attribs->eas[i].value.data,
value 200 source3/modules/vfs_xattr_tdb.c attribs->eas[i].value.length);
value 201 source3/modules/vfs_xattr_tdb.c result = attribs->eas[i].value.length;
value 231 source3/modules/vfs_xattr_tdb.c return xattr_tdb_getattr(db, &id, name, value, size);
value 250 source3/modules/vfs_xattr_tdb.c return xattr_tdb_getattr(db, &id, name, value, size);
value 277 source3/modules/vfs_xattr_tdb.c status = xattr_tdb_pull_attrs(rec, &rec->value, &attribs);
value 322 source3/modules/vfs_xattr_tdb.c attribs->eas[i].value.data = CONST_DISCARD(uint8 *, value);
value 323 source3/modules/vfs_xattr_tdb.c attribs->eas[i].value.length = size;
value 360 source3/modules/vfs_xattr_tdb.c return xattr_tdb_setattr(db, &id, name, value, size, flags);
value 380 source3/modules/vfs_xattr_tdb.c return xattr_tdb_setattr(db, &id, name, value, size, flags);
value 514 source3/modules/vfs_xattr_tdb.c status = xattr_tdb_pull_attrs(rec, &rec->value, &attribs);
value 106 source3/param/loadparm.c char *value;
value 5751 source3/param/loadparm.c return _enum[i].value;
value 5779 source3/param/loadparm.c if (data == NULL||data->value==NULL) {
value 5787 source3/param/loadparm.c return lp_string(data->value);
value 5796 source3/param/loadparm.c if (data == NULL||data->value==NULL)
value 5799 source3/param/loadparm.c return data->value;
value 5809 source3/param/loadparm.c if (data == NULL||data->value==NULL)
value 5813 source3/param/loadparm.c data->list = str_list_make_v3(talloc_autofree_context(), data->value, NULL);
value 5826 source3/param/loadparm.c if (data && data->value && *data->value)
value 5827 source3/param/loadparm.c return lp_int(data->value);
value 5839 source3/param/loadparm.c if (data && data->value && *data->value)
value 5840 source3/param/loadparm.c return lp_ulong(data->value);
value 5852 source3/param/loadparm.c if (data && data->value && *data->value)
value 5853 source3/param/loadparm.c return lp_bool(data->value);
value 5866 source3/param/loadparm.c if (data && data->value && *data->value && _enum)
value 5867 source3/param/loadparm.c return lp_enum(data->value, _enum);
value 5904 source3/param/loadparm.c string_free(&opt->value);
value 6633 source3/param/loadparm.c string_free(&opt->value);
value 6635 source3/param/loadparm.c opt->value = SMB_STRDUP(opt_value);
value 6644 source3/param/loadparm.c new_opt->value = SMB_STRDUP(opt_value);
value 6713 source3/param/loadparm.c set_param_opt(&pserviceDest->param_opt, data->key, data->value);
value 7368 source3/param/loadparm.c *ptr = parm->enum_list[i].value;
value 7587 source3/param/loadparm.c if (*(int *)ptr == p->enum_list[i].value) {
value 7800 source3/param/loadparm.c fprintf(f, "\t%s = %s\n", data->key, data->value);
value 7865 source3/param/loadparm.c fprintf(f, "\t%s = %s\n", data->key, data->value);
value 996 source3/passdb/pdb_interface.c status = pdb->get_account_policy(pdb, policy_index, value);
value 1008 source3/passdb/pdb_interface.c status = pdb->set_account_policy(pdb, policy_index, value);
value 1172 source3/passdb/pdb_interface.c return account_policy_get(policy_index, value) ? NT_STATUS_OK : NT_STATUS_UNSUCCESSFUL;
value 1177 source3/passdb/pdb_interface.c return account_policy_set(policy_index, value) ? NT_STATUS_OK : NT_STATUS_UNSUCCESSFUL;
value 3808 source3/passdb/pdb_ldap.c slprintf(value_string, sizeof(value_string) - 1, "%i", value);
value 3821 source3/passdb/pdb_ldap.c if (!cache_account_policy_set(policy_index, value)) {
value 3834 source3/passdb/pdb_ldap.c value);
value 3893 source3/passdb/pdb_ldap.c *value = (uint32)atol(vals[0]);
value 3921 source3/passdb/pdb_ldap.c if (cache_account_policy_get(policy_index, value)) {
value 3928 source3/passdb/pdb_ldap.c value);
value 3938 source3/passdb/pdb_ldap.c if (account_policy_get(policy_index, value))
value 3945 source3/passdb/pdb_ldap.c if (!account_policy_get_default(policy_index, value)) {
value 3951 source3/passdb/pdb_ldap.c ntstatus = ldapsam_set_account_policy(methods, policy_index, *value);
value 3958 source3/passdb/pdb_ldap.c if (!cache_account_policy_set(policy_index, *value)) {
value 4756 source3/passdb/pdb_ldap.c char *value;
value 4792 source3/passdb/pdb_ldap.c value = smbldap_talloc_single_attribute(priv2ld(priv), entry,
value 4794 source3/passdb/pdb_ldap.c if (value != NULL) {
value 4795 source3/passdb/pdb_ldap.c uint32 tmp = (uint32)strtoul(value, NULL, 10);
value 4799 source3/passdb/pdb_ldap.c value = smbldap_talloc_single_attribute(priv2ld(priv), entry,
value 4801 source3/passdb/pdb_ldap.c if (value != NULL) {
value 4802 source3/passdb/pdb_ldap.c uint32 tmp = (uint32)strtoul(value, NULL, 10);
value 4806 source3/passdb/pdb_ldap.c value = smbldap_talloc_single_attribute(priv2ld(priv), entry,
value 4808 source3/passdb/pdb_ldap.c if (value != NULL) {
value 4809 source3/passdb/pdb_ldap.c uint32 tmp = (uint32)strtoul(value, NULL, 10);
value 4884 source3/passdb/pdb_ldap.c char *value;
value 4920 source3/passdb/pdb_ldap.c value = smbldap_talloc_single_attribute(priv2ld(priv), entry,
value 4923 source3/passdb/pdb_ldap.c if (value != NULL) {
value 4937 source3/passdb/pdb_ldap.c *type = (enum lsa_SidType)strtoul(value, NULL, 10);
value 4944 source3/passdb/pdb_ldap.c value = smbldap_talloc_single_attribute(priv2ld(priv), entry,
value 4946 source3/passdb/pdb_ldap.c if (value == NULL) {
value 4952 source3/passdb/pdb_ldap.c id->uid = strtoul(value, NULL, 10);
value 90 source3/passdb/pdb_tdb.c (uint8 *)rec->value.dptr,
value 91 source3/passdb/pdb_tdb.c rec->value.dsize);
value 95 source3/passdb/pdb_tdb.c (uint8 *)rec->value.dptr,
value 96 source3/passdb/pdb_tdb.c rec->value.dsize);
value 100 source3/passdb/pdb_tdb.c (uint8 *)rec->value.dptr,
value 101 source3/passdb/pdb_tdb.c rec->value.dsize);
value 105 source3/passdb/pdb_tdb.c (uint8 *)rec->value.dptr,
value 106 source3/passdb/pdb_tdb.c rec->value.dsize);
value 110 source3/passdb/pdb_tdb.c (uint8 *)rec->value.dptr,
value 111 source3/passdb/pdb_tdb.c rec->value.dsize);
value 168 source3/passdb/pdb_tdb.c status = new_rec->store(new_rec, orig_rec->value, TDB_INSERT);
value 971 source3/passdb/secrets.c rec->value.dptr, rec->value.dsize, &pass);
value 973 source3/passdb/secrets.c if (rec->value.dsize != packed_size) {
value 1194 source3/passdb/secrets.c TDB_DATA value;
value 1204 source3/passdb/secrets.c value.dsize = tdb_pack(NULL, 0, "dBBBBBfff",
value 1215 source3/passdb/secrets.c value.dptr = TALLOC_ARRAY(mem_ctx, uint8, value.dsize);
value 1216 source3/passdb/secrets.c if (!value.dptr) {
value 1221 source3/passdb/secrets.c value.dsize = tdb_pack(value.dptr, value.dsize, "dBBBBBfff",
value 1235 source3/passdb/secrets.c TALLOC_FREE(value.dptr);
value 1239 source3/passdb/secrets.c ret = (tdb_store_bystring(tdb_sc, keystr, value, TDB_REPLACE) == 0 ? True : False);
value 1246 source3/passdb/secrets.c TALLOC_FREE(value.dptr);
value 1260 source3/passdb/secrets.c TDB_DATA value;
value 1285 source3/passdb/secrets.c value = tdb_fetch_bystring(tdb_sc, keystr);
value 1286 source3/passdb/secrets.c if (!value.dptr) {
value 1296 source3/passdb/secrets.c ret = tdb_unpack(value.dptr, value.dsize, "dBBBBBfff",
value 1318 source3/passdb/secrets.c SAFE_FREE(value.dptr);
value 1344 source3/passdb/secrets.c SAFE_FREE(value.dptr);
value 99 source3/printing/notify.c msg->notify.value[0], msg->notify.value[1]);
value 359 source3/printing/notify.c msg->notify.value[0] = value1;
value 360 source3/printing/notify.c msg->notify.value[1] = value2;
value 534 source3/printing/notify.c send_notify_field_buffer( printername, type, change, snum, strlen(value)+1, value );
value 3580 source3/printing/nt_printing.c if ( !key || !*key|| !value || !*value )
value 3591 source3/printing/nt_printing.c if ( !regval_ctr_getvalue( p2->data->keys[key_index].values, value ) )
value 3594 source3/printing/nt_printing.c regval_ctr_delvalue( p2->data->keys[key_index].values, value );
value 3597 source3/printing/nt_printing.c key, value ));
value 3613 source3/printing/nt_printing.c if ( !key || !*key|| !value || !*value )
value 3625 source3/printing/nt_printing.c regval_ctr_addvalue( p2->data->keys[key_index].values, value,
value 3629 source3/printing/nt_printing.c key, value, type, real_len ));
value 3645 source3/printing/nt_printing.c key, value ));
value 3647 source3/printing/nt_printing.c return regval_ctr_getvalue( p2->data->keys[key_index].values, value );
value 60 source3/printing/print_generic.c char *value = va_arg(ap,char *);
value 61 source3/printing/print_generic.c syscmd = talloc_string_sub(ctx, syscmd, arg, value);
value 216 source3/printing/tests/vlp.c TDB_DATA value, queue;
value 252 source3/printing/tests/vlp.c value = tdb_fetch_bystring(tdb, keystr);
value 254 source3/printing/tests/vlp.c if (value.dptr) {
value 258 source3/printing/tests/vlp.c queue.dptr = (unsigned char *)SMB_MALLOC(value.dsize +
value 262 source3/printing/tests/vlp.c memcpy(queue.dptr, value.dptr, value.dsize);
value 263 source3/printing/tests/vlp.c memcpy(queue.dptr + value.dsize, &job, sizeof(struct vlp_job));
value 265 source3/printing/tests/vlp.c queue.dsize = value.dsize + sizeof(struct vlp_job);
value 40 source3/registry/reg_backend_current_version.c fstring value;
value 58 source3/registry/reg_backend_current_version.c value_length = push_ucs2(value, value, sysroot_string, sizeof(value),
value 60 source3/registry/reg_backend_current_version.c regval_ctr_addvalue(values, "SystemRoot", REG_SZ, value, value_length);
value 64 source3/registry/reg_backend_current_version.c value_length = push_ucs2(value, value, sysversion, sizeof(value),
value 66 source3/registry/reg_backend_current_version.c regval_ctr_addvalue(values, "CurrentVersion", REG_SZ, value,
value 1304 source3/registry/reg_backend_db.c TDB_DATA value;
value 1325 source3/registry/reg_backend_db.c value = regdb_fetch_key_internal(mem_ctx, path);
value 1326 source3/registry/reg_backend_db.c ret = (value.dptr != NULL);
value 1353 source3/registry/reg_backend_db.c TDB_DATA value;
value 1366 source3/registry/reg_backend_db.c value = regdb_fetch_key_internal(frame, key);
value 1368 source3/registry/reg_backend_db.c if (value.dptr == NULL) {
value 1375 source3/registry/reg_backend_db.c buf = value.dptr;
value 1376 source3/registry/reg_backend_db.c buflen = value.dsize;
value 1486 source3/registry/reg_backend_db.c TDB_DATA value;
value 1501 source3/registry/reg_backend_db.c value = regdb_fetch_key_internal(ctx, keystr);
value 1503 source3/registry/reg_backend_db.c if (!value.dptr) {
value 1508 source3/registry/reg_backend_db.c regdb_unpack_values(values, value.dptr, value.dsize);
value 37 source3/registry/reg_backend_prod_options.c fstring value;
value 53 source3/registry/reg_backend_prod_options.c value_length = push_ucs2(value, value, value_ascii, sizeof(value),
value 55 source3/registry/reg_backend_prod_options.c regval_ctr_addvalue(regvals, "ProductType", REG_SZ, value,
value 36 source3/registry/reg_backend_tcpip_params.c fstring value;
value 42 source3/registry/reg_backend_tcpip_params.c value_length = push_ucs2(value, value, hname, sizeof(value),
value 44 source3/registry/reg_backend_tcpip_params.c regval_ctr_addvalue(regvals, "Hostname",REG_SZ, value, value_length);
value 51 source3/registry/reg_backend_tcpip_params.c value_length = push_ucs2(value, value, mydomainname, sizeof(value),
value 53 source3/registry/reg_backend_tcpip_params.c regval_ctr_addvalue(regvals, "Domain", REG_SZ, value, value_length);
value 389 source3/registry/reg_objects.c if ( strequal( ctr->values[i]->valuename, value) )
value 1662 source3/registry/regfio.c char *name = regval_name(value);
value 1670 source3/registry/regfio.c vk->valuename = talloc_strdup( file->mem_ctx, regval_name(value) );
value 1674 source3/registry/regfio.c vk->data_size = regval_size( value );
value 1675 source3/registry/regfio.c vk->type = regval_type( value );
value 1681 source3/registry/regfio.c regval_data_p(value),
value 1699 source3/registry/regfio.c memcpy( &vk->data_off, regval_data_p(value), sizeof(uint32) );
value 290 source3/rpc_server/srv_eventlog_nt.c struct registry_value *value;
value 327 source3/rpc_server/srv_eventlog_nt.c wresult = reg_queryvalue(key, key, "Retention", &value);
value 333 source3/rpc_server/srv_eventlog_nt.c uiRetention = value->v.dword;
value 335 source3/rpc_server/srv_eventlog_nt.c wresult = reg_queryvalue(key, key, "MaxSize", &value);
value 341 source3/rpc_server/srv_eventlog_nt.c uiMaxSize = value->v.dword;
value 713 source3/rpc_server/srv_spoolss_nt.c SETUP_SPOOLSS_NOTIFY_DATA_INTEGER(data, msg->notify.value[0]);
value 1127 source3/rpc_server/srv_spoolss_nt.c &msg->notify.value[0], &msg->notify.value[1]);
value 1139 source3/rpc_server/srv_spoolss_nt.c DEBUG(3, ("notify2_unpack_msg: value1 = %d, value2 = %d\n", msg->notify.value[0],
value 1140 source3/rpc_server/srv_spoolss_nt.c msg->notify.value[1]));
value 2335 source3/rpc_server/srv_spoolss_nt.c return delete_printer_data( printer->info_2, key, value );
value 2348 source3/rpc_server/srv_spoolss_nt.c return add_printer_data( printer->info_2, key, value, type, data, real_len );
value 2360 source3/rpc_server/srv_spoolss_nt.c DEBUG(8,("getprinterdata_printer_server:%s\n", value));
value 2362 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "W3SvcInstalled")) {
value 2364 source3/rpc_server/srv_spoolss_nt.c data->value = 0x00;
value 2368 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "BeepEnabled")) {
value 2370 source3/rpc_server/srv_spoolss_nt.c data->value = 0x00;
value 2374 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "EventLog")) {
value 2377 source3/rpc_server/srv_spoolss_nt.c data->value = 0x00;
value 2381 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "NetPopup")) {
value 2383 source3/rpc_server/srv_spoolss_nt.c data->value = 0x00;
value 2387 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "MajorVersion")) {
value 2396 source3/rpc_server/srv_spoolss_nt.c data->value = 0x02;
value 2398 source3/rpc_server/srv_spoolss_nt.c data->value = 0x03;
value 2404 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "MinorVersion")) {
value 2406 source3/rpc_server/srv_spoolss_nt.c data->value = 0x00;
value 2417 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "OSVersion")) {
value 2440 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "DefaultSpoolDirectory")) {
value 2449 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "Architecture")) {
value 2458 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "DsPresent")) {
value 2465 source3/rpc_server/srv_spoolss_nt.c data->value = 0x01;
value 2467 source3/rpc_server/srv_spoolss_nt.c data->value = 0x00;
value 2472 source3/rpc_server/srv_spoolss_nt.c if (!StrCaseCmp(value, "DNSMachineName")) {
value 2542 source3/rpc_server/srv_spoolss_nt.c r->out.data->value = printer->info_2->changeid;
value 3387 source3/rpc_server/srv_spoolss_nt.c *value = i;
value 62 source3/rpc_server/srv_srvsvc_nt.c if (rec->value.dsize != sizeof(struct pipe_open_rec))
value 65 source3/rpc_server/srv_srvsvc_nt.c memcpy(&prec, rec->value.dptr, sizeof(struct pipe_open_rec));
value 434 source3/rpc_server/srv_winreg_nt.c if (r->out.value != NULL) {
value 443 source3/rpc_server/srv_winreg_nt.c memcpy( r->out.value, value_blob.data, value_blob.length );
value 804 source3/rpc_server/srv_winreg_nt.c return reg_deletevalue(key, r->in.value.name);
value 694 source3/rpcclient/cmd_spoolss.c switch(value.type) {
value 696 source3/rpcclient/cmd_spoolss.c printf("%s: REG_DWORD: 0x%08x\n", value.valuename,
value 697 source3/rpcclient/cmd_spoolss.c *((uint32_t *) value.data_p));
value 702 source3/rpcclient/cmd_spoolss.c value.data_p,
value 703 source3/rpcclient/cmd_spoolss.c value.size,
value 705 source3/rpcclient/cmd_spoolss.c printf("%s: REG_SZ: %s\n", value.valuename, text ? text : "");
value 708 source3/rpcclient/cmd_spoolss.c char *hex = hex_encode_talloc(NULL, value.data_p, value.size);
value 710 source3/rpcclient/cmd_spoolss.c printf("%s: REG_BINARY:", value.valuename);
value 729 source3/rpcclient/cmd_spoolss.c if (!W_ERROR_IS_OK(reg_pull_multi_sz(NULL, value.data_p,
value 730 source3/rpcclient/cmd_spoolss.c value.size, &num_values,
value 736 source3/rpcclient/cmd_spoolss.c printf("%s: REG_MULTI_SZ: \n", value.valuename);
value 744 source3/rpcclient/cmd_spoolss.c printf("%s: unknown type %d\n", value.valuename, value.type);
value 760 source3/rpcclient/cmd_spoolss.c printf("%s: REG_DWORD: 0x%08x\n", v, r->value);
value 869 source3/rpcclient/cmd_spoolss.c REGISTRY_VALUE value;
value 941 source3/rpcclient/cmd_spoolss.c fstrcpy(value.valuename, valuename);
value 942 source3/rpcclient/cmd_spoolss.c value.type = type;
value 943 source3/rpcclient/cmd_spoolss.c value.size = needed;
value 944 source3/rpcclient/cmd_spoolss.c value.data_p = buffer;
value 946 source3/rpcclient/cmd_spoolss.c display_reg_value(value);
value 2450 source3/rpcclient/cmd_spoolss.c data.value = strtoul(argv[4], NULL, 10);
value 199 source3/smbd/connection.c if (rec->value.dsize != sizeof(struct connections_data)) {
value 205 source3/smbd/connection.c pcrec = (struct connections_data *)rec->value.dptr;
value 211 source3/smbd/connection.c status = rec->store(rec, rec->value, TDB_REPLACE);
value 104 source3/smbd/mangle_hash2.c unsigned int value;
value 121 source3/smbd/mangle_hash2.c for (value = FNV1_INIT, i=0; i < length; i++) {
value 122 source3/smbd/mangle_hash2.c value *= (unsigned int)FNV1_PRIME;
value 123 source3/smbd/mangle_hash2.c value ^= (unsigned int)(str[i]);
value 128 source3/smbd/mangle_hash2.c return value & ~0x80000000;
value 153 source3/smbd/mangle_hash2.c DATA_BLOB value;
value 156 source3/smbd/mangle_hash2.c data_blob_const(&hash, sizeof(hash)), &value)) {
value 160 source3/smbd/mangle_hash2.c SMB_ASSERT((value.length > 0)
value 161 source3/smbd/mangle_hash2.c && (value.data[value.length-1] == '\0'));
value 163 source3/smbd/mangle_hash2.c return talloc_strdup(mem_ctx, (char *)value.data);
value 160 source3/smbd/notify_internal.c dbuf = rec->value;
value 133 source3/smbd/seal.c input_name.value = host_princ_s;
value 381 source3/smbd/seal.c in_buf.value = secblob.data;
value 384 source3/smbd/seal.c out_buf.value = NULL;
value 418 source3/smbd/seal.c auth_reply = data_blob(out_buf.value, out_buf.length);
value 110 source3/smbd/session.c if (rec->value.dsize != sizeof(sessionid)) {
value 116 source3/smbd/session.c ((char *)rec->value.dptr)
value 239 source3/smbd/session.c if (rec->value.dsize != sizeof(sessionid))
value 242 source3/smbd/session.c memcpy(&sessionid, rec->value.dptr, sizeof(sessionid));
value 289 source3/smbd/session.c (const struct sessionid *) rec->value.dptr;
value 138 source3/smbd/trans2.c pea->value.data = (unsigned char *)val;
value 139 source3/smbd/trans2.c pea->value.length = (size_t)sizeret;
value 298 source3/smbd/trans2.c 4 + strlen(dos_ea_name) + 1 + listp->ea.value.length;
value 302 source3/smbd/trans2.c (unsigned int)listp->ea.value.length));
value 345 source3/smbd/trans2.c if (ea_list->ea.value.length > 65535) {
value 348 source3/smbd/trans2.c if (4 + dos_namelen + 1 + ea_list->ea.value.length > total_data_size) {
value 355 source3/smbd/trans2.c SSVAL(p,2,ea_list->ea.value.length);
value 357 source3/smbd/trans2.c memcpy( p + 4 + dos_namelen + 1, ea_list->ea.value.data, ea_list->ea.value.length);
value 359 source3/smbd/trans2.c total_data_size -= 4 + dos_namelen + 1 + ea_list->ea.value.length;
value 360 source3/smbd/trans2.c p += 4 + dos_namelen + 1 + ea_list->ea.value.length;
value 421 source3/smbd/trans2.c DEBUG(10,("set_ea: ea_name %s ealen = %u\n", unix_ea_name, (unsigned int)ea_list->ea.value.length));
value 428 source3/smbd/trans2.c if (ea_list->ea.value.length == 0) {
value 452 source3/smbd/trans2.c ea_list->ea.value.data, ea_list->ea.value.length, 0);
value 457 source3/smbd/trans2.c ea_list->ea.value.data, ea_list->ea.value.length, 0);
value 554 source3/smbd/trans2.c eal->ea.value = data_blob_talloc(eal, NULL, (size_t)val_len + 1);
value 555 source3/smbd/trans2.c if (!eal->ea.value.data) {
value 559 source3/smbd/trans2.c memcpy(eal->ea.value.data, pdata + 4 + namelen + 1, val_len);
value 562 source3/smbd/trans2.c eal->ea.value.data[val_len] = '\0';
value 564 source3/smbd/trans2.c eal->ea.value.length--;
value 571 source3/smbd/trans2.c dump_data(10, eal->ea.value.data, eal->ea.value.length);
value 612 source3/smbd/trans2.c ret += 4 + strlen(dos_ea_name) + 1 + listp->ea.value.length;
value 642 source3/smbd/trans2.c nlistp->ea.value = flistp->ea.value;
value 646 source3/smbd/trans2.c ZERO_STRUCT(nlistp->ea.value);
value 4727 source3/torture/torture.c dump_data(0, ea_list[i].value.data,
value 4728 source3/torture/torture.c ea_list[i].value.length);
value 4756 source3/torture/torture.c dump_data(0, ea_list[i].value.data,
value 4757 source3/torture/torture.c ea_list[i].value.length);
value 5542 source3/torture/torture.c TDB_DATA data = string_tdb_data(value);
value 5563 source3/torture/torture.c if ((rec->value.dsize != data.dsize)
value 5564 source3/torture/torture.c || (memcmp(rec->value.dptr, data.dptr, data.dsize) != 0)) {
value 5589 source3/torture/torture.c char *key, *value;
value 5594 source3/torture/torture.c if (asprintf(&value, "value%ld", random()) == -1) {
value 5599 source3/torture/torture.c if (!rbt_testval(db, key, value)) {
value 5601 source3/torture/torture.c SAFE_FREE(value);
value 5605 source3/torture/torture.c SAFE_FREE(value);
value 5606 source3/torture/torture.c if (asprintf(&value, "value%ld", random()) == -1) {
value 5611 source3/torture/torture.c if (!rbt_testval(db, key, value)) {
value 5613 source3/torture/torture.c SAFE_FREE(value);
value 5618 source3/torture/torture.c SAFE_FREE(value);
value 34 source3/utils/dbwrap_tool.c int32_t value;
value 36 source3/utils/dbwrap_tool.c value = dbwrap_fetch_int32(db, keyname);
value 37 source3/utils/dbwrap_tool.c d_printf("%d\n", value);
value 46 source3/utils/dbwrap_tool.c uint32_t value;
value 49 source3/utils/dbwrap_tool.c ret = dbwrap_fetch_uint32(db, keyname, &value);
value 51 source3/utils/dbwrap_tool.c d_printf("%u\n", value);
value 65 source3/utils/dbwrap_tool.c int32_t value = *((int32_t *)data);
value 67 source3/utils/dbwrap_tool.c status = dbwrap_trans_store_int32(db, keyname, value);
value 83 source3/utils/dbwrap_tool.c uint32_t value = *((uint32_t *)data);
value 85 source3/utils/dbwrap_tool.c status = dbwrap_trans_store_uint32(db, keyname, value);
value 209 source3/utils/dbwrap_tool.c int32_t value = 0;
value 284 source3/utils/dbwrap_tool.c value = (int32_t)strtol(valuestr, NULL, 10);
value 287 source3/utils/dbwrap_tool.c value = (int32_t)strtoul(valuestr, NULL, 10);
value 317 source3/utils/dbwrap_tool.c ret = dispatch_table[count].cmd(db, keyname, &value);
value 272 source3/utils/net_registry.c struct registry_value *value = NULL;
value 287 source3/utils/net_registry.c werr = reg_queryvalue(ctx, key, argv[1], &value);
value 294 source3/utils/net_registry.c print_registry_value(value, raw);
value 319 source3/utils/net_registry.c struct registry_value value;
value 336 source3/utils/net_registry.c value.type = REG_DWORD;
value 337 source3/utils/net_registry.c value.v.dword = strtoul(argv[3], NULL, 10);
value 339 source3/utils/net_registry.c value.type = REG_SZ;
value 340 source3/utils/net_registry.c value.v.sz.len = strlen(argv[3])+1;
value 341 source3/utils/net_registry.c value.v.sz.str = CONST_DISCARD(char *, argv[3]);
value 343 source3/utils/net_registry.c value.type = REG_MULTI_SZ;
value 344 source3/utils/net_registry.c value.v.multi_sz.num_strings = argc - 3;
value 345 source3/utils/net_registry.c value.v.multi_sz.strings = (char **)(argv + 3);
value 357 source3/utils/net_registry.c werr = reg_setvalue(key, argv[1], &value);
value 49 source3/utils/net_rpc_audit.c if (value == NULL) {
value 50 source3/utils/net_rpc_audit.c value = "Invalid";
value 58 source3/utils/net_rpc_audit.c d_printf("\t%s%s%s\n", policy, padding, value);
value 77 source3/utils/net_rpc_printer.c switch(value.type) {
value 79 source3/utils/net_rpc_printer.c d_printf("\t[%s:%s]: REG_DWORD: 0x%08x\n", subkey, value.valuename,
value 80 source3/utils/net_rpc_printer.c *((uint32_t *) value.data_p));
value 86 source3/utils/net_rpc_printer.c value.data_p,
value 87 source3/utils/net_rpc_printer.c value.size,
value 92 source3/utils/net_rpc_printer.c d_printf("\t[%s:%s]: REG_SZ: %s\n", subkey, value.valuename, text);
value 97 source3/utils/net_rpc_printer.c subkey, value.valuename);
value 104 source3/utils/net_rpc_printer.c if (!W_ERROR_IS_OK(reg_pull_multi_sz(NULL, value.data_p,
value 105 source3/utils/net_rpc_printer.c value.size, &num_values,
value 119 source3/utils/net_rpc_printer.c d_printf("\t%s: unknown type %d\n", value.valuename, value.type);
value 897 source3/utils/net_rpc_printer.c value->valuename,
value 898 source3/utils/net_rpc_printer.c value->type,
value 899 source3/utils/net_rpc_printer.c value->data_p,
value 900 source3/utils/net_rpc_printer.c value->size,
value 2381 source3/utils/net_rpc_printer.c REGISTRY_VALUE value;
value 2397 source3/utils/net_rpc_printer.c fstrcpy(value.valuename, SPOOL_REG_PORTNAME);
value 2407 source3/utils/net_rpc_printer.c fstrcpy(value.valuename, SPOOL_REG_UNCNAME);
value 2421 source3/utils/net_rpc_printer.c fstrcpy(value.valuename, SPOOL_REG_URL);
value 2428 source3/utils/net_rpc_printer.c fstrcpy(value.valuename, SPOOL_REG_SERVERNAME);
value 2434 source3/utils/net_rpc_printer.c fstrcpy(value.valuename, SPOOL_REG_SHORTSERVERNAME);
value 2437 source3/utils/net_rpc_printer.c value.type = REG_SZ;
value 2438 source3/utils/net_rpc_printer.c value.size = data.uni_str_len * 2;
value 2439 source3/utils/net_rpc_printer.c if (value.size) {
value 2440 source3/utils/net_rpc_printer.c value.data_p = (uint8_t *)TALLOC_MEMDUP(mem_ctx, data.buffer, value.size);
value 2442 source3/utils/net_rpc_printer.c value.data_p = NULL;
value 2446 source3/utils/net_rpc_printer.c display_reg_value(subkey, value);
value 2450 source3/utils/net_rpc_printer.c subkey, &value))
value 357 source3/utils/net_rpc_registry.c err = registry_push_value(mem_ctx, value, &blob);
value 366 source3/utils/net_rpc_registry.c name_string, value->type,
value 383 source3/utils/net_rpc_registry.c struct registry_value value;
value 400 source3/utils/net_rpc_registry.c value.type = REG_DWORD;
value 401 source3/utils/net_rpc_registry.c value.v.dword = strtoul(argv[3], NULL, 10);
value 404 source3/utils/net_rpc_registry.c value.type = REG_SZ;
value 405 source3/utils/net_rpc_registry.c value.v.sz.len = strlen(argv[3])+1;
value 406 source3/utils/net_rpc_registry.c value.v.sz.str = CONST_DISCARD(char *, argv[3]);
value 415 source3/utils/net_rpc_registry.c argv[1], &value);
value 509 source3/utils/net_rpc_registry.c struct registry_value *value = NULL;
value 565 source3/utils/net_rpc_registry.c werr = registry_pull_value(tmp_ctx, &value, type, data,
value 572 source3/utils/net_rpc_registry.c print_registry_value(value, raw);
value 453 source3/utils/net_sam.c uint32 value = 0;
value 469 source3/utils/net_sam.c value = -1;
value 472 source3/utils/net_sam.c value = strtoul(argv[1], &endptr, 10);
value 506 source3/utils/net_sam.c if (!pdb_set_account_policy(field, value)) {
value 512 source3/utils/net_sam.c value);
value 36 source3/utils/net_status.c if (rec->value.dsize != sizeof(sessionid))
value 39 source3/utils/net_status.c memcpy(&sessionid, rec->value.dptr, sizeof(sessionid));
value 132 source3/utils/net_status.c if (rec->value.dsize != sizeof(sessionid))
value 135 source3/utils/net_status.c memcpy(&sessionid, rec->value.dptr, sizeof(sessionid));
value 1107 source3/utils/pdbedit.c uint32 value;
value 1124 source3/utils/pdbedit.c if (!pdb_get_account_policy(field, &value)) {
value 1131 source3/utils/pdbedit.c printf("account policy \"%s\" value was: %u\n", account_policy, value);
value 1139 source3/utils/pdbedit.c printf("account policy \"%s\" value is: %u\n", account_policy, value);
value 250 source3/utils/status.c if (db->value.dsize != sizeof(sessionid))
value 253 source3/utils/status.c memcpy(&sessionid, db->value.dptr, sizeof(sessionid));
value 34 source3/web/cgi.c char *value;
value 139 source3/web/cgi.c variables[num_variables].value = SMB_STRDUP(p+1);
value 144 source3/web/cgi.c !variables[num_variables].value)
value 147 source3/web/cgi.c plus_to_space_unescape(variables[num_variables].value);
value 148 source3/web/cgi.c rfc1738_unescape(variables[num_variables].value);
value 155 source3/web/cgi.c variables[num_variables].value);
value 176 source3/web/cgi.c variables[num_variables].value = SMB_STRDUP(p+1);
value 179 source3/web/cgi.c !variables[num_variables].value)
value 182 source3/web/cgi.c plus_to_space_unescape(variables[num_variables].value);
value 183 source3/web/cgi.c rfc1738_unescape(variables[num_variables].value);
value 190 source3/web/cgi.c variables[num_variables].value);
value 216 source3/web/cgi.c variables[i].value, strlen(variables[i].value),
value 218 source3/web/cgi.c SAFE_FREE(variables[i].value);
value 219 source3/web/cgi.c variables[i].value = SMB_STRDUP(dest ? dest : "");
value 239 source3/web/cgi.c return variables[i].value;
value 62 source3/web/swat.c if (value == enumlist[i].value) break;
value 337 source3/web/swat.c if (i == 0 || parm->enum_list[i].value != parm->enum_list[i-1].value) {
value 338 source3/web/swat.c printf("<option %s>%s",(*(int *)ptr)==parm->enum_list[i].value?"selected":"",parm->enum_list[i].name);
value 322 source3/winbindd/idmap_hash/idmap_hash.c const char *value;
value 324 source3/winbindd/idmap_hash/idmap_hash.c value = talloc_asprintf(mem_ctx, "%s\\%s", e->domain, name);
value 325 source3/winbindd/idmap_hash/idmap_hash.c BAIL_ON_PTR_NT_ERROR(value, nt_status);
value 327 source3/winbindd/idmap_hash/idmap_hash.c nt_status = mapfile_lookup_key(mem_ctx, value, alias);
value 89 source3/winbindd/idmap_hash/mapfile.c fstrcpy(value, p);
value 96 source3/winbindd/idmap_hash/mapfile.c if (!trim_char(value, ' ', ' '))
value 130 source3/winbindd/idmap_hash/mapfile.c if (strequal(r_value, value)) {
value 164 source3/winbindd/idmap_hash/mapfile.c *value = talloc_strdup(ctx, r_value);
value 106 source3/winbindd/idmap_tdb.c status = dbwrap_store(s->db, key2, rec->value, TDB_INSERT);
value 115 source3/winbindd/idmap_tdb.c status = dbwrap_store(s->db, rec->value, key2, TDB_REPLACE);
value 118 source3/winbindd/idmap_tdb.c (const char *)rec->value.dptr,
value 1161 source3/winbindd/idmap_tdb.c if (sscanf((const char *)rec->value.dptr, "UID %u", &(maps[num_maps].xid.id)) == 1) {
value 1168 source3/winbindd/idmap_tdb.c if (sscanf((const char *)rec->value.dptr, "GID %u", &(maps[num_maps].xid.id)) == 1) {
value 1178 source3/winbindd/idmap_tdb.c (const char *)rec->value.dptr));
value 58 source4/auth/gensec/gensec_gssapi.c maj_error_message.value = NULL;
value 59 source4/auth/gensec/gensec_gssapi.c min_error_message.value = NULL;
value 68 source4/auth/gensec/gensec_gssapi.c maj_error_string = talloc_strndup(mem_ctx, (char *)maj_error_message.value, maj_error_message.length);
value 70 source4/auth/gensec/gensec_gssapi.c min_error_string = talloc_strndup(mem_ctx, (char *)min_error_message.value, min_error_message.length);
value 348 source4/auth/gensec/gensec_gssapi.c name_token.value = discard_const_p(uint8_t, principal);
value 358 source4/auth/gensec/gensec_gssapi.c (char *)name_token.value,
value 444 source4/auth/gensec/gensec_gssapi.c input_token.value = in.data;
value 496 source4/auth/gensec/gensec_gssapi.c *out = data_blob_talloc(out_mem_ctx, output_token.value, output_token.length);
value 537 source4/auth/gensec/gensec_gssapi.c *out = data_blob_talloc(out_mem_ctx, output_token.value, output_token.length);
value 581 source4/auth/gensec/gensec_gssapi.c input_token.value = in.data;
value 604 source4/auth/gensec/gensec_gssapi.c memcpy(maxlength_proposed, output_token.value, 4);
value 636 source4/auth/gensec/gensec_gssapi.c input_token.value = maxlength_accepted;
value 652 source4/auth/gensec/gensec_gssapi.c *out = data_blob_talloc(out_mem_ctx, output_token.value, output_token.length);
value 701 source4/auth/gensec/gensec_gssapi.c input_token.value = maxlength_proposed;
value 717 source4/auth/gensec/gensec_gssapi.c *out = data_blob_talloc(out_mem_ctx, output_token.value, output_token.length);
value 736 source4/auth/gensec/gensec_gssapi.c input_token.value = in.data;
value 754 source4/auth/gensec/gensec_gssapi.c memcpy(maxlength_accepted, output_token.value, 4);
value 810 source4/auth/gensec/gensec_gssapi.c input_token.value = in->data;
value 825 source4/auth/gensec/gensec_gssapi.c *out = data_blob_talloc(mem_ctx, output_token.value, output_token.length);
value 858 source4/auth/gensec/gensec_gssapi.c input_token.value = in->data;
value 880 source4/auth/gensec/gensec_gssapi.c *out = data_blob_talloc(mem_ctx, output_token.value, output_token.length);
value 937 source4/auth/gensec/gensec_gssapi.c input_token.value = data;
value 959 source4/auth/gensec/gensec_gssapi.c memcpy(data, ((uint8_t *)output_token.value) + sig_length, length);
value 960 source4/auth/gensec/gensec_gssapi.c *sig = data_blob_talloc(mem_ctx, (uint8_t *)output_token.value, sig_length);
value 964 source4/auth/gensec/gensec_gssapi.c dump_data_pw("gensec_gssapi_seal_packet: sealed\n", ((uint8_t *)output_token.value) + sig_length, output_token.length - sig_length);
value 997 source4/auth/gensec/gensec_gssapi.c input_token.value = in.data;
value 1015 source4/auth/gensec/gensec_gssapi.c memcpy(data, output_token.value, length);
value 1039 source4/auth/gensec/gensec_gssapi.c input_token.value = discard_const_p(uint8_t *, whole_pdu);
value 1042 source4/auth/gensec/gensec_gssapi.c input_token.value = discard_const_p(uint8_t *, data);
value 1056 source4/auth/gensec/gensec_gssapi.c *sig = data_blob_talloc(mem_ctx, (uint8_t *)output_token.value, output_token.length);
value 1082 source4/auth/gensec/gensec_gssapi.c input_message.value = discard_const(whole_pdu);
value 1085 source4/auth/gensec/gensec_gssapi.c input_message.value = discard_const(data);
value 1089 source4/auth/gensec/gensec_gssapi.c input_token.value = sig->data;
value 1246 source4/auth/gensec/gensec_gssapi.c pac_blob = data_blob_talloc(mem_ctx, pac.value, pac.length);
value 1283 source4/auth/gensec/gensec_gssapi.c (const char *)name_token.value,
value 432 source4/cldap_server/netlogon.c (const char *)t->u.equality.value.data,
value 433 source4/cldap_server/netlogon.c t->u.equality.value.length);
value 437 source4/cldap_server/netlogon.c (const char *)t->u.equality.value.data,
value 438 source4/cldap_server/netlogon.c t->u.equality.value.length);
value 444 source4/cldap_server/netlogon.c t->u.equality.value, &guid);
value 451 source4/cldap_server/netlogon.c (const char *)t->u.equality.value.data,
value 452 source4/cldap_server/netlogon.c t->u.equality.value.length);
value 456 source4/cldap_server/netlogon.c (const char *)t->u.equality.value.data,
value 457 source4/cldap_server/netlogon.c t->u.equality.value.length);
value 460 source4/cldap_server/netlogon.c t->u.equality.value.length == 4) {
value 461 source4/cldap_server/netlogon.c version = IVAL(t->u.equality.value.data, 0);
value 464 source4/cldap_server/netlogon.c t->u.equality.value.length == 4) {
value 465 source4/cldap_server/netlogon.c acct_control = IVAL(t->u.equality.value.data, 0);
value 1802 source4/client/client.c (int)finfo.all_eas.out.eas[i].value.length,
value 1902 source4/client/client.c (int)finfo.all_eas.out.eas[i].value.length,
value 1906 source4/client/client.c finfo.all_eas.out.eas[i].value.data,
value 1907 source4/client/client.c finfo.all_eas.out.eas[i].value.length);
value 63 source4/client/mount.cifs.c char * value = 0;
value 71 source4/client/mount.cifs.c if ((value = strchr(data, '=')) != NULL) {
value 72 source4/client/mount.cifs.c *value++ = '\0';
value 75 source4/client/mount.cifs.c if (!value || !*value) {
value 79 source4/client/mount.cifs.c if (strnlen(value, 260) < 260) {
value 88 source4/client/mount.cifs.c if (!value || !*value) {
value 93 source4/client/mount.cifs.c } else if (strnlen(value, 17) < 17) {
value 100 source4/client/mount.cifs.c if (!value || !*value) {
value 102 source4/client/mount.cifs.c } else if (strnlen(value, 35) < 35) {
value 111 source4/client/mount.cifs.c if (!value || !*value) {
value 114 source4/client/mount.cifs.c } else if(strnlen(value,5) < 5) {
value 118 source4/client/mount.cifs.c if (strnlen(value, 300) < 300) {
value 120 source4/client/mount.cifs.c if (strncmp(value, "//", 2) == 0) {
value 125 source4/client/mount.cifs.c } else if (strncmp(value, "\\\\", 2) != 0) {
value 140 source4/client/mount.cifs.c if (!value || !*value) {
value 144 source4/client/mount.cifs.c if (strnlen(value, 65) < 65) {
value 151 source4/client/mount.cifs.c if (value && *value) {
value 155 source4/client/mount.cifs.c if (value && *value) {
value 701 source4/dsdb/common/util.c if (ldb_attr_cmp(value, (char *)el->values[i].data) == 0) {
value 788 source4/dsdb/common/util.c v = talloc_strdup(mem_ctx, value);
value 813 source4/dsdb/common/util.c v = talloc_strdup(mem_ctx, value);
value 100 source4/dsdb/samdb/ldb_modules/anr.c match_tree->u.equality.value = *match;
value 259 source4/dsdb/samdb/ldb_modules/anr.c ret = anr_replace_value(ac, tree, &tree->u.equality.value, ntree);
value 42 source4/dsdb/samdb/ldb_modules/linked_attributes.c char *value;
value 471 source4/dsdb/samdb/ldb_modules/objectclass.c char *value;
value 557 source4/dsdb/samdb/ldb_modules/objectclass.c value = talloc_strdup(msg, current->objectclass->lDAPDisplayName);
value 558 source4/dsdb/samdb/ldb_modules/objectclass.c if (value == NULL) {
value 563 source4/dsdb/samdb/ldb_modules/objectclass.c ret = ldb_msg_add_string(msg, "objectClass", value);
value 576 source4/dsdb/samdb/ldb_modules/objectclass.c value = talloc_strdup(msg, current->objectclass->defaultObjectCategory);
value 577 source4/dsdb/samdb/ldb_modules/objectclass.c if (value == NULL) {
value 582 source4/dsdb/samdb/ldb_modules/objectclass.c ldb_msg_add_string(msg, "objectCategory", value);
value 668 source4/dsdb/samdb/ldb_modules/objectclass.c char *value;
value 765 source4/dsdb/samdb/ldb_modules/objectclass.c value = talloc_strdup(msg,
value 767 source4/dsdb/samdb/ldb_modules/objectclass.c if (value == NULL) {
value 772 source4/dsdb/samdb/ldb_modules/objectclass.c ret = ldb_msg_add_string(msg, "objectClass", value);
value 881 source4/dsdb/samdb/ldb_modules/objectclass.c char *value;
value 939 source4/dsdb/samdb/ldb_modules/objectclass.c value = talloc_strdup(msg, current->objectclass->lDAPDisplayName);
value 940 source4/dsdb/samdb/ldb_modules/objectclass.c if (value == NULL) {
value 944 source4/dsdb/samdb/ldb_modules/objectclass.c ret = ldb_msg_add_string(msg, "objectClass", value);
value 464 source4/dsdb/samdb/ldb_modules/password_hash.c pkb3->keys[0].value = &io->g.des_md5;
value 466 source4/dsdb/samdb/ldb_modules/password_hash.c pkb3->keys[1].value = &io->g.des_crc;
value 571 source4/dsdb/samdb/ldb_modules/password_hash.c pkb4->keys[0].value = &io->g.aes_256;
value 574 source4/dsdb/samdb/ldb_modules/password_hash.c pkb4->keys[1].value = &io->g.aes_128;
value 577 source4/dsdb/samdb/ldb_modules/password_hash.c pkb4->keys[2].value = &io->g.des_md5;
value 580 source4/dsdb/samdb/ldb_modules/password_hash.c pkb4->keys[3].value = &io->g.des_crc;
value 284 source4/heimdal/lib/asn1/gen.c switch(s->value->type) {
value 289 source4/heimdal/lib/asn1/gen.c s->gen_name, s->value->u.integervalue);
value 302 source4/heimdal/lib/asn1/gen.c for (o = s->value->u.objectidentifiervalue; o != NULL; o = o->next)
value 312 source4/heimdal/lib/asn1/gen.c for (o = s->value->u.objectidentifiervalue; o != NULL; o = o->next)
value 319 source4/heimdal/lib/asn1/gen.c o->label ? o->label : "label-less", o->value);
value 329 source4/heimdal/lib/asn1/gen.c fprintf(codefile, "%d%s ", list[i - 1]->value, i > 1 ? "," : "");
value 64 source4/heimdal/lib/asn1/gen_encode.c int value;
value 99 source4/heimdal/lib/asn1/gen_encode.c for(p = values; p->value != -1; p++)
value 100 source4/heimdal/lib/asn1/gen_encode.c if(p->value == value)
value 103 source4/heimdal/lib/asn1/gen_encode.c snprintf(s, sizeof(s), "%d", value);
value 304 source4/heimdal/lib/asn1/parse.c struct value *value;
value 1838 source4/heimdal/lib/asn1/parse.c if((yyvsp[(2) - (5)].value)->type != integervalue)
value 1840 source4/heimdal/lib/asn1/parse.c if((yyvsp[(2) - (5)].value)->type != integervalue)
value 1843 source4/heimdal/lib/asn1/parse.c (yyval.range)->min = (yyvsp[(2) - (5)].value)->u.integervalue;
value 1844 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(4) - (5)].value)->u.integervalue;
value 1851 source4/heimdal/lib/asn1/parse.c if((yyvsp[(2) - (5)].value)->type != integervalue)
value 1854 source4/heimdal/lib/asn1/parse.c (yyval.range)->min = (yyvsp[(2) - (5)].value)->u.integervalue;
value 1855 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(2) - (5)].value)->u.integervalue - 1;
value 1862 source4/heimdal/lib/asn1/parse.c if((yyvsp[(4) - (5)].value)->type != integervalue)
value 1865 source4/heimdal/lib/asn1/parse.c (yyval.range)->min = (yyvsp[(4) - (5)].value)->u.integervalue + 2;
value 1866 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(4) - (5)].value)->u.integervalue;
value 1873 source4/heimdal/lib/asn1/parse.c if((yyvsp[(2) - (3)].value)->type != integervalue)
value 1876 source4/heimdal/lib/asn1/parse.c (yyval.range)->min = (yyvsp[(2) - (3)].value)->u.integervalue;
value 1877 source4/heimdal/lib/asn1/parse.c (yyval.range)->max = (yyvsp[(2) - (3)].value)->u.integervalue;
value 2133 source4/heimdal/lib/asn1/parse.c if ((yyvsp[(3) - (3)].value)->type != objectidentifiervalue)
value 2137 source4/heimdal/lib/asn1/parse.c (yyval.constraint_spec)->u.content.encoding = (yyvsp[(3) - (3)].value);
value 2144 source4/heimdal/lib/asn1/parse.c if ((yyvsp[(5) - (5)].value)->type != objectidentifiervalue)
value 2148 source4/heimdal/lib/asn1/parse.c (yyval.constraint_spec)->u.content.encoding = (yyvsp[(5) - (5)].value);
value 2238 source4/heimdal/lib/asn1/parse.c s->value = (yyvsp[(4) - (4)].value);
value 2363 source4/heimdal/lib/asn1/parse.c (yyval.member)->defval = (yyvsp[(3) - (3)].value);
value 2441 source4/heimdal/lib/asn1/parse.c s->value->type != objectidentifiervalue) {
value 2446 source4/heimdal/lib/asn1/parse.c (yyval.objid) = s->value->u.objectidentifiervalue;
value 2465 source4/heimdal/lib/asn1/parse.c (yyval.value) = s->value;
value 2472 source4/heimdal/lib/asn1/parse.c (yyval.value) = emalloc(sizeof(*(yyval.value)));
value 2473 source4/heimdal/lib/asn1/parse.c (yyval.value)->type = stringvalue;
value 2474 source4/heimdal/lib/asn1/parse.c (yyval.value)->u.stringvalue = (yyvsp[(1) - (1)].name);
value 2481 source4/heimdal/lib/asn1/parse.c (yyval.value) = emalloc(sizeof(*(yyval.value)));
value 2482 source4/heimdal/lib/asn1/parse.c (yyval.value)->type = booleanvalue;
value 2483 source4/heimdal/lib/asn1/parse.c (yyval.value)->u.booleanvalue = 0;
value 2490 source4/heimdal/lib/asn1/parse.c (yyval.value) = emalloc(sizeof(*(yyval.value)));
value 2491 source4/heimdal/lib/asn1/parse.c (yyval.value)->type = booleanvalue;
value 2492 source4/heimdal/lib/asn1/parse.c (yyval.value)->u.booleanvalue = 0;
value 2499 source4/heimdal/lib/asn1/parse.c (yyval.value) = emalloc(sizeof(*(yyval.value)));
value 2500 source4/heimdal/lib/asn1/parse.c (yyval.value)->type = integervalue;
value 2501 source4/heimdal/lib/asn1/parse.c (yyval.value)->u.integervalue = (yyvsp[(1) - (1)].constant);
value 2514 source4/heimdal/lib/asn1/parse.c (yyval.value) = emalloc(sizeof(*(yyval.value)));
value 2515 source4/heimdal/lib/asn1/parse.c (yyval.value)->type = objectidentifiervalue;
value 2516 source4/heimdal/lib/asn1/parse.c (yyval.value)->u.objectidentifiervalue = (yyvsp[(1) - (1)].objid);
value 2768 source4/heimdal/lib/asn1/parse.c s->value = value;
value 228 source4/heimdal/lib/asn1/parse.h struct value *value;
value 67 source4/heimdal/lib/asn1/parse.y struct value *value;
value 172 source4/heimdal/lib/asn1/parse.y %type <value> Value
value 173 source4/heimdal/lib/asn1/parse.y %type <value> BuiltinValue
value 174 source4/heimdal/lib/asn1/parse.y %type <value> IntegerValue
value 175 source4/heimdal/lib/asn1/parse.y %type <value> BooleanValue
value 176 source4/heimdal/lib/asn1/parse.y %type <value> ObjectIdentifierValue
value 177 source4/heimdal/lib/asn1/parse.y %type <value> CharacterStringValue
value 178 source4/heimdal/lib/asn1/parse.y %type <value> NullValue
value 179 source4/heimdal/lib/asn1/parse.y %type <value> DefinedValue
value 180 source4/heimdal/lib/asn1/parse.y %type <value> ReferencedValue
value 181 source4/heimdal/lib/asn1/parse.y %type <value> Valuereference
value 677 source4/heimdal/lib/asn1/parse.y s->value = $4;
value 835 source4/heimdal/lib/asn1/parse.y s->value->type != objectidentifiervalue) {
value 840 source4/heimdal/lib/asn1/parse.y $$ = s->value->u.objectidentifiervalue;
value 872 source4/heimdal/lib/asn1/parse.y $$ = s->value;
value 953 source4/heimdal/lib/asn1/parse.y s->value = value;
value 95 source4/heimdal/lib/asn1/symbol.h struct value *defval;
value 136 source4/heimdal/lib/asn1/symbol.h struct value *encoding;
value 143 source4/heimdal/lib/asn1/symbol.h int value;
value 151 source4/heimdal/lib/asn1/symbol.h struct value *value;
value 88 source4/heimdal/lib/gssapi/gssapi/gssapi.h void *value;
value 88 source4/heimdal/lib/gssapi/krb5/8003.c b->initiator_address.value,
value 96 source4/heimdal/lib/gssapi/krb5/8003.c b->acceptor_address.value,
value 102 source4/heimdal/lib/gssapi/krb5/8003.c b->application_data.value,
value 343 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c indata.data = input_token_buffer->value;
value 569 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c output_token->value = outbuf.data;
value 651 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c inbuf.data = input_token_buffer->value;
value 811 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c output_token->value = NULL;
value 67 source4/heimdal/lib/gssapi/krb5/address_to_krb5addr.c gss_addr->value,
value 183 source4/heimdal/lib/gssapi/krb5/arcfour.c message_token->value = malloc (total_len);
value 184 source4/heimdal/lib/gssapi/krb5/arcfour.c if (message_token->value == NULL) {
value 189 source4/heimdal/lib/gssapi/krb5/arcfour.c p0 = _gssapi_make_mech_header(message_token->value,
value 209 source4/heimdal/lib/gssapi/krb5/arcfour.c message_buffer->value, message_buffer->length,
value 271 source4/heimdal/lib/gssapi/krb5/arcfour.c p = token_buffer->value;
value 290 source4/heimdal/lib/gssapi/krb5/arcfour.c message_buffer->value, message_buffer->length,
value 377 source4/heimdal/lib/gssapi/krb5/arcfour.c output_message_buffer->value = malloc (total_len);
value 378 source4/heimdal/lib/gssapi/krb5/arcfour.c if (output_message_buffer->value == NULL) {
value 383 source4/heimdal/lib/gssapi/krb5/arcfour.c p0 = _gssapi_make_mech_header(output_message_buffer->value,
value 424 source4/heimdal/lib/gssapi/krb5/arcfour.c memcpy(p, input_message_buffer->value, input_message_buffer->length);
value 525 source4/heimdal/lib/gssapi/krb5/arcfour.c p0 = input_message_buffer->value;
value 543 source4/heimdal/lib/gssapi/krb5/arcfour.c len = (p0 - (u_char *)input_message_buffer->value) +
value 621 source4/heimdal/lib/gssapi/krb5/arcfour.c output_message_buffer->value = malloc(datalen);
value 622 source4/heimdal/lib/gssapi/krb5/arcfour.c if (output_message_buffer->value == NULL) {
value 634 source4/heimdal/lib/gssapi/krb5/arcfour.c output_message_buffer->value);
value 638 source4/heimdal/lib/gssapi/krb5/arcfour.c memcpy(output_message_buffer->value,
value 659 source4/heimdal/lib/gssapi/krb5/arcfour.c output_message_buffer->value,
value 280 source4/heimdal/lib/gssapi/krb5/cfx.c output_message_buffer->value = malloc(output_message_buffer->length);
value 281 source4/heimdal/lib/gssapi/krb5/cfx.c if (output_message_buffer->value == NULL) {
value 287 source4/heimdal/lib/gssapi/krb5/cfx.c p = output_message_buffer->value;
value 368 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy(p, input_message_buffer->value, input_message_buffer->length);
value 416 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy(buf, input_message_buffer->value, input_message_buffer->length);
value 441 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy(p, input_message_buffer->value, input_message_buffer->length);
value 493 source4/heimdal/lib/gssapi/krb5/cfx.c p = input_message_buffer->value;
value 567 source4/heimdal/lib/gssapi/krb5/cfx.c len -= (p - (u_char *)input_message_buffer->value);
value 612 source4/heimdal/lib/gssapi/krb5/cfx.c output_message_buffer->value = data.data;
value 647 source4/heimdal/lib/gssapi/krb5/cfx.c output_message_buffer->value = malloc(len + sizeof(*token));
value 648 source4/heimdal/lib/gssapi/krb5/cfx.c if (output_message_buffer->value == NULL) {
value 655 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy(output_message_buffer->value, p, len);
value 656 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy((u_char *)output_message_buffer->value + len,
value 660 source4/heimdal/lib/gssapi/krb5/cfx.c token = (gss_cfx_wrap_token)((u_char *)output_message_buffer->value +
value 669 source4/heimdal/lib/gssapi/krb5/cfx.c output_message_buffer->value,
value 721 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy(buf, message_buffer->value, message_buffer->length);
value 762 source4/heimdal/lib/gssapi/krb5/cfx.c message_token->value = malloc(message_token->length);
value 763 source4/heimdal/lib/gssapi/krb5/cfx.c if (message_token->value == NULL) {
value 771 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy(message_token->value, token, sizeof(*token));
value 772 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy((u_char *)message_token->value + sizeof(*token),
value 805 source4/heimdal/lib/gssapi/krb5/cfx.c p = token_buffer->value;
value 883 source4/heimdal/lib/gssapi/krb5/cfx.c memcpy(buf, message_buffer->value, message_buffer->length);
value 136 source4/heimdal/lib/gssapi/krb5/decapsulate.c p = input_token_buffer->value;
value 146 source4/heimdal/lib/gssapi/krb5/decapsulate.c (p - (u_char *)input_token_buffer->value);
value 166 source4/heimdal/lib/gssapi/krb5/decapsulate.c p = input_token_buffer->value;
value 177 source4/heimdal/lib/gssapi/krb5/decapsulate.c (p - (u_char *)input_token_buffer->value);
value 195 source4/heimdal/lib/gssapi/krb5/decapsulate.c pad = (u_char *)wrapped_token->value + wrapped_token->length - 1;
value 52 source4/heimdal/lib/gssapi/krb5/delete_sec_context.c output_token->value = NULL;
value 61 source4/heimdal/lib/gssapi/krb5/display_name.c output_name_buffer->value = malloc(len + 1);
value 62 source4/heimdal/lib/gssapi/krb5/display_name.c if (output_name_buffer->value == NULL) {
value 67 source4/heimdal/lib/gssapi/krb5/display_name.c memcpy (output_name_buffer->value, buf, len);
value 68 source4/heimdal/lib/gssapi/krb5/display_name.c ((char *)output_name_buffer->value)[len] = '\0';
value 157 source4/heimdal/lib/gssapi/krb5/display_status.c status_string->value = NULL;
value 196 source4/heimdal/lib/gssapi/krb5/display_status.c status_string->value = buf;
value 115 source4/heimdal/lib/gssapi/krb5/encapsulate.c output_token->value = malloc (outer_len);
value 116 source4/heimdal/lib/gssapi/krb5/encapsulate.c if (output_token->value == NULL) {
value 121 source4/heimdal/lib/gssapi/krb5/encapsulate.c p = _gssapi_make_mech_header (output_token->value, len, mech);
value 146 source4/heimdal/lib/gssapi/krb5/encapsulate.c output_token->value = malloc (outer_len);
value 147 source4/heimdal/lib/gssapi/krb5/encapsulate.c if (output_token->value == NULL) {
value 152 source4/heimdal/lib/gssapi/krb5/encapsulate.c p = _gsskrb5_make_header (output_token->value, len, type, mech);
value 60 source4/heimdal/lib/gssapi/krb5/export_name.c exported_name->value = malloc(exported_name->length);
value 61 source4/heimdal/lib/gssapi/krb5/export_name.c if (exported_name->value == NULL) {
value 69 source4/heimdal/lib/gssapi/krb5/export_name.c buf = exported_name->value;
value 174 source4/heimdal/lib/gssapi/krb5/export_sec_context.c data.data = buffer.value;
value 187 source4/heimdal/lib/gssapi/krb5/export_sec_context.c data.data = buffer.value;
value 228 source4/heimdal/lib/gssapi/krb5/export_sec_context.c interprocess_token->value = data.data;
value 61 source4/heimdal/lib/gssapi/krb5/get_mic.c message_token->value = malloc (total_len);
value 62 source4/heimdal/lib/gssapi/krb5/get_mic.c if (message_token->value == NULL) {
value 68 source4/heimdal/lib/gssapi/krb5/get_mic.c p = _gsskrb5_make_header(message_token->value,
value 86 source4/heimdal/lib/gssapi/krb5/get_mic.c MD5_Update (&md5, message_buffer->value, message_buffer->length);
value 154 source4/heimdal/lib/gssapi/krb5/get_mic.c message_token->value = malloc (total_len);
value 155 source4/heimdal/lib/gssapi/krb5/get_mic.c if (message_token->value == NULL) {
value 161 source4/heimdal/lib/gssapi/krb5/get_mic.c p = _gsskrb5_make_header(message_token->value,
value 176 source4/heimdal/lib/gssapi/krb5/get_mic.c free (message_token->value);
value 177 source4/heimdal/lib/gssapi/krb5/get_mic.c message_token->value = NULL;
value 183 source4/heimdal/lib/gssapi/krb5/get_mic.c memcpy (tmp + 8, message_buffer->value, message_buffer->length);
value 187 source4/heimdal/lib/gssapi/krb5/get_mic.c free (message_token->value);
value 188 source4/heimdal/lib/gssapi/krb5/get_mic.c message_token->value = NULL;
value 205 source4/heimdal/lib/gssapi/krb5/get_mic.c free (message_token->value);
value 206 source4/heimdal/lib/gssapi/krb5/get_mic.c message_token->value = NULL;
value 231 source4/heimdal/lib/gssapi/krb5/get_mic.c free (message_token->value);
value 232 source4/heimdal/lib/gssapi/krb5/get_mic.c message_token->value = NULL;
value 249 source4/heimdal/lib/gssapi/krb5/get_mic.c free (message_token->value);
value 250 source4/heimdal/lib/gssapi/krb5/get_mic.c message_token->value = NULL;
value 76 source4/heimdal/lib/gssapi/krb5/import_name.c input_name_buffer->value,
value 143 source4/heimdal/lib/gssapi/krb5/import_name.c input_name_buffer->value,
value 183 source4/heimdal/lib/gssapi/krb5/import_name.c p = input_name_buffer->value;
value 65 source4/heimdal/lib/gssapi/krb5/import_sec_context.c sp = krb5_storage_from_mem (interprocess_token->value,
value 157 source4/heimdal/lib/gssapi/krb5/import_sec_context.c buffer.value = data.data;
value 175 source4/heimdal/lib/gssapi/krb5/import_sec_context.c buffer.value = data.data;
value 63 source4/heimdal/lib/gssapi/krb5/init_sec_context.c *(int16_t *) input_chan_bindings->application_data.value;
value 66 source4/heimdal/lib/gssapi/krb5/init_sec_context.c *((int16_t *) input_chan_bindings->application_data.value + 1);
value 95 source4/heimdal/lib/gssapi/krb5/init_sec_context.c free(input_chan_bindings->application_data.value);
value 96 source4/heimdal/lib/gssapi/krb5/init_sec_context.c input_chan_bindings->application_data.value = NULL;
value 642 source4/heimdal/lib/gssapi/krb5/init_sec_context.c output_token->value = outbuf.data;
value 692 source4/heimdal/lib/gssapi/krb5/init_sec_context.c output_token->value = NULL;
value 700 source4/heimdal/lib/gssapi/krb5/init_sec_context.c indata.data = input_token->value;
value 813 source4/heimdal/lib/gssapi/krb5/init_sec_context.c output_token->value = outbuf.data;
value 847 source4/heimdal/lib/gssapi/krb5/init_sec_context.c output_token->value = NULL;
value 71 source4/heimdal/lib/gssapi/krb5/inquire_cred_by_oid.c buffer.value = str;
value 81 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c gss_buffer_desc value;
value 96 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.length = sizeof(buf);
value 97 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.value = buf;
value 100 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c &value,
value 163 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c gss_buffer_desc value;
value 165 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.length = data.length;
value 166 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.value = data.data;
value 169 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c &value,
value 216 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c ad_data.value = data.data;
value 373 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c ad_data.value = data.data;
value 401 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c gss_buffer_desc value;
value 418 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.length = sizeof(buf);
value 419 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.value = buf;
value 422 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c &value,
value 467 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c gss_buffer_desc value;
value 469 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.length = data.length;
value 470 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c value.value = data.data;
value 473 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c &value,
value 93 source4/heimdal/lib/gssapi/krb5/prf.c prf_out->value = malloc(desired_output_len);
value 94 source4/heimdal/lib/gssapi/krb5/prf.c if (prf_out->value == NULL) {
value 115 source4/heimdal/lib/gssapi/krb5/prf.c memcpy(((unsigned char *)input.data) + 4, prf_in->value, prf_in->length);
value 118 source4/heimdal/lib/gssapi/krb5/prf.c p = prf_out->value;
value 50 source4/heimdal/lib/gssapi/krb5/process_context_token.c empty_buffer.value = NULL;
value 44 source4/heimdal/lib/gssapi/krb5/release_buffer.c free (buffer->value);
value 45 source4/heimdal/lib/gssapi/krb5/release_buffer.c buffer->value = NULL;
value 70 source4/heimdal/lib/gssapi/krb5/set_cred_option.c sp = krb5_storage_from_mem(value->value, value->length);
value 162 source4/heimdal/lib/gssapi/krb5/set_cred_option.c if ((value->length % 4) != 0) {
value 168 source4/heimdal/lib/gssapi/krb5/set_cred_option.c len = value->length / 4;
value 176 source4/heimdal/lib/gssapi/krb5/set_cred_option.c sp = krb5_storage_from_mem(value->value, value->length);
value 246 source4/heimdal/lib/gssapi/krb5/set_cred_option.c if (value == GSS_C_NO_BUFFER) {
value 252 source4/heimdal/lib/gssapi/krb5/set_cred_option.c return import_cred(minor_status, context, cred_handle, value);
value 255 source4/heimdal/lib/gssapi/krb5/set_cred_option.c return allowed_enctypes(minor_status, context, cred_handle, value);
value 258 source4/heimdal/lib/gssapi/krb5/set_cred_option.c return no_ci_flags(minor_status, context, cred_handle, value);
value 46 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value->value == NULL || value->length != 1) {
value 50 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c *flag = *((const char *)value->value) != 0;
value 59 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value == NULL || value->length == 0) {
value 62 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c *str = malloc(value->length + 1);
value 67 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c memcpy(*str, value->value, value->length);
value 68 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c (*str)[value->length] = '\0';
value 79 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value == NULL || value->length == 0)
value 81 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c else if (value->length == sizeof(*ret))
value 82 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c memcpy(ret, value->value, sizeof(*ret));
value 95 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value->length == sizeof(set))
value 96 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c memcpy(value->value, &set, sizeof(set));
value 115 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value == GSS_C_NO_BUFFER) {
value 129 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c maj_stat = get_bool(minor_status, value, &flag);
value 145 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c maj_stat = get_bool(minor_status, value, &flag);
value 155 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c maj_stat = get_string(minor_status, value, &str);
value 168 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c maj_stat = get_string(minor_status, value, &str);
value 184 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value == NULL || value->length == 0) {
value 189 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value->length != sizeof(c)) {
value 193 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c memcpy(&c, value->value, sizeof(c));
value 204 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c maj_stat = get_string(minor_status, value, &str);
value 222 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c maj_stat = get_int32(minor_status, value, &offset);
value 241 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c maj_stat = set_int32(minor_status, value, sec - t);
value 250 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c if (value->length != sizeof(c)) {
value 254 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c memcpy(&c, value->value, sizeof(c));
value 70 source4/heimdal/lib/gssapi/krb5/unwrap.c p = input_message_buffer->value;
value 95 source4/heimdal/lib/gssapi/krb5/unwrap.c len = p - (u_char *)input_message_buffer->value;
value 177 source4/heimdal/lib/gssapi/krb5/unwrap.c output_message_buffer->value = malloc(output_message_buffer->length);
value 178 source4/heimdal/lib/gssapi/krb5/unwrap.c if(output_message_buffer->length != 0 && output_message_buffer->value == NULL)
value 180 source4/heimdal/lib/gssapi/krb5/unwrap.c memcpy (output_message_buffer->value,
value 218 source4/heimdal/lib/gssapi/krb5/unwrap.c p = input_message_buffer->value;
value 243 source4/heimdal/lib/gssapi/krb5/unwrap.c len = p - (u_char *)input_message_buffer->value;
value 370 source4/heimdal/lib/gssapi/krb5/unwrap.c output_message_buffer->value = malloc(output_message_buffer->length);
value 371 source4/heimdal/lib/gssapi/krb5/unwrap.c if(output_message_buffer->length != 0 && output_message_buffer->value == NULL)
value 373 source4/heimdal/lib/gssapi/krb5/unwrap.c memcpy (output_message_buffer->value,
value 394 source4/heimdal/lib/gssapi/krb5/unwrap.c output_message_buffer->value = NULL;
value 60 source4/heimdal/lib/gssapi/krb5/verify_mic.c p = token_buffer->value;
value 79 source4/heimdal/lib/gssapi/krb5/verify_mic.c MD5_Update (&md5, message_buffer->value,
value 154 source4/heimdal/lib/gssapi/krb5/verify_mic.c p = token_buffer->value;
value 243 source4/heimdal/lib/gssapi/krb5/verify_mic.c memcpy (tmp + 8, message_buffer->value, message_buffer->length);
value 228 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = malloc (total_len);
value 229 source4/heimdal/lib/gssapi/krb5/wrap.c if (output_message_buffer->value == NULL) {
value 235 source4/heimdal/lib/gssapi/krb5/wrap.c p = _gsskrb5_make_header(output_message_buffer->value,
value 259 source4/heimdal/lib/gssapi/krb5/wrap.c memcpy (p + 8, input_message_buffer->value,
value 363 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = malloc (total_len);
value 364 source4/heimdal/lib/gssapi/krb5/wrap.c if (output_message_buffer->value == NULL) {
value 370 source4/heimdal/lib/gssapi/krb5/wrap.c p = _gsskrb5_make_header(output_message_buffer->value,
value 392 source4/heimdal/lib/gssapi/krb5/wrap.c memcpy (p + 28 + 8, input_message_buffer->value,
value 398 source4/heimdal/lib/gssapi/krb5/wrap.c free (output_message_buffer->value);
value 400 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = NULL;
value 414 source4/heimdal/lib/gssapi/krb5/wrap.c free (output_message_buffer->value);
value 416 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = NULL;
value 445 source4/heimdal/lib/gssapi/krb5/wrap.c free (output_message_buffer->value);
value 447 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = NULL;
value 464 source4/heimdal/lib/gssapi/krb5/wrap.c free (output_message_buffer->value);
value 466 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = NULL;
value 490 source4/heimdal/lib/gssapi/krb5/wrap.c free (output_message_buffer->value);
value 492 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = NULL;
value 500 source4/heimdal/lib/gssapi/krb5/wrap.c free (output_message_buffer->value);
value 502 source4/heimdal/lib/gssapi/krb5/wrap.c output_message_buffer->value = NULL;
value 88 source4/heimdal/lib/gssapi/mech/context.c if (value != mg->maj_stat || mg->maj_error.length == 0)
value 90 source4/heimdal/lib/gssapi/mech/context.c string->value = malloc(mg->maj_error.length);
value 92 source4/heimdal/lib/gssapi/mech/context.c memcpy(string->value, mg->maj_error.value, mg->maj_error.length);
value 96 source4/heimdal/lib/gssapi/mech/context.c if (value != mg->min_stat || mg->min_error.length == 0)
value 98 source4/heimdal/lib/gssapi/mech/context.c string->value = malloc(mg->min_error.length);
value 100 source4/heimdal/lib/gssapi/mech/context.c memcpy(string->value, mg->min_error.value, mg->min_error.length);
value 104 source4/heimdal/lib/gssapi/mech/context.c string->value = NULL;
value 141 source4/heimdal/lib/gssapi/mech/context.c mg->maj_error.value = NULL;
value 151 source4/heimdal/lib/gssapi/mech/context.c mg->min_error.value = NULL;
value 35 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c unsigned char *p = input_token->value;
value 118 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c memcmp((const char *)input->value, "NTLMSSP\x00", 8) == 0)
value 123 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c ((const char *)input->value)[0] == 0x6E)
value 86 source4/heimdal/lib/gssapi/mech/gss_buffer_set.c p->value = malloc(member_buffer->length);
value 87 source4/heimdal/lib/gssapi/mech/gss_buffer_set.c if (p->value == NULL) {
value 91 source4/heimdal/lib/gssapi/mech/gss_buffer_set.c memcpy(p->value, member_buffer->value, member_buffer->length);
value 46 source4/heimdal/lib/gssapi/mech/gss_compare_name.c if (name1->gn_value.value && name2->gn_value.value) {
value 51 source4/heimdal/lib/gssapi/mech/gss_compare_name.c memcmp(name1->gn_value.value, name1->gn_value.value,
value 54 source4/heimdal/lib/gssapi/mech/gss_decapsulate_token.c ret = decode_GSSAPIContextToken(input_token->value, input_token->length,
value 63 source4/heimdal/lib/gssapi/mech/gss_decapsulate_token.c output_token->value = ct.innerContextToken.data;
value 56 source4/heimdal/lib/gssapi/mech/gss_display_name.c if (name->gn_value.value) {
value 57 source4/heimdal/lib/gssapi/mech/gss_display_name.c output_name_buffer->value = malloc(name->gn_value.length);
value 58 source4/heimdal/lib/gssapi/mech/gss_display_name.c if (!output_name_buffer->value) {
value 63 source4/heimdal/lib/gssapi/mech/gss_display_name.c memcpy(output_name_buffer->value, name->gn_value.value,
value 178 source4/heimdal/lib/gssapi/mech/gss_display_status.c status_string->value = buf;
value 189 source4/heimdal/lib/gssapi/mech/gss_display_status.c oid.value = rk_UNCONST("unknown");
value 195 source4/heimdal/lib/gssapi/mech/gss_display_status.c (int)oid.length, (char *)oid.value);
value 203 source4/heimdal/lib/gssapi/mech/gss_display_status.c status_string->value = buf;
value 49 source4/heimdal/lib/gssapi/mech/gss_duplicate_name.c if (name->gn_value.value) {
value 52 source4/heimdal/lib/gssapi/mech/gss_encapsulate_token.c ct.innerContextToken.data = input_token->value;
value 56 source4/heimdal/lib/gssapi/mech/gss_encapsulate_token.c output_token->value, output_token->length,
value 54 source4/heimdal/lib/gssapi/mech/gss_export_sec_context.c interprocess_token->value = malloc(interprocess_token->length);
value 55 source4/heimdal/lib/gssapi/mech/gss_export_sec_context.c if (!interprocess_token->value) {
value 67 source4/heimdal/lib/gssapi/mech/gss_export_sec_context.c p = interprocess_token->value;
value 71 source4/heimdal/lib/gssapi/mech/gss_export_sec_context.c memcpy(p + 2 + m->gm_mech_oid.length, buf.value, buf.length);
value 38 source4/heimdal/lib/gssapi/mech/gss_import_name.c unsigned char *p = input_name_buffer->value;
value 52 source4/heimdal/lib/gssapi/mech/gss_import_sec_context.c p = interprocess_token->value;
value 61 source4/heimdal/lib/gssapi/mech/gss_import_sec_context.c buf.value = p + 2 + mech_oid.length;
value 69 source4/heimdal/lib/gssapi/mech/gss_krb5.c (char *)data_set->elements[0].value);
value 174 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = data.data;
value 198 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = rk_UNCONST(identity);
value 228 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = &b;
value 309 source4/heimdal/lib/gssapi/mech/gss_krb5.c sp = krb5_storage_from_mem(data_set->elements[0].value,
value 470 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = data.data;
value 498 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = c;
value 501 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = NULL;
value 533 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = rk_UNCONST(name);
value 591 source4/heimdal/lib/gssapi/mech/gss_krb5.c unsigned char *buf = data_set->elements[0].value;
value 686 source4/heimdal/lib/gssapi/mech/gss_krb5.c ad_data->value = malloc(data_set->elements[0].length);
value 687 source4/heimdal/lib/gssapi/mech/gss_krb5.c if (ad_data->value == NULL) {
value 694 source4/heimdal/lib/gssapi/mech/gss_krb5.c memcpy(ad_data->value, data_set->elements[0].value, ad_data->length);
value 742 source4/heimdal/lib/gssapi/mech/gss_krb5.c sp = krb5_storage_from_mem(data_set->elements[0].value,
value 821 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = rk_UNCONST(realm);
value 865 source4/heimdal/lib/gssapi/mech/gss_krb5.c const u_char *p = data_set->elements[0].value;
value 883 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = &o;
value 906 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = &o;
value 933 source4/heimdal/lib/gssapi/mech/gss_krb5.c buffer.value = c;
value 52 source4/heimdal/lib/gssapi/mech/gss_names.c if (!name->gn_value.value)
value 63 source4/heimdal/lib/gssapi/mech/gss_oid_to_str.c oid_str->value = p;
value 38 source4/heimdal/lib/gssapi/mech/gss_release_buffer.c if (buffer->value)
value 39 source4/heimdal/lib/gssapi/mech/gss_release_buffer.c free(buffer->value);
value 78 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c minor_status, &mc->gmc_cred, object, value);
value 105 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c &mc->gmc_cred, object, value);
value 63 source4/heimdal/lib/gssapi/mech/gss_set_sec_context_option.c &ctx->gc_ctx, object, value);
value 69 source4/heimdal/lib/gssapi/mech/gss_utils.c to_buf->value = malloc(len);
value 70 source4/heimdal/lib/gssapi/mech/gss_utils.c if (!to_buf->value) {
value 76 source4/heimdal/lib/gssapi/mech/gss_utils.c memcpy(to_buf->value, from_buf->value, len);
value 66 source4/heimdal/lib/gssapi/mech/mech_locl.h do { (buffer)->value = NULL; (buffer)->length = 0; } while(0)
value 58 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c output_token->value, output_token->length, &nt,
value 135 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c name_buf.value = hostname;
value 146 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c name_buf.value = NULL;
value 187 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c *(nt.u.negTokenInit.negHints->hintName) = name_buf.value;
value 188 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c name_buf.value = NULL;
value 192 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c data.value, data.length, &nt, &buf_len, ret);
value 202 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c free (data.value);
value 278 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.responseToken->data = mech_token->value;
value 280 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c mech_token->value = NULL;
value 300 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c nt.u.negTokenResp.mechListMIC->data = mech_mic_buf.value;
value 312 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c output_token->value, output_token->length,
value 358 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c mic_buf.value = mechListMIC->data;
value 442 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c namebuf.value = host;
value 474 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c buf.value = NULL;
value 502 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c mech_buf->value, mech_buf->length,
value 517 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (buf.value)
value 518 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c free(buf.value);
value 523 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (buf.value)
value 524 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c free(buf.value);
value 563 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c mech_output_token.value = NULL;
value 565 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c mech_buf.value = NULL;
value 586 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ret = decode_NegotiationToken(data.value, data.length, &nt, &nt_len);
value 632 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ibuf.value = ni->mechToken->data;
value 726 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (mech_output_token.value != NULL)
value 728 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (mech_buf.value != NULL) {
value 729 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c free(mech_buf.value);
value 730 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c mech_buf.value = NULL;
value 793 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c mech_buf.value = NULL;
value 802 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ret = decode_NegotiationToken(input_token_buffer->value,
value 829 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ibuf.value = na->responseToken->data;
value 832 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c ibuf.value = NULL;
value 933 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c if (mech_buf.value != NULL)
value 934 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c free(mech_buf.value);
value 989 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c output_token->value = NULL;
value 113 source4/heimdal/lib/gssapi/spnego/compat.c output_token->value = NULL;
value 280 source4/heimdal/lib/gssapi/spnego/context_stubs.c if (n1->value.length != n2->value.length)
value 282 source4/heimdal/lib/gssapi/spnego/context_stubs.c if (memcmp(n1->value.value, n2->value.value, n2->value.length) != 0)
value 332 source4/heimdal/lib/gssapi/spnego/context_stubs.c maj_stat = _gss_copy_buffer(minor_status, name_buffer, &name->value);
value 374 source4/heimdal/lib/gssapi/spnego/context_stubs.c gss_release_buffer(&junk, &name->value);
value 919 source4/heimdal/lib/gssapi/spnego/context_stubs.c value);
value 112 source4/heimdal/lib/gssapi/spnego/cred_stubs.c ret = gss_import_name(minor_status, &dname->value, &dname->type, &name);
value 354 source4/heimdal/lib/gssapi/spnego/cred_stubs.c value);
value 94 source4/heimdal/lib/gssapi/spnego/init_sec_context.c output_token->value = NULL;
value 112 source4/heimdal/lib/gssapi/spnego/init_sec_context.c output_token->value = NULL;
value 125 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.responseToken->data = mech_token->value;
value 127 source4/heimdal/lib/gssapi/spnego/init_sec_context.c mech_token->value = NULL;
value 149 source4/heimdal/lib/gssapi/spnego/init_sec_context.c nt.u.negTokenResp.mechListMIC->data = mic_buf.value;
value 162 source4/heimdal/lib/gssapi/spnego/init_sec_context.c output_token->value, output_token->length,
value 228 source4/heimdal/lib/gssapi/spnego/init_sec_context.c sub = gss_import_name(&minor, &name->value, &name->type, &ctx->target_name);
value 298 source4/heimdal/lib/gssapi/spnego/init_sec_context.c memcpy(ni.mechToken->data, mech_token.value, mech_token.length);
value 343 source4/heimdal/lib/gssapi/spnego/init_sec_context.c data.value = buf;
value 409 source4/heimdal/lib/gssapi/spnego/init_sec_context.c output_token->value = NULL;
value 412 source4/heimdal/lib/gssapi/spnego/init_sec_context.c mech_output_token.value = NULL;
value 414 source4/heimdal/lib/gssapi/spnego/init_sec_context.c mech_buf.value = NULL;
value 417 source4/heimdal/lib/gssapi/spnego/init_sec_context.c ret = der_match_tag_and_length(input_token->value, input_token->length,
value 425 source4/heimdal/lib/gssapi/spnego/init_sec_context.c ret = decode_NegTokenResp((const unsigned char *)input_token->value+taglen,
value 493 source4/heimdal/lib/gssapi/spnego/init_sec_context.c mech_input_token.value = resp.responseToken->data;
value 496 source4/heimdal/lib/gssapi/spnego/init_sec_context.c mech_input_token.value = NULL;
value 560 source4/heimdal/lib/gssapi/spnego/init_sec_context.c ASN1_MALLOC_ENCODE(MechTypeList, mech_buf.value, mech_buf.length,
value 574 source4/heimdal/lib/gssapi/spnego/init_sec_context.c free(mech_buf.value);
value 580 source4/heimdal/lib/gssapi/spnego/init_sec_context.c mic_buf.value = resp.mechListMIC->data;
value 590 source4/heimdal/lib/gssapi/spnego/init_sec_context.c free(mech_buf.value);
value 604 source4/heimdal/lib/gssapi/spnego/init_sec_context.c if (mech_buf.value != NULL)
value 605 source4/heimdal/lib/gssapi/spnego/init_sec_context.c free(mech_buf.value);
value 105 source4/heimdal/lib/gssapi/spnego/spnego_locl.h gss_buffer_desc value;
value 412 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 414 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 425 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 427 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 624 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 626 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 702 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 704 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 778 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 780 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 995 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 999 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 1162 source4/heimdal/lib/hcrypto/imath/imath.c mp_sign vsign = (value < 0) ? MP_NEG : MP_ZPOS;
value 1168 source4/heimdal/lib/hcrypto/imath/imath.c cmp = s_vcmp(z, value);
value 1176 source4/heimdal/lib/hcrypto/imath/imath.c if(value < 0)
value 1238 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 1240 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 1253 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit vbuf[MP_VALUE_DIGITS(value)];
value 1255 source4/heimdal/lib/hcrypto/imath/imath.c s_fake(&vtmp, value, vbuf);
value 2199 source4/heimdal/lib/hcrypto/imath/imath.c mp_size uv = (mp_size) s_vpack(value, vbuf);
value 2202 source4/heimdal/lib/hcrypto/imath/imath.c z->alloc = MP_VALUE_DIGITS(value);
value 2203 source4/heimdal/lib/hcrypto/imath/imath.c z->sign = (value < 0) ? MP_NEG : MP_ZPOS;
value 97 source4/heimdal/lib/hdb/db.c DBT key, value;
value 106 source4/heimdal/lib/hdb/db.c code = (*d->seq)(d, &key, &value, flag);
value 121 source4/heimdal/lib/hdb/db.c data.data = value.data;
value 122 source4/heimdal/lib/hdb/db.c data.length = value.size;
value 216 source4/heimdal/lib/hdb/db.c v.data = value.data;
value 217 source4/heimdal/lib/hdb/db.c v.size = value.length;
value 84 source4/heimdal/lib/hdb/ndbm.c datum key, value;
value 98 source4/heimdal/lib/hdb/ndbm.c value = dbm_fetch(d->db, key);
value 100 source4/heimdal/lib/hdb/ndbm.c data.data = value.dptr;
value 101 source4/heimdal/lib/hdb/ndbm.c data.length = value.dsize;
value 234 source4/heimdal/lib/hdb/ndbm.c v.dptr = value.data;
value 235 source4/heimdal/lib/hdb/ndbm.c v.dsize = value.length;
value 581 source4/heimdal/lib/hx509/ca.c gn.u.otherName.value = *os;
value 763 source4/heimdal/lib/hx509/cert.c ret = add_to_list(list, &sa.val[j].u.otherName.value);
value 1632 source4/heimdal/lib/hx509/cert.c ret = _hx509_name_ds_cmp(&c->val[i].value, &n->val[i].value, &diff);
value 1674 source4/heimdal/lib/hx509/cert.c if (heim_any_cmp(&c->u.otherName.value,
value 1675 source4/heimdal/lib/hx509/cert.c &n->u.otherName.value) != 0)
value 2372 source4/heimdal/lib/hx509/cert.c DirectoryString *ds = &name->u.rdnSequence.val[0].val[0].value;
value 866 source4/heimdal/lib/hx509/cms.c if (attr->value.len != 1) {
value 874 source4/heimdal/lib/hx509/cms.c ret = decode_MessageDigest(attr->value.val[0].data,
value 875 source4/heimdal/lib/hx509/cms.c attr->value.val[0].length,
value 905 source4/heimdal/lib/hx509/cms.c if (attr->value.len != 1) {
value 912 source4/heimdal/lib/hx509/cms.c ret = decode_ContentType(attr->value.val[0].data,
value 913 source4/heimdal/lib/hx509/cms.c attr->value.val[0].length,
value 1051 source4/heimdal/lib/hx509/cms.c ALLOC_SEQ(&(*attr)[*len].value, 1);
value 1052 source4/heimdal/lib/hx509/cms.c if ((*attr)[*len].value.val == NULL) {
value 1057 source4/heimdal/lib/hx509/cms.c (*attr)[*len].value.val[0].data = data->data;
value 1058 source4/heimdal/lib/hx509/cms.c (*attr)[*len].value.val[0].length = data->length;
value 182 source4/heimdal/lib/hx509/collector.c if (value->localKeyId.length == 0) {
value 191 source4/heimdal/lib/hx509/collector.c q.local_key_id = &value->localKeyId;
value 196 source4/heimdal/lib/hx509/collector.c if (value->private_key)
value 197 source4/heimdal/lib/hx509/collector.c _hx509_cert_assign_key(cert, value->private_key);
value 210 source4/heimdal/lib/hx509/collector.c if (value->private_key == NULL) {
value 232 source4/heimdal/lib/hx509/collector.c ret = _hx509_match_keys(c, value->private_key);
value 234 source4/heimdal/lib/hx509/collector.c _hx509_cert_assign_key(c, value->private_key);
value 75 source4/heimdal/lib/hx509/env.c n->u.string = strdup(value);
value 90 source4/heimdal/lib/hx509/file.c headers->header, headers->value,
value 137 source4/heimdal/lib/hx509/file.c h->value = strdup(value);
value 138 source4/heimdal/lib/hx509/file.c if (h->value == NULL) {
value 158 source4/heimdal/lib/hx509/file.c free(h->value);
value 172 source4/heimdal/lib/hx509/file.c return h->value;
value 100 source4/heimdal/lib/hx509/hx509.h char *value;
value 210 source4/heimdal/lib/hx509/name.c DirectoryString *ds = &n->u.rdnSequence.val[i].val[j].value;
value 430 source4/heimdal/lib/hx509/name.c ret = _hx509_name_ds_cmp(&n1->u.rdnSequence.val[i].val[j].value,
value 431 source4/heimdal/lib/hx509/name.c &n2->u.rdnSequence.val[i].val[j].value,
value 518 source4/heimdal/lib/hx509/name.c rdn->val[0].value.element = choice_DirectoryString_utf8String;
value 519 source4/heimdal/lib/hx509/name.c rdn->val[0].value.u.utf8String = strdup(str);
value 520 source4/heimdal/lib/hx509/name.c if (rdn->val[0].value.u.utf8String == NULL)
value 724 source4/heimdal/lib/hx509/name.c DirectoryString *ds = &n->u.rdnSequence.val[i].val[j].value;
value 744 source4/heimdal/lib/hx509/name.c const char *value;
value 752 source4/heimdal/lib/hx509/name.c value = hx509_env_lfind(context, env, p, p2 - p);
value 753 source4/heimdal/lib/hx509/name.c if (value == NULL) {
value 760 source4/heimdal/lib/hx509/name.c strpool = rk_strpoolprintf(strpool, "%s", value);
value 607 source4/heimdal/lib/hx509/print.c (*check_altname[j].func)(ctx, &gn.val[i].u.otherName.value);
value 691 source4/heimdal/lib/krb5/addr_families.c unsigned long value;
value 692 source4/heimdal/lib/krb5/addr_families.c _krb5_get_int(addr2.address.data, &value, 2);
value 693 source4/heimdal/lib/krb5/addr_families.c port = value;
value 161 source4/heimdal/lib/krb5/heim_threads.h void *value;
value 167 source4/heimdal/lib/krb5/heim_threads.h do { (k)->value = NULL; (k)->destructor = (d); r = 0; } while(0)
value 168 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_setspecific(k,s,r) do { (k).value = s ; r = 0; } while(0)
value 169 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_getspecific(k) ((k).value)
value 170 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_key_delete(k) do { (*(k).destructor)((k).value); } while(0)
value 1345 source4/heimdal/lib/krb5/principal.c int32_t value;
value 1369 source4/heimdal/lib/krb5/principal.c *nametype = nametypes[i].value;
value 106 source4/heimdal/lib/krb5/store.c p[i] = value & 0xff;
value 107 source4/heimdal/lib/krb5/store.c value >>= 8;
value 120 source4/heimdal/lib/krb5/store.c *value = v;
value 166 source4/heimdal/lib/krb5/store.c _krb5_put_int(v, value, len);
value 178 source4/heimdal/lib/krb5/store.c value = htonl(value);
value 180 source4/heimdal/lib/krb5/store.c value = bswap32(value);
value 181 source4/heimdal/lib/krb5/store.c return krb5_store_int(sp, value, 4);
value 188 source4/heimdal/lib/krb5/store.c return krb5_store_int32(sp, (int32_t)value);
value 203 source4/heimdal/lib/krb5/store.c *value = w;
value 211 source4/heimdal/lib/krb5/store.c krb5_error_code ret = krb5_ret_int(sp, value, 4);
value 215 source4/heimdal/lib/krb5/store.c *value = htonl(*value);
value 217 source4/heimdal/lib/krb5/store.c *value = bswap32(*value);
value 230 source4/heimdal/lib/krb5/store.c *value = (uint32_t)v;
value 240 source4/heimdal/lib/krb5/store.c value = htons(value);
value 242 source4/heimdal/lib/krb5/store.c value = bswap16(value);
value 243 source4/heimdal/lib/krb5/store.c return krb5_store_int(sp, value, 2);
value 250 source4/heimdal/lib/krb5/store.c return krb5_store_int16(sp, (int16_t)value);
value 262 source4/heimdal/lib/krb5/store.c *value = v;
value 264 source4/heimdal/lib/krb5/store.c *value = htons(*value);
value 266 source4/heimdal/lib/krb5/store.c *value = bswap16(*value);
value 279 source4/heimdal/lib/krb5/store.c *value = (uint16_t)v;
value 290 source4/heimdal/lib/krb5/store.c ret = sp->store(sp, &value, sizeof(value));
value 291 source4/heimdal/lib/krb5/store.c if (ret != sizeof(value))
value 300 source4/heimdal/lib/krb5/store.c return krb5_store_int8(sp, (int8_t)value);
value 309 source4/heimdal/lib/krb5/store.c ret = sp->fetch(sp, value, sizeof(*value));
value 310 source4/heimdal/lib/krb5/store.c if (ret != sizeof(*value))
value 324 source4/heimdal/lib/krb5/store.c *value = (uint8_t)v;
value 350 source4/heimdal/lib/roken/getarg.c s->strings[s->num_strings] = value;
value 420 source4/heimdal/lib/roken/getarg.c *(int*)current->value = tmp;
value 425 source4/heimdal/lib/roken/getarg.c *(char**)current->value = goptarg + 1;
value 430 source4/heimdal/lib/roken/getarg.c return add_string((getarg_strings*)current->value, goptarg + 1);
value 435 source4/heimdal/lib/roken/getarg.c int *flag = current->value;
value 461 source4/heimdal/lib/roken/getarg.c *(int *)current->value += val;
value 469 source4/heimdal/lib/roken/getarg.c *(double*)current->value = tmp;
value 473 source4/heimdal/lib/roken/getarg.c struct getarg_collect_info *c = current->value;
value 500 source4/heimdal/lib/roken/getarg.c *(int*)args[k].value = 1;
value 504 source4/heimdal/lib/roken/getarg.c *(int*)args[k].value = 0;
value 508 source4/heimdal/lib/roken/getarg.c ++*(int *)args[k].value;
value 512 source4/heimdal/lib/roken/getarg.c struct getarg_collect_info *c = args[k].value;
value 533 source4/heimdal/lib/roken/getarg.c *(int*)args[k].value = tmp;
value 536 source4/heimdal/lib/roken/getarg.c *(char**)args[k].value = goptarg;
value 539 source4/heimdal/lib/roken/getarg.c return add_string((getarg_strings*)args[k].value, goptarg);
value 544 source4/heimdal/lib/roken/getarg.c *(double*)args[k].value = tmp;
value 61 source4/heimdal/lib/roken/getarg.h void *value;
value 357 source4/kdc/hdb-samba4.c if (!pkb4->keys[i].value) continue;
value 400 source4/kdc/hdb-samba4.c pkb4->keys[i].value->data,
value 401 source4/kdc/hdb-samba4.c pkb4->keys[i].value->length,
value 420 source4/kdc/hdb-samba4.c if (!pkb3->keys[i].value) continue;
value 461 source4/kdc/hdb-samba4.c pkb3->keys[i].value->data,
value 462 source4/kdc/hdb-samba4.c pkb3->keys[i].value->length,
value 143 source4/ldap_server/ldap_backend.c r->value = NULL;
value 690 source4/ldap_server/ldap_backend.c (int)req->value.length, req->value.data);
value 1403 source4/lib/ldb/common/ldb.c o->value = value;
value 1415 source4/lib/ldb/common/ldb.c o->value = value;
value 1428 source4/lib/ldb/common/ldb.c return o->value;
value 209 source4/lib/ldb/common/ldb_controls.c control->match.gtOrEq.value = talloc_strdup(control, attr);
value 49 source4/lib/ldb/common/ldb_dn.c struct ldb_val value;
value 58 source4/lib/ldb/common/ldb_dn.c struct ldb_val value;
value 204 source4/lib/ldb/common/ldb_dn.c if (!value.length)
value 208 source4/lib/ldb/common/ldb_dn.c dst = talloc_array(mem_ctx, char, value.length * 3 + 1);
value 214 source4/lib/ldb/common/ldb_dn.c ldb_dn_escape_internal(dst, (const char *)value.data, value.length);
value 360 source4/lib/ldb/common/ldb_dn.c &ex_val, &dn->extended_components[dn->extended_comp_num].value);
value 527 source4/lib/ldb/common/ldb_dn.c dn->components[dn->comp_num].value.data = (uint8_t *)talloc_strdup(dn->components, dt);
value 528 source4/lib/ldb/common/ldb_dn.c dn->components[dn->comp_num].value.length = l;
value 529 source4/lib/ldb/common/ldb_dn.c if ( ! dn->components[dn->comp_num].value.data) {
value 633 source4/lib/ldb/common/ldb_dn.c dn->components[dn->comp_num].value.data = (uint8_t *)talloc_strdup(dn->components, dt);
value 634 source4/lib/ldb/common/ldb_dn.c dn->components[dn->comp_num].value.length = l;
value 636 source4/lib/ldb/common/ldb_dn.c if ( ! dn->components[dn->comp_num].value.data) {
value 680 source4/lib/ldb/common/ldb_dn.c len += (dn->components[i].value.length * 3); /* max escaped data len */
value 698 source4/lib/ldb/common/ldb_dn.c (char *)dn->components[i].value.data,
value 699 source4/lib/ldb/common/ldb_dn.c dn->components[i].value.length);
value 739 source4/lib/ldb/common/ldb_dn.c &dn->extended_components[i].value,
value 743 source4/lib/ldb/common/ldb_dn.c &dn->extended_components[i].value,
value 811 source4/lib/ldb/common/ldb_dn.c &(dn->components[i].value),
value 1040 source4/lib/ldb/common/ldb_dn.c dst.value = ldb_val_dup(mem_ctx, &(src->value));
value 1041 source4/lib/ldb/common/ldb_dn.c if (dst.value.data == NULL) {
value 1047 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dst.value.data);
value 1054 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dst.value.data);
value 1062 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dst.value.data);
value 1084 source4/lib/ldb/common/ldb_dn.c dst.value = ldb_val_dup(mem_ctx, &(src->value));
value 1085 source4/lib/ldb/common/ldb_dn.c if (dst.value.data == NULL) {
value 1091 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dst.value.data);
value 1124 source4/lib/ldb/common/ldb_dn.c if ( ! new_dn->components[i].value.data) {
value 1142 source4/lib/ldb/common/ldb_dn.c if ( ! new_dn->extended_components[i].value.data) {
value 1215 source4/lib/ldb/common/ldb_dn.c if (dn->components[dn->comp_num].value.data == NULL) {
value 1340 source4/lib/ldb/common/ldb_dn.c if (dn->components[i].value.data == NULL) {
value 1428 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[dn->comp_num - i].value.data);
value 1470 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[i].value.data);
value 1547 source4/lib/ldb/common/ldb_dn.c ldb_dn_escape_value(tmpctx, dn->components[i].value),
value 1550 source4/lib/ldb/common/ldb_dn.c cracked = ldb_dn_escape_value(tmpctx, dn->components[i].value);
value 1567 source4/lib/ldb/common/ldb_dn.c ldb_dn_escape_value(tmpctx, dn->components[i].value));
value 1575 source4/lib/ldb/common/ldb_dn.c ldb_dn_escape_value(tmpctx, dn->components[i].value));
value 1616 source4/lib/ldb/common/ldb_dn.c return &dn->components[num].value;
value 1634 source4/lib/ldb/common/ldb_dn.c return &dn->components[0].value;
value 1663 source4/lib/ldb/common/ldb_dn.c talloc_free(dn->components[num].value.data);
value 1665 source4/lib/ldb/common/ldb_dn.c dn->components[num].value = v;
value 1694 source4/lib/ldb/common/ldb_dn.c return &dn->extended_components[i].value;
value 1712 source4/lib/ldb/common/ldb_dn.c dn->extended_components[i].value = ldb_val_dup(dn->extended_components, val);
value 1715 source4/lib/ldb/common/ldb_dn.c if (!dn->extended_components[i].name || !dn->extended_components[i].value.data) {
value 1750 source4/lib/ldb/common/ldb_dn.c p[dn->extended_comp_num].value = ldb_val_dup(dn->extended_components, val);
value 1753 source4/lib/ldb/common/ldb_dn.c if (!dn->extended_components[i].name || !dn->extended_components[i].value.data) {
value 51 source4/lib/ldb/common/ldb_ldif.c const char *fname = (const char *)value->data;
value 73 source4/lib/ldb/common/ldb_ldif.c value->data = (uint8_t *)talloc_size(mem_ctx, statbuf.st_size + 1);
value 74 source4/lib/ldb/common/ldb_ldif.c if (value->data == NULL) {
value 78 source4/lib/ldb/common/ldb_ldif.c value->data[statbuf.st_size] = 0;
value 82 source4/lib/ldb/common/ldb_ldif.c buf = (char *)value->data;
value 86 source4/lib/ldb/common/ldb_ldif.c talloc_free(value->data);
value 95 source4/lib/ldb/common/ldb_ldif.c value->length = statbuf.st_size;
value 448 source4/lib/ldb/common/ldb_ldif.c value->length = 0;
value 477 source4/lib/ldb/common/ldb_ldif.c value->data = (uint8_t *)p;
value 482 source4/lib/ldb/common/ldb_ldif.c value->length = strlen((char *)value->data);
value 483 source4/lib/ldb/common/ldb_ldif.c *s = ((char *)value->data) + value->length;
value 485 source4/lib/ldb/common/ldb_ldif.c value->length = p - (char *)value->data;
value 491 source4/lib/ldb/common/ldb_ldif.c int len = ldb_base64_decode((char *)value->data);
value 496 source4/lib/ldb/common/ldb_ldif.c value->length = len;
value 500 source4/lib/ldb/common/ldb_ldif.c int len = ldb_read_data_file(mem_ctx, value);
value 529 source4/lib/ldb/common/ldb_ldif.c struct ldb_val value;
value 532 source4/lib/ldb/common/ldb_ldif.c value.data = NULL;
value 558 source4/lib/ldb/common/ldb_ldif.c if (next_attr(ldif, &s, &attr, &value) != 0) {
value 569 source4/lib/ldb/common/ldb_ldif.c msg->dn = ldb_dn_from_ldb_val(msg, ldb, &value);
value 573 source4/lib/ldb/common/ldb_ldif.c (char *)value.data);
value 577 source4/lib/ldb/common/ldb_ldif.c while (next_attr(ldif, &s, &attr, &value) == 0) {
value 585 source4/lib/ldb/common/ldb_ldif.c if (ldb_attr_cmp((char *)value.data, ldb_changetypes[i].name) == 0) {
value 592 source4/lib/ldb/common/ldb_ldif.c "Error: Bad ldif changetype '%s'\n",(char *)value.data);
value 616 source4/lib/ldb/common/ldb_ldif.c if (ldb_msg_add_empty(msg, (char *)value.data, flags, NULL) != 0) {
value 635 source4/lib/ldb/common/ldb_ldif.c ret = a->syntax->ldif_read_fn(ldb, ldif, &value, &el->values[el->num_values]);
value 639 source4/lib/ldb/common/ldb_ldif.c if (value.length == 0) {
value 644 source4/lib/ldb/common/ldb_ldif.c if (value.data != el->values[el->num_values].data) {
value 664 source4/lib/ldb/common/ldb_ldif.c ret = a->syntax->ldif_read_fn(ldb, ldif, &value, &el->values[0]);
value 668 source4/lib/ldb/common/ldb_ldif.c if (value.data != el->values[0].data) {
value 119 source4/lib/ldb/common/ldb_match.c ret = a->syntax->comparison_fn(ldb, ldb, &el->values[i], &tree->u.comparison.value);
value 150 source4/lib/ldb/common/ldb_match.c valuedn = ldb_dn_from_ldb_val(ldb, ldb, &tree->u.equality.value);
value 173 source4/lib/ldb/common/ldb_match.c if (a->syntax->comparison_fn(ldb, ldb, &tree->u.equality.value,
value 196 source4/lib/ldb/common/ldb_match.c if(a->syntax->canonicalise_fn(ldb, ldb, &value, &val) != 0)
value 350 source4/lib/ldb/common/ldb_match.c int ret = comp(&el->values[i], &tree->u.extended.value);
value 892 source4/lib/ldb/common/ldb_msg.c val.data = discard_const_p(uint8_t, value);
value 893 source4/lib/ldb/common/ldb_msg.c val.length = strlen(value);
value 143 source4/lib/ldb/common/ldb_parse.c while (*value) {
value 144 source4/lib/ldb/common/ldb_parse.c value = strpbrk(value, "\\*");
value 145 source4/lib/ldb/common/ldb_parse.c if (value == NULL) return NULL;
value 147 source4/lib/ldb/common/ldb_parse.c if (value[0] == '\\') {
value 148 source4/lib/ldb/common/ldb_parse.c if (value[1] == '\0') return NULL;
value 149 source4/lib/ldb/common/ldb_parse.c value += 2;
value 153 source4/lib/ldb/common/ldb_parse.c if (value[0] == '*') return value;
value 224 source4/lib/ldb/common/ldb_parse.c ret->u.extended.value = ldb_binary_decode(ret, value);
value 225 source4/lib/ldb/common/ldb_parse.c if (ret->u.extended.value.data == NULL) goto failed;
value 345 source4/lib/ldb/common/ldb_parse.c *value = val;
value 355 source4/lib/ldb/common/ldb_parse.c char *attr, *value;
value 365 source4/lib/ldb/common/ldb_parse.c filtertype = ldb_parse_filtertype(ret, &attr, &value, s);
value 380 source4/lib/ldb/common/ldb_parse.c if (strcmp(value, "*") == 0) {
value 386 source4/lib/ldb/common/ldb_parse.c if (ldb_parse_find_wildcard(value) != NULL) {
value 391 source4/lib/ldb/common/ldb_parse.c ret->u.substring.chunks = ldb_wildcard_decode(ret, value);
value 396 source4/lib/ldb/common/ldb_parse.c if (value[0] == '*')
value 398 source4/lib/ldb/common/ldb_parse.c if (value[strlen(value) - 1] == '*')
value 400 source4/lib/ldb/common/ldb_parse.c talloc_free(value);
value 407 source4/lib/ldb/common/ldb_parse.c ret->u.equality.value = ldb_binary_decode(ret, value);
value 408 source4/lib/ldb/common/ldb_parse.c if (ret->u.equality.value.data == NULL) {
value 412 source4/lib/ldb/common/ldb_parse.c talloc_free(value);
value 418 source4/lib/ldb/common/ldb_parse.c ret->u.comparison.value = ldb_binary_decode(ret, value);
value 419 source4/lib/ldb/common/ldb_parse.c if (ret->u.comparison.value.data == NULL) {
value 423 source4/lib/ldb/common/ldb_parse.c talloc_free(value);
value 429 source4/lib/ldb/common/ldb_parse.c ret->u.comparison.value = ldb_binary_decode(ret, value);
value 430 source4/lib/ldb/common/ldb_parse.c if (ret->u.comparison.value.data == NULL) {
value 434 source4/lib/ldb/common/ldb_parse.c talloc_free(value);
value 440 source4/lib/ldb/common/ldb_parse.c ret->u.comparison.value = ldb_binary_decode(ret, value);
value 441 source4/lib/ldb/common/ldb_parse.c if (ret->u.comparison.value.data == NULL) {
value 445 source4/lib/ldb/common/ldb_parse.c talloc_free(value);
value 450 source4/lib/ldb/common/ldb_parse.c ret = ldb_parse_extended(ret, attr, value);
value 698 source4/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 734 source4/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 741 source4/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 751 source4/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.equality.value);
value 758 source4/lib/ldb/common/ldb_parse.c s = ldb_binary_encode(mem_ctx, tree->u.extended.value);
value 259 source4/lib/ldb/include/ldb.h struct ldb_val value;
value 272 source4/lib/ldb/include/ldb.h struct ldb_val value;
value 278 source4/lib/ldb/include/ldb.h struct ldb_val value;
value 639 source4/lib/ldb/include/ldb.h char *value;
value 93 source4/lib/ldb/include/ldb_private.h void *value;
value 475 source4/lib/ldb/ldb_map/ldb_map.c struct ldb_val value;
value 522 source4/lib/ldb/ldb_map/ldb_map.c value = ldb_val_map_local(module, newdn, map, ldb_dn_get_component_val(dn, i));
value 523 source4/lib/ldb/ldb_map/ldb_map.c if (value.data == NULL) goto failed;
value 525 source4/lib/ldb/ldb_map/ldb_map.c ret = ldb_dn_set_component(newdn, i, name, value);
value 550 source4/lib/ldb/ldb_map/ldb_map.c struct ldb_val value;
value 597 source4/lib/ldb/ldb_map/ldb_map.c value = ldb_val_map_remote(module, newdn, map, ldb_dn_get_component_val(dn, i));
value 598 source4/lib/ldb/ldb_map/ldb_map.c if (value.data == NULL) goto failed;
value 600 source4/lib/ldb/ldb_map/ldb_map.c ret = ldb_dn_set_component(newdn, i, name, value);
value 850 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.equality.value = ldb_val_map_local(module, *new, map, &tree->u.equality.value);
value 855 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.comparison.value = ldb_val_map_local(module, *new, map, &tree->u.comparison.value);
value 858 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.extended.value = ldb_val_map_local(module, *new, map, &tree->u.extended.value);
value 253 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value, subval;
value 316 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, mem_ctx, &(t->u.equality.value), &value);
value 317 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 325 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c (const char *)value.data));
value 338 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data);
value 367 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, mem_ctx, &(subval), &value);
value 368 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 377 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data);
value 385 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, mem_ctx, &(t->u.equality.value), &value);
value 386 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 395 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data,
value 404 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, mem_ctx, &(t->u.equality.value), &value);
value 405 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 414 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data,
value 436 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, mem_ctx, &(t->u.equality.value), &value);
value 437 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 446 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c value.data,
value 1057 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value;
value 1061 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, ctx, &(el->values[j]), &value);
value 1062 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 1072 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c el->values[j].data, value.data);
value 1164 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value;
value 1167 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, ctx, &(el->values[j]), &value);
value 1168 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 1178 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c el->values[j].data, value.data);
value 1220 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c struct ldb_val value;
value 1223 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c a->syntax->canonicalise_fn(ldb, ctx, &(el->values[j]), &value);
value 1224 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c if (value.data == NULL) {
value 1233 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c eid, attr, value.data);
value 43 source4/lib/ldb/ldb_tdb/ldb_cache.c int value;
value 86 source4/lib/ldb/ldb_tdb/ldb_cache.c unsigned value = 0;
value 92 source4/lib/ldb/ldb_tdb/ldb_cache.c value |= ltdb_valid_attr_flags[j].value;
value 100 source4/lib/ldb/ldb_tdb/ldb_cache.c *v = value;
value 470 source4/lib/ldb/ldb_tdb/ldb_cache.c if ((strcmp(ltdb_valid_attr_flags[i].name, (char *)value->data) == 0)) {
value 57 source4/lib/ldb/ldb_tdb/ldb_index.c struct ldb_val value;
value 155 source4/lib/ldb/ldb_tdb/ldb_index.c el->values[i].length = tmp->value.length;
value 158 source4/lib/ldb/ldb_tdb/ldb_index.c el->values[i].data = talloc_size(el->values, tmp->value.length+1);
value 162 source4/lib/ldb/ldb_tdb/ldb_index.c memcpy(el->values[i].data, tmp->value.data, tmp->value.length);
value 163 source4/lib/ldb/ldb_tdb/ldb_index.c el->values[i].data[tmp->value.length] = 0;
value 189 source4/lib/ldb/ldb_tdb/ldb_index.c tmp->value = el->values[i];
value 190 source4/lib/ldb/ldb_tdb/ldb_index.c tmp->value.data = talloc_memdup(tmp, tmp->value.data, tmp->value.length);
value 191 source4/lib/ldb/ldb_tdb/ldb_index.c if (tmp->value.data == NULL) {
value 443 source4/lib/ldb/ldb_tdb/ldb_index.c r = a->syntax->canonicalise_fn(ldb, ldb, value, &v);
value 463 source4/lib/ldb/ldb_tdb/ldb_index.c if (v.data != value->data) {
value 534 source4/lib/ldb/ldb_tdb/ldb_index.c dn = ltdb_index_key(ldb, tree->u.equality.attr, &tree->u.equality.value);
value 603 source4/lib/ldb/ldb_tdb/ldb_index.c list->dn[0] = talloc_strdup(list->dn, (char *)tree->u.equality.value.data);
value 604 source4/lib/ldb/pyldb.c PyObject *key, *value;
value 625 source4/lib/ldb/pyldb.c while (PyDict_Next(py_msg, &dict_pos, &key, &value)) {
value 628 source4/lib/ldb/pyldb.c msgel = PyObject_AsMessageElement(msg->elements, value, 0, key_str);
value 1586 source4/lib/ldb/pyldb.c if (value == NULL) {
value 1590 source4/lib/ldb/pyldb.c value, 0, attr_name);
value 1665 source4/lib/ldb/pyldb.c PyLdbMessage_AsMessage(self)->dn = PyLdbDn_AsDn(value);
value 90 source4/lib/messaging/tests/irpc.c uint32_t value = *(const uint32_t *)_value;
value 93 source4/lib/messaging/tests/irpc.c r.in.in_data = value;
value 237 source4/lib/registry/interface.c return key->context->ops->set_value(key, value, type, data);
value 145 source4/lib/registry/ldb.c val.data = discard_const_p(uint8_t, value);
value 146 source4/lib/registry/ldb.c val.length = strlen(value);
value 415 source4/lib/registry/patchfile.c value_type, value);
value 67 source4/lib/registry/patchfile_dotreg.c reg_val_data_string(NULL, data->iconv_convenience, value_type, value));
value 150 source4/lib/registry/patchfile_dotreg.c DATA_BLOB value;
value 248 source4/lib/registry/patchfile_dotreg.c &value_type, &value);
value 251 source4/lib/registry/patchfile_dotreg.c value_type, value);
value 217 source4/lib/registry/pyregistry.c DATA_BLOB value;
value 221 source4/lib/registry/pyregistry.c if (!PyArg_ParseTuple(args, "siz#", &name, &type, &value.data, &value.length))
value 224 source4/lib/registry/pyregistry.c if (value.data != NULL)
value 225 source4/lib/registry/pyregistry.c result = hive_key_set_value(key, name, type, value);
value 479 source4/lib/registry/registry.h DATA_BLOB value);
value 197 source4/lib/registry/rpc.c uint8_t value;
value 216 source4/lib/registry/rpc.c r.in.value = &value;
value 221 source4/lib/registry/rpc.c r.out.value = &value;
value 234 source4/lib/registry/rpc.c *data = data_blob_talloc(mem_ctx, r.out.value, *r.out.length);
value 248 source4/lib/registry/rpc.c uint8_t value;
value 265 source4/lib/registry/rpc.c r.in.data = &value;
value 269 source4/lib/registry/rpc.c r.out.data = &value;
value 207 source4/lib/registry/tests/hive.c DATA_BLOB value;
value 215 source4/lib/registry/tests/hive.c error = hive_get_value(mem_ctx, subkey, "Answer", &type, &value);
value 223 source4/lib/registry/tests/hive.c error = hive_get_value(mem_ctx, subkey, "Answer", &type, &value);
value 226 source4/lib/registry/tests/hive.c torture_assert_int_equal(tctx, value.length, 4, "value length");
value 229 source4/lib/registry/tests/hive.c torture_assert_mem_equal(tctx, &data, value.data, sizeof(uint32_t),
value 243 source4/lib/registry/tests/hive.c DATA_BLOB value;
value 258 source4/lib/registry/tests/hive.c error = hive_get_value(mem_ctx, subkey, "Answer", &type, &value);
value 277 source4/lib/registry/tests/hive.c DATA_BLOB value;
value 291 source4/lib/registry/tests/hive.c &type, &value);
value 296 source4/lib/registry/tests/hive.c torture_assert_int_equal(tctx, value.length, 4, "value length");
value 300 source4/lib/registry/tests/hive.c torture_assert_int_equal(tctx, data_val, IVAL(value.data, 0), "value data");
value 303 source4/lib/registry/tests/hive.c &type, &value);
value 414 source4/lib/registry/tests/registry.c char value[4];
value 416 source4/lib/registry/tests/registry.c SIVAL(value, 0, 42);
value 427 source4/lib/registry/tests/registry.c data_blob_talloc(tctx, value, sizeof(value)));
value 434 source4/lib/registry/tests/registry.c torture_assert_int_equal(tctx, sizeof(value), data.length, "value length ok");
value 435 source4/lib/registry/tests/registry.c torture_assert_mem_equal(tctx, data.data, value, sizeof(value),
value 452 source4/lib/registry/tests/registry.c char value[4];
value 453 source4/lib/registry/tests/registry.c SIVAL(value, 0, 42);
value 464 source4/lib/registry/tests/registry.c data_blob_talloc(tctx, value, sizeof(value)));
value 489 source4/lib/registry/tests/registry.c char value[4];
value 490 source4/lib/registry/tests/registry.c SIVAL(value, 0, 42);
value 496 source4/lib/registry/tests/registry.c data_blob_talloc(tctx, value, sizeof(value)));
value 504 source4/lib/registry/tests/registry.c torture_assert_int_equal(tctx, sizeof(value), data.length, "value length");
value 505 source4/lib/registry/tests/registry.c torture_assert_mem_equal(tctx, data.data, value, sizeof(value),
value 492 source4/lib/socket/socket.c int value;
value 545 source4/lib/socket/socket.c int value = 1;
value 551 source4/lib/socket/socket.c value = atoi(p+1);
value 568 source4/lib/socket/socket.c socket_options[i].option,(char *)&value,sizeof(int));
value 576 source4/lib/socket/socket.c int on = socket_options[i].value;
value 512 source4/lib/socket/socket_ip.c int value = 0;
value 513 source4/lib/socket/socket_ip.c if (ioctl(sock->fd, FIONREAD, &value) == 0) {
value 514 source4/lib/socket/socket_ip.c *npending = value;
value 387 source4/lib/socket/socket_unix.c int value = 0;
value 388 source4/lib/socket/socket_unix.c if (ioctl(sock->fd, FIONREAD, &value) == 0) {
value 389 source4/lib/socket/socket_unix.c *npending = value;
value 854 source4/lib/wmi/wmi_wrap.c PyObject *value = 0;
value 857 source4/lib/wmi/wmi_wrap.c if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback);
value 858 source4/lib/wmi/wmi_wrap.c if (value) {
value 859 source4/lib/wmi/wmi_wrap.c PyObject *old_str = PyObject_Str(value);
value 864 source4/lib/wmi/wmi_wrap.c Py_DECREF(value);
value 2373 source4/lib/wmi/wmi_wrap.c PyObject *value = 0;
value 2375 source4/lib/wmi/wmi_wrap.c PyErr_Fetch(&type, &value, &traceback);
value 2376 source4/lib/wmi/wmi_wrap.c if (value) {
value 2377 source4/lib/wmi/wmi_wrap.c PyObject *old_str = PyObject_Str(value);
value 2818 source4/lib/wmi/wmi_wrap.c return (value > LONG_MAX) ?
value 2819 source4/lib/wmi/wmi_wrap.c PyLong_FromUnsignedLong(value) : PyInt_FromLong((long)(value));
value 2826 source4/lib/wmi/wmi_wrap.c return SWIG_From_unsigned_SS_long (value);
value 2916 source4/lib/wmi/wmi_wrap.c uint32_t value = va_arg(lst, uint32_t);
value 2917 source4/lib/wmi/wmi_wrap.c if (value & 0x80000000) {
value 2918 source4/lib/wmi/wmi_wrap.c result = Py_BuildValue("L", (long)value);
value 2920 source4/lib/wmi/wmi_wrap.c result = Py_BuildValue("i", value);
value 3001 source4/lib/wmi/wmi_wrap.c PyObject *value;
value 3004 source4/lib/wmi/wmi_wrap.c value = Py_None;
value 3007 source4/lib/wmi/wmi_wrap.c value = PyObject_FromCVAR(wco->obj_class->properties[i].property.desc->cimtype & CIM_TYPEMASK, &wco->instance->data[i]);
value 3008 source4/lib/wmi/wmi_wrap.c if (!value) {
value 3012 source4/lib/wmi/wmi_wrap.c r = PyObject_SetAttrString(property, "Value", value);
value 3013 source4/lib/wmi/wmi_wrap.c Py_DECREF(value);
value 546 source4/libcli/ldap/ldap_controls.c lvrc->match.gtOrEq.value = talloc_memdup(lvrc, assertion_value.data, assertion_value.length);
value 548 source4/libcli/ldap/ldap_controls.c if (!(lvrc->match.gtOrEq.value)) {
value 552 source4/libcli/ldap/ldap_controls.c lvrc->match.gtOrEq.value = NULL;
value 1025 source4/libcli/ldap/ldap_controls.c if (!asn1_write_OctetString(data, lvrc->match.gtOrEq.value, lvrc->match.gtOrEq.value_len)) {
value 471 source4/libcli/raw/interfaces.h DATA_BLOB value;
value 35 source4/libcli/raw/raweas.c total += 4 + strlen(eas[i].name.s)+1 + eas[i].value.length;
value 63 source4/libcli/raw/raweas.c uint_t len = 8 + strlen(eas[i].name.s)+1 + eas[i].value.length;
value 88 source4/libcli/raw/raweas.c SSVAL(data, 2, eas[i].value.length);
value 90 source4/libcli/raw/raweas.c memcpy(data+4+nlen+1, eas[i].value.data, eas[i].value.length);
value 91 source4/libcli/raw/raweas.c data += 4+nlen+1+eas[i].value.length;
value 107 source4/libcli/raw/raweas.c uint32_t len = 8+nlen+1+eas[i].value.length;
value 116 source4/libcli/raw/raweas.c SSVAL(data, 6, eas[i].value.length);
value 118 source4/libcli/raw/raweas.c memcpy(data+8+nlen+1, eas[i].value.data, eas[i].value.length);
value 151 source4/libcli/raw/raweas.c ea->value = data_blob_talloc(mem_ctx, NULL, vlen+1);
value 152 source4/libcli/raw/raweas.c if (!ea->value.data) return 0;
value 154 source4/libcli/raw/raweas.c memcpy(ea->value.data, blob->data+4+nlen+1, vlen);
value 156 source4/libcli/raw/raweas.c ea->value.data[vlen] = 0;
value 157 source4/libcli/raw/raweas.c ea->value.length--;
value 347 source4/libcli/resolve/dns_ex.c int value = 0;
value 353 source4/libcli/resolve/dns_ex.c if (ioctl(state->child_fd, FIONREAD, &value) != 0) {
value 354 source4/libcli/resolve/dns_ex.c value = 8192;
value 357 source4/libcli/resolve/dns_ex.c address = talloc_array(state, char, value+1);
value 363 source4/libcli/resolve/dns_ex.c ret = read(state->child_fd, address, value);
value 553 source4/libnet/libnet_vampire.c if (!linked_attributes[i].value.blob) {
value 567 source4/libnet/libnet_vampire.c linked_attributes[i].value.blob->data,
value 568 source4/libnet/libnet_vampire.c linked_attributes[i].value.blob->length);
value 76 source4/ntptr/simple_ldb/ntptr_simple_ldb.c if (value == NULL) return WERR_INVALID_PARAM; \
value 77 source4/ntptr/simple_ldb/ntptr_simple_ldb.c if (samdb_msg_add_string(ldb, (TALLOC_CTX *)mod, mod, attr, value) != 0) { \
value 83 source4/ntptr/simple_ldb/ntptr_simple_ldb.c if (samdb_msg_add_uint(ldb, (TALLOC_CTX *)mod, mod, attr, value) != 0) { \
value 131 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 0;
value 135 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 0;
value 139 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 0;
value 143 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 0;
value 147 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 0;
value 151 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 3;
value 155 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 0;
value 167 source4/ntptr/simple_ldb/ntptr_simple_ldb.c r->out.data->value = 1;
value 860 source4/ntvfs/ntvfs_generic.c info->all_eas.out.eas[i].value.data =
value 862 source4/ntvfs/ntvfs_generic.c info2->generic.out.eas[i].value.data,
value 863 source4/ntvfs/ntvfs_generic.c info2->generic.out.eas[i].value.length);
value 864 source4/ntvfs/ntvfs_generic.c if (!info->all_eas.out.eas[i].value.data) {
value 96 source4/ntvfs/posix/pvfs_qfileinfo.c eas->eas[i].value = data_blob(NULL, 0);
value 100 source4/ntvfs/posix/pvfs_qfileinfo.c eas->eas[i].value = ealist->eas[j].value;
value 132 source4/ntvfs/posix/pvfs_qfileinfo.c eas->eas[eas->num_eas].value = ealist->eas[i].value;
value 254 source4/ntvfs/posix/pvfs_setfileinfo.c ealist->eas[i].value = ea->value;
value 268 source4/ntvfs/posix/pvfs_setfileinfo.c ealist->eas[i].value = ea->value;
value 275 source4/ntvfs/posix/pvfs_setfileinfo.c if (ealist->eas[i].value.length == 0) {
value 297 source4/ntvfs/posix/pvfs_setfileinfo.c ealist->eas[i].value.length;
value 180 source4/ntvfs/posix/pvfs_util.c uint32_t value = fnv1_init;
value 186 source4/ntvfs/posix/pvfs_util.c value *= fnv1_prime;
value 187 source4/ntvfs/posix/pvfs_util.c value ^= (uint32_t)c;
value 191 source4/ntvfs/posix/pvfs_util.c return value;
value 109 source4/param/generic.c return p->value;
value 119 source4/param/generic.c p->value = talloc_strdup(p, value);
value 131 source4/param/generic.c return (const char **)str_list_make(ctx, p->value, separator);
value 138 source4/param/generic.c p->value = str_list_join(p, list, ' ');
value 145 source4/param/generic.c const char *value = param_get_string(ctx, param, section);
value 147 source4/param/generic.c if (value)
value 148 source4/param/generic.c return strtol(value, NULL, 0);
value 160 source4/param/generic.c p->value = talloc_asprintf(p, "%d", value);
value 165 source4/param/generic.c const char *value = param_get_string(ctx, param, section);
value 167 source4/param/generic.c if (value)
value 168 source4/param/generic.c return strtoul(value, NULL, 0);
value 180 source4/param/generic.c p->value = talloc_asprintf(p, "%lu", value);
value 215 source4/param/generic.c p->value = talloc_strdup(p, value);
value 218 source4/param/generic.c talloc_free(p->value);
value 219 source4/param/generic.c p->value = talloc_strdup(p, value);
value 255 source4/param/generic.c param->value);
value 261 source4/param/generic.c lp_do_service_parameter(lp_ctx, service, param->key, param->value);
value 286 source4/param/generic.c fdprintf(file, "\t%s = %s\n", param->key, param->value);
value 765 source4/param/loadparm.c return data->value;
value 777 source4/param/loadparm.c return data->value;
value 861 source4/param/loadparm.c const char *value = lp_get_parametric(lp_ctx, service, type, option);
value 863 source4/param/loadparm.c if (value)
value 864 source4/param/loadparm.c return lp_string(value);
value 881 source4/param/loadparm.c const char *value = lp_get_parametric(lp_ctx, service, type, option);
value 883 source4/param/loadparm.c if (value != NULL)
value 884 source4/param/loadparm.c return (const char **)str_list_make(mem_ctx, value, separator);
value 898 source4/param/loadparm.c const char *value = lp_get_parametric(lp_ctx, service, type, option);
value 900 source4/param/loadparm.c if (value)
value 901 source4/param/loadparm.c return lp_int(value);
value 918 source4/param/loadparm.c const char *value = lp_get_parametric(lp_ctx, service, type, option);
value 920 source4/param/loadparm.c if (value && conv_str_size(value, &bval)) {
value 938 source4/param/loadparm.c const char *value = lp_get_parametric(lp_ctx, service, type, option);
value 940 source4/param/loadparm.c if (value)
value 941 source4/param/loadparm.c return lp_ulong(value);
value 951 source4/param/loadparm.c const char *value = lp_get_parametric(lp_ctx, service, type, option);
value 953 source4/param/loadparm.c if (value != NULL)
value 954 source4/param/loadparm.c return lp_double(value);
value 968 source4/param/loadparm.c const char *value = lp_get_parametric(lp_ctx, service, type, option);
value 970 source4/param/loadparm.c if (value != NULL)
value 971 source4/param/loadparm.c return lp_bool(value);
value 1322 source4/param/loadparm.c talloc_free(pdata->value);
value 1323 source4/param/loadparm.c pdata->value = talloc_reference(pdata,
value 1324 source4/param/loadparm.c data->value);
value 1335 source4/param/loadparm.c paramo->value = talloc_reference(paramo, data->value);
value 1578 source4/param/loadparm.c talloc_free(paramo->value);
value 1579 source4/param/loadparm.c paramo->value = talloc_strdup(paramo, pszParmValue);
value 1590 source4/param/loadparm.c paramo->value = talloc_strdup(paramo, pszParmValue);
value 1672 source4/param/loadparm.c enum_list[i].value;
value 1890 source4/param/loadparm.c if (*(int *)ptr == p->enum_list[i].value) {
value 2068 source4/param/loadparm.c fprintf(f, "\t%s = %s\n", data->key, data->value);
value 2110 source4/param/loadparm.c fprintf(f, "\t%s = %s\n", data->key, data->value);
value 40 source4/param/loadparm.h int value;
value 26 source4/param/param.h char *value;
value 68 source4/param/pyparam.c const char *value;
value 72 source4/param/pyparam.c value = lp_get_parametric(lp_ctx, service, type, option);
value 73 source4/param/pyparam.c if (value == NULL) {
value 76 source4/param/pyparam.c return PyString_FromString(value);
value 89 source4/param/pyparam.c const char *value;
value 93 source4/param/pyparam.c value = lp_get_parametric(lp_ctx, NULL, type, option);
value 94 source4/param/pyparam.c if (value == NULL)
value 96 source4/param/pyparam.c return PyString_FromString(value);
value 123 source4/param/pyparam.c if (*(int *)parm_ptr == parm->enum_list[i].value) {
value 207 source4/param/pyparam.c char *name, *value;
value 209 source4/param/pyparam.c if (!PyArg_ParseTuple(args, "ss", &name, &value))
value 212 source4/param/pyparam.c ret = lp_set_cmdline(PyLoadparmContext_AsLoadparmContext(self), name, value);
value 47 source4/param/share.h void *value;
value 267 source4/param/share_ldb.c err = ldb_msg_add_string(msg, name, value); \
value 275 source4/param/share_ldb.c err = ldb_msg_add_fmt(msg, name, "%d", value); \
value 283 source4/param/share_ldb.c err = ldb_msg_add_value(msg, name, value, NULL); \
value 302 source4/param/share_ldb.c if (strcasecmp(name, (char *)info[i].value) != 0) {
value 344 source4/param/share_ldb.c SHARE_ADD_STRING(info[i].name, (char *)info[i].value);
value 347 source4/param/share_ldb.c SHARE_ADD_INT(info[i].name, *((int *)info[i].value));
value 350 source4/param/share_ldb.c SHARE_ADD_BLOB(info[i].name, (DATA_BLOB *)info[i].value);
value 394 source4/param/share_ldb.c err = ldb_msg_add_string(msg, name, value); \
value 408 source4/param/share_ldb.c err = ldb_msg_add_fmt(msg, name, "%d", value); \
value 422 source4/param/share_ldb.c err = ldb_msg_add_value(msg, name, value, NULL); \
value 468 source4/param/share_ldb.c if (strcasecmp(name, (char *)info[i].value) != 0) {
value 470 source4/param/share_ldb.c newname = (char *)info[i].value;
value 471 source4/param/share_ldb.c SHARE_MOD_STRING("cn", (char *)info[i].value);
value 477 source4/param/share_ldb.c SHARE_MOD_STRING(info[i].name, (char *)info[i].value);
value 480 source4/param/share_ldb.c SHARE_MOD_INT(info[i].name, *((int *)info[i].value));
value 483 source4/param/share_ldb.c SHARE_MOD_BLOB(info[i].name, (DATA_BLOB *)info[i].value);
value 110 source4/rpc_server/samr/dcesrv_samr.c if ((value & flag) && ((value & flag) != (value & (poss_flags)))) { \
value 453 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "DISK");
value 456 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "PRINTER");
value 459 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "IPC");
value 464 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 473 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, &r->in.info->info2->path[2]);
value 476 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, r->in.info->info2->path);
value 478 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 479 source4/rpc_server/srvsvc/dcesrv_srvsvc.c all_string_sub((char *)info[i].value, "\\", "/", 0);
value 487 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, r->in.info->info2->comment);
value 488 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 496 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, r->in.info->info2->password);
value 497 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 504 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc(info, int);
value 505 source4/rpc_server/srvsvc/dcesrv_srvsvc.c *((int *)info[i].value) = r->in.info->info2->max_users;
value 551 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "DISK");
value 554 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "PRINTER");
value 557 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "IPC");
value 562 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 571 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, &r->in.info->info502->path[2]);
value 574 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, r->in.info->info502->path);
value 576 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 577 source4/rpc_server/srvsvc/dcesrv_srvsvc.c all_string_sub((char *)info[i].value, "\\", "/", 0);
value 585 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, r->in.info->info502->comment);
value 586 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 594 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, r->in.info->info502->password);
value 595 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 602 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc(info, int);
value 603 source4/rpc_server/srvsvc/dcesrv_srvsvc.c *((int *)info[i].value) = r->in.info->info502->max_users;
value 1111 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc(info, int);
value 1112 source4/rpc_server/srvsvc/dcesrv_srvsvc.c *((int *)info[i].value) = csc_policy;
value 1130 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, &path[2]);
value 1133 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, path);
value 1135 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 1136 source4/rpc_server/srvsvc/dcesrv_srvsvc.c all_string_sub((char *)info[i].value, "\\", "/", 0);
value 1144 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, password);
value 1145 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 1152 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc(info, int);
value 1153 source4/rpc_server/srvsvc/dcesrv_srvsvc.c *((int *)info[i].value) = max_users;
value 1162 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "DISK");
value 1165 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "PRINTER");
value 1168 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, "IPC");
value 1173 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 1180 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, comment);
value 1181 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 1190 source4/rpc_server/srvsvc/dcesrv_srvsvc.c info[i].value = talloc_strdup(info, name);
value 1191 source4/rpc_server/srvsvc/dcesrv_srvsvc.c W_ERROR_HAVE_NO_MEMORY(info[i].value);
value 202 source4/rpc_server/winreg/rpc_winreg.c return reg_del_value(key, r->in.value.name);
value 282 source4/rpc_server/winreg/rpc_winreg.c data.data = r->in.value;
value 308 source4/rpc_server/winreg/rpc_winreg.c if (r->in.value != NULL &&
value 314 source4/rpc_server/winreg/rpc_winreg.c if (r->in.value != NULL) {
value 315 source4/rpc_server/winreg/rpc_winreg.c r->out.value = data.data;
value 1623 source4/torture/basic/denytest.c uint32_t value;
value 1633 source4/torture/basic/denytest.c ret |= bv[i].value;
value 30 source4/torture/basic/properties.c uint32_t value;
value 77 source4/torture/basic/properties.c if (value & bm[i].value) {
value 79 source4/torture/basic/properties.c value &= ~bm[i].value;
value 82 source4/torture/basic/properties.c if (value != 0) {
value 83 source4/torture/basic/properties.c d_printf("\tunknown bits: 0x%08x\n", value);
value 918 source4/torture/gentest.c ea.value = data_blob(values[i], strlen(values[i]));
value 1576 source4/torture/gentest.c CHECK_BLOB_EQUAL(all_eas.out.eas[i].value);
value 1712 source4/torture/gentest.c CHECK_BLOB_EQUAL(all_eas.out.eas[i].value);
value 170 source4/torture/ldap/basic.c msg->r.CompareRequest.value = data_blob_talloc(msg, val, strlen(val));
value 543 source4/torture/libnet/libnet_BecomeDC.c if (!linked_attributes[i].value.blob) {
value 557 source4/torture/libnet/libnet_BecomeDC.c linked_attributes[i].value.blob->data,
value 558 source4/torture/libnet/libnet_BecomeDC.c linked_attributes[i].value.blob->length);
value 44 source4/torture/raw/eas.c NTSTATUS status = torture_check_ea(cli, fname, eaname, value);
value 86 source4/torture/raw/eas.c setfile.ea_set.in.eas[0].value = data_blob_string_const("VALUE1");
value 89 source4/torture/raw/eas.c setfile.ea_set.in.eas[1].value = data_blob_string_const("ValueTwo");
value 100 source4/torture/raw/eas.c setfile.ea_set.in.eas[0].value = data_blob_string_const(" Changed Value");
value 108 source4/torture/raw/eas.c setfile.ea_set.in.eas[0].value = data_blob(NULL, 0);
value 120 source4/torture/raw/eas.c setfile.ea_set.in.eas[0].value = data_blob(NULL, 0);
value 130 source4/torture/raw/eas.c setfile.ea_set.in.eas[0].value = data_blob(NULL, 0);
value 161 source4/torture/raw/eas.c setfile.ea_set.in.eas->value = eablob;
value 172 source4/torture/raw/eas.c setfile.ea_set.in.eas->value.length = i;
value 397 source4/torture/raw/eas.c eas[0].value = data_blob_string_const("Value One");
value 401 source4/torture/raw/eas.c eas[1].value = data_blob_string_const("Second Value");
value 405 source4/torture/raw/eas.c eas[2].value = data_blob_string_const("final value");
value 428 source4/torture/raw/eas.c eas[0].value = data_blob_string_const("Value Four");
value 124 source4/torture/raw/mkdir.c md.t2mkdir.in.eas[0].value = data_blob_talloc(tctx, "blah", 4);
value 127 source4/torture/raw/mkdir.c md.t2mkdir.in.eas[1].value = data_blob_talloc(tctx, "foo bar", 7);
value 130 source4/torture/raw/mkdir.c md.t2mkdir.in.eas[2].value = data_blob_talloc(tctx, "xx1", 3);
value 48 source4/torture/raw/notify.c if (!field.s || strcmp(field.s, value) || wire_bad_flags(&field, flags, cli->transport)) { \
value 49 source4/torture/raw/notify.c printf("(%d) %s [%s] != %s\n", __LINE__, #field, field.s, value); \
value 552 source4/torture/raw/open.c io.t2open.in.eas[0].value = data_blob_talloc(tctx, "first value", 11);
value 555 source4/torture/raw/open.c io.t2open.in.eas[1].value = data_blob_talloc(tctx, "foo", 3);
value 558 source4/torture/raw/open.c io.t2open.in.eas[2].value = data_blob_talloc(tctx, "xy", 2);
value 671 source4/torture/raw/qfileinfo.c (int)s1->all_eas.out.eas[i].value.length,
value 672 source4/torture/raw/qfileinfo.c (int)s1->all_eas.out.eas[i].value.length,
value 673 source4/torture/raw/qfileinfo.c s1->all_eas.out.eas[i].value.data);
value 697 source4/torture/raw/qfileinfo.c VAL_EQUAL(all_eas, eas[i].value.length, all_eas, eas[i].value.length);
value 282 source4/torture/raw/samba3misc.c io.t2open.in.eas[0].value = data_blob_talloc(mem_ctx, "first value", 11);
value 1292 source4/torture/raw/search.c setfile.ea_set.in.eas[0].value = data_blob_string_const("VALUE 1");
value 1295 source4/torture/raw/search.c setfile.ea_set.in.eas[1].value = data_blob_string_const("Value Two");
value 1349 source4/torture/raw/search.c CHECK_VALUE(result.list[0].ea_list.eas.eas[0].value.length, 0);
value 1351 source4/torture/raw/search.c CHECK_VALUE(result.list[0].ea_list.eas.eas[1].value.length, 0);
value 1355 source4/torture/raw/search.c CHECK_VALUE(result.list[1].ea_list.eas.eas[0].value.length, 9);
value 1356 source4/torture/raw/search.c CHECK_STRING((const char *)result.list[1].ea_list.eas.eas[0].value.data, "Value Two");
value 1358 source4/torture/raw/search.c CHECK_VALUE(result.list[1].ea_list.eas.eas[1].value.length, 0);
value 1362 source4/torture/raw/search.c CHECK_VALUE(result.list[2].ea_list.eas.eas[0].value.length, 9);
value 1363 source4/torture/raw/search.c CHECK_STRING((const char *)result.list[2].ea_list.eas.eas[0].value.data, "Value Two");
value 1365 source4/torture/raw/search.c CHECK_VALUE(result.list[2].ea_list.eas.eas[1].value.length, 0);
value 147 source4/torture/raw/setfileinfo.c if (NT_STATUS_IS_OK(status) && NT_STATUS_IS_OK(status2) && finfo2.stype.out.field != value) { \
value 150 source4/torture/raw/setfileinfo.c (uint_t)value, (uint_t)finfo2.stype.out.field); \
value 157 source4/torture/raw/setfileinfo.c if (NT_STATUS_IS_OK(status) && NT_STATUS_IS_OK(status2) && nt_time_to_unix(finfo2.stype.out.field) != value) { \
value 160 source4/torture/raw/setfileinfo.c (uint_t)value, \
value 162 source4/torture/raw/setfileinfo.c printf("\t%s", timestring(torture, value)); \
value 170 source4/torture/raw/setfileinfo.c if (NT_STATUS_IS_OK(status) && NT_STATUS_IS_OK(status2) && strcmp(finfo2.stype.out.field, value) != 0) { \
value 173 source4/torture/raw/setfileinfo.c value, \
value 92 source4/torture/raw/streams.c if (value == NULL) {
value 107 source4/torture/raw/streams.c buf = talloc_array(mem_ctx, uint8_t, strlen(value)+11);
value 109 source4/torture/raw/streams.c ret = smbcli_read(cli->tree, fnum, buf, 0, strlen(value)+11);
value 110 source4/torture/raw/streams.c if (ret != strlen(value)) {
value 112 source4/torture/raw/streams.c location, (long)strlen(value), full_name, (int)ret);
value 116 source4/torture/raw/streams.c if (memcmp(buf, value, strlen(value)) != 0) {
value 34 source4/torture/rpc/echo.c n = i = value; \
value 356 source4/torture/rpc/echo.c uint16_t value = 12;
value 357 source4/torture/rpc/echo.c uint16_t *pvalue = &value;
value 366 source4/torture/rpc/echo.c torture_assert_int_equal(tctx, value, r.out.result,
value 3045 source4/torture/rpc/samba3rpc.c r.in.value = buf8;
value 3469 source4/torture/rpc/samba3rpc.c value, &type, &val)) {
value 269 source4/torture/rpc/samr.c init_lsa_String(&u.info ## lvl1.field1, value); \
value 275 source4/torture/rpc/samr.c STRING_EQUAL(u.info ## lvl1.field1.string, value, field1); \
value 279 source4/torture/rpc/samr.c STRING_EQUAL(u.info ## lvl2.field2.string, value, field2); \
value 293 source4/torture/rpc/samr.c init_lsa_BinaryString(&u.info ## lvl1.field1, value, strlen(value)); \
value 299 source4/torture/rpc/samr.c MEM_EQUAL(u.info ## lvl1.field1.array, value, strlen(value), field1); \
value 303 source4/torture/rpc/samr.c MEM_EQUAL(u.info ## lvl2.field2.array, value, strlen(value), field2); \
value 322 source4/torture/rpc/samr.c u.info ## lvl1.field1 = value; \
value 336 source4/torture/rpc/samr.c TEST_USERINFO_INT_EXP(lvl1, field1, lvl2, field2, value, value, fpval); \
value 178 source4/torture/rpc/spoolss_win.c torture_assert_int_equal(tctx, data.value,
value 1578 source4/torture/rpc/winreg.c r.in.value = &buf8;
value 49 source4/torture/smb2/notify.c if (!field.s || strcmp(field.s, value)) { \
value 51 source4/torture/smb2/notify.c __location__, #field, field.s, value); \
value 108 source4/torture/smb2/setinfo.c if (NT_STATUS_IS_OK(status) && NT_STATUS_IS_OK(status2) && finfo2.stype.out.field != value) { \
value 111 source4/torture/smb2/setinfo.c (uint_t)value, (uint_t)finfo2.stype.out.field); \
value 119 source4/torture/smb2/setinfo.c if (NT_STATUS_IS_OK(status) && NT_STATUS_IS_OK(status2) && nt_time_to_unix(finfo2.stype.out.field) != value) { \
value 122 source4/torture/smb2/setinfo.c (uint_t)value, \
value 124 source4/torture/smb2/setinfo.c printf("\t%s", timestring(torture, value)); \
value 93 source4/torture/smb2/util.c io.in.eas.eas[0].value = data_blob_talloc(tmp_ctx, "VALUE1", 6);
value 96 source4/torture/smb2/util.c io.in.eas.eas[1].value = data_blob_talloc(tmp_ctx, "ValueTwo", 8);
value 228 source4/torture/smb2/util.c (int)io.all_eas.out.eas[i].value.length,
value 550 source4/torture/smbtorture.c char *value = poptGetOptArg(pc);
value 551 source4/torture/smbtorture.c lp_set_cmdline(cmdline_lp_ctx, option, value);
value 121 source4/torture/util_smb.c setfile.ea_set.in.eas[0].value = data_blob_talloc(mem_ctx, "VALUE1", 6);
value 124 source4/torture/util_smb.c setfile.ea_set.in.eas[1].value = data_blob_talloc(mem_ctx, "ValueTwo", 8);
value 198 source4/torture/util_smb.c setfile.ea_set.in.eas[0].value = data_blob_talloc(mem_ctx, "VALUE1", 6);
value 201 source4/torture/util_smb.c setfile.ea_set.in.eas[1].value = data_blob_talloc(mem_ctx, "ValueTwo", 8);
value 439 source4/torture/util_smb.c if (value == NULL) {
value 440 source4/torture/util_smb.c if (info.ea_list.out.eas[0].value.length != 0) {
value 449 source4/torture/util_smb.c if (strlen(value) == info.ea_list.out.eas[0].value.length &&
value 450 source4/torture/util_smb.c memcmp(value, info.ea_list.out.eas[0].value.data,
value 451 source4/torture/util_smb.c info.ea_list.out.eas[0].value.length) == 0) {
value 457 source4/torture/util_smb.c value,
value 458 source4/torture/util_smb.c (int)info.ea_list.out.eas[0].value.length,
value 459 source4/torture/util_smb.c (int)info.ea_list.out.eas[0].value.length,
value 460 source4/torture/util_smb.c info.ea_list.out.eas[0].value.data,
value 61 source4/utils/oLschema2ldif.c char *value;
value 118 source4/utils/oLschema2ldif.c char *value;
value 124 source4/utils/oLschema2ldif.c value = talloc_strndup(ctx, c, n);
value 129 source4/utils/oLschema2ldif.c value = talloc_strndup(ctx, c, n);
value 134 source4/utils/oLschema2ldif.c return value;
value 165 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 180 source4/utils/oLschema2ldif.c token->value = talloc_strndup(ctx, c, n);
value 184 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 220 source4/utils/oLschema2ldif.c token->value = talloc_strndup(ctx, c, n);
value 224 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 239 source4/utils/oLschema2ldif.c token->value = talloc_strndup(ctx, c, n);
value 243 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 262 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 273 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 284 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 295 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 306 source4/utils/oLschema2ldif.c token->value = get_def_value(ctx, &c);
value 314 source4/utils/oLschema2ldif.c token->value = type;
value 387 source4/utils/oLschema2ldif.c MSG_ADD_STRING("cn", token->value);
value 388 source4/utils/oLschema2ldif.c MSG_ADD_STRING("name", token->value);
value 389 source4/utils/oLschema2ldif.c MSG_ADD_STRING("lDAPDisplayName", token->value);
value 391 source4/utils/oLschema2ldif.c ldb_dn_add_child_fmt(msg->dn, "CN=%s,CN=Schema,CN=Configuration", token->value);
value 395 source4/utils/oLschema2ldif.c MSG_ADD_M_STRING("subClassOf", token->value);
value 411 source4/utils/oLschema2ldif.c MSG_ADD_M_STRING("mustContain", token->value);
value 415 source4/utils/oLschema2ldif.c MSG_ADD_M_STRING("mayContain", token->value);
value 437 source4/utils/oLschema2ldif.c find_syntax_map_by_standard_oid(token->value);
value 445 source4/utils/oLschema2ldif.c MSG_ADD_STRING("description", token->value);
value 449 source4/utils/oLschema2ldif.c fprintf(stderr, "Unknown Definition: %s\n", token->value);
value 88 source4/web_server/web_server.c s = talloc_asprintf_append_buffer(s, "%s: %s\r\n", hdr->name, hdr->value);
value 134 source4/web_server/web_server.c hdr->value = talloc_strdup(hdr, colon+1);
value 33 source4/web_server/web_server.h char *value;
value 91 source4/web_server/wsgi.c hdr->value = talloc_strdup(hdr, PyString_AsString(py_value));
value 304 source4/web_server/wsgi.c PyDict_SetItemString(env, "CONTENT_TYPE", PyString_FromString(hdr->value));
value 307 source4/web_server/wsgi.c PyDict_SetItemString(env, name, PyString_FromString(hdr->value));