new 91 lib/replace/inet_pton.c unsigned int new = *tp * 10 + (pch - digits);
new 93 lib/replace/inet_pton.c if (new > 255)
new 95 lib/replace/inet_pton.c *tp = new;
new 147 lib/zlib/contrib/iostream2/zstream.h char* x = new char[len.value()+1];
new 237 lib/zlib/contrib/iostream2/zstream.h if (m_os == 0) m_os = new ostrstream;
new 243 lib/zlib/contrib/iostream2/zstream.h ostrstream* oss = new ostrstream;
new 74 nsswitch/winbind_nss_irix.c winbind_xid_t *new;
new 79 nsswitch/winbind_nss_irix.c new = (winbind_xid_t *)nsd_calloc(1,sizeof(winbind_xid_t));
new 80 nsswitch/winbind_nss_irix.c if (!new) {
new 85 nsswitch/winbind_nss_irix.c new->xid = xid;
new 86 nsswitch/winbind_nss_irix.c new->rq = rq;
new 87 nsswitch/winbind_nss_irix.c new->request = request;
new 88 nsswitch/winbind_nss_irix.c new->next = winbind_xids;
new 89 nsswitch/winbind_nss_irix.c winbind_xids = new;
new 61 source3/include/vfs_macros.h #define SMB_VFS_RENAME(conn, old, new) ((conn)->vfs.ops.rename((conn)->vfs.handles.rename, (old), (new)))
new 195 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_RENAME(conn, old, new) ((conn)->vfs_opaque.ops.rename((conn)->vfs_opaque.handles.rename, (old), (new)))
new 330 source3/include/vfs_macros.h #define SMB_VFS_NEXT_RENAME(handle, old, new) ((handle)->vfs_next.ops.rename((handle)->vfs_next.handles.rename, (old), (new)))
new 820 source3/lib/ldb/modules/ldb_map.c return map_subtree_collect_remote_simple(module, mem_ctx, new, tree, &objectclass_map);
new 69 source3/lib/ldb/modules/ldb_map.h int (*convert_operator)(struct ldb_module *, TALLOC_CTX *ctx, struct ldb_parse_tree **new, const struct ldb_parse_tree *);
new 555 source3/lib/ldb/modules/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 556 source3/lib/ldb/modules/ldb_map_outbound.c if (*new == NULL) {
new 562 source3/lib/ldb/modules/ldb_map_outbound.c ret = map_subtree_select_local(module, *new, &child, tree->u.isnot.child);
new 564 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 570 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 571 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 575 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.isnot.child = child;
new 586 source3/lib/ldb/modules/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 587 source3/lib/ldb/modules/ldb_map_outbound.c if (*new == NULL) {
new 593 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.num_elements = 0;
new 594 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
new 595 source3/lib/ldb/modules/ldb_map_outbound.c if ((*new)->u.list.elements == NULL) {
new 597 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 605 source3/lib/ldb/modules/ldb_map_outbound.c ret = map_subtree_select_local(module, *new, &child, tree->u.list.elements[i]);
new 607 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 612 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.elements[j] = child;
new 619 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 620 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 625 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.num_elements = j;
new 626 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
new 635 source3/lib/ldb/modules/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 636 source3/lib/ldb/modules/ldb_map_outbound.c if (*new == NULL) {
new 654 source3/lib/ldb/modules/ldb_map_outbound.c return map_subtree_select_local_not(module, mem_ctx, new, tree);
new 658 source3/lib/ldb/modules/ldb_map_outbound.c return map_subtree_select_local_list(module, mem_ctx, new, tree);
new 662 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 666 source3/lib/ldb/modules/ldb_map_outbound.c return map_subtree_select_local_simple(module, mem_ctx, new, tree);
new 678 source3/lib/ldb/modules/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 679 source3/lib/ldb/modules/ldb_map_outbound.c if (*new == NULL) {
new 685 source3/lib/ldb/modules/ldb_map_outbound.c ret = map_subtree_collect_remote(module, *new, &child, tree->u.isnot.child);
new 687 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 693 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 694 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 698 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.isnot.child = child;
new 709 source3/lib/ldb/modules/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 710 source3/lib/ldb/modules/ldb_map_outbound.c if (*new == NULL) {
new 716 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.num_elements = 0;
new 717 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
new 718 source3/lib/ldb/modules/ldb_map_outbound.c if ((*new)->u.list.elements == NULL) {
new 720 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 728 source3/lib/ldb/modules/ldb_map_outbound.c ret = map_subtree_collect_remote(module, *new, &child, tree->u.list.elements[i]);
new 730 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 735 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.elements[j] = child;
new 742 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 743 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 748 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.num_elements = j;
new 749 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
new 760 source3/lib/ldb/modules/ldb_map_outbound.c *new = talloc(mem_ctx, struct ldb_parse_tree);
new 761 source3/lib/ldb/modules/ldb_map_outbound.c if (*new == NULL) {
new 765 source3/lib/ldb/modules/ldb_map_outbound.c **new = *tree;
new 775 source3/lib/ldb/modules/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.present.attr);
new 776 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.present.attr = attr;
new 780 source3/lib/ldb/modules/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.substring.attr);
new 781 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.substring.attr = attr;
new 785 source3/lib/ldb/modules/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.equality.attr);
new 786 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.equality.attr = attr;
new 791 source3/lib/ldb/modules/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.comparison.attr);
new 792 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.comparison.attr = attr;
new 795 source3/lib/ldb/modules/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.extended.attr);
new 796 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.extended.attr = attr;
new 799 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 804 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 805 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 822 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.substring.chunks = NULL;
new 824 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.substring.chunks = talloc_realloc(*new, (*new)->u.substring.chunks, struct ldb_val *, i+2);
new 825 source3/lib/ldb/modules/ldb_map_outbound.c if (!(*new)->u.substring.chunks) {
new 826 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 827 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 830 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.substring.chunks[i] = talloc(*new, struct ldb_val);
new 831 source3/lib/ldb/modules/ldb_map_outbound.c if (!(*new)->u.substring.chunks[i]) {
new 832 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 833 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 836 source3/lib/ldb/modules/ldb_map_outbound.c *(*new)->u.substring.chunks[i] = ldb_val_map_local(module, *new, map, tree->u.substring.chunks[i]);
new 837 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.substring.chunks[i+1] = NULL;
new 842 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.equality.value = ldb_val_map_local(module, *new, map, &tree->u.equality.value);
new 847 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.comparison.value = ldb_val_map_local(module, *new, map, &tree->u.comparison.value);
new 850 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.extended.value = ldb_val_map_local(module, *new, map, &tree->u.extended.value);
new 851 source3/lib/ldb/modules/ldb_map_outbound.c (*new)->u.extended.rule_id = talloc_strdup(*new, tree->u.extended.rule_id);
new 854 source3/lib/ldb/modules/ldb_map_outbound.c talloc_free(*new);
new 872 source3/lib/ldb/modules/ldb_map_outbound.c return map_subtree_collect_remote_not(module, mem_ctx, new, tree);
new 876 source3/lib/ldb/modules/ldb_map_outbound.c return map_subtree_collect_remote_list(module, mem_ctx, new, tree);
new 880 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 886 source3/lib/ldb/modules/ldb_map_outbound.c return map->convert_operator(module, mem_ctx, new, tree);
new 894 source3/lib/ldb/modules/ldb_map_outbound.c *new = NULL;
new 898 source3/lib/ldb/modules/ldb_map_outbound.c return map_subtree_collect_remote_simple(module, mem_ctx, new, tree, map);
new 116 source4/heimdal/lib/com_err/com_err.c if (new)
new 117 source4/heimdal/lib/com_err/com_err.c com_err_hook = new;
new 2143 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit *new = s_alloc(nsize);
new 2147 source4/heimdal/lib/hcrypto/imath/imath.c new[ix] = (mp_digit) 0xdeadbeef;
new 2149 source4/heimdal/lib/hcrypto/imath/imath.c memcpy(new, old, osize * sizeof(mp_digit));
new 2151 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit *new = realloc(old, nsize * sizeof(mp_digit));
new 2153 source4/heimdal/lib/hcrypto/imath/imath.c assert(new != NULL); /* for debugging */
new 2155 source4/heimdal/lib/hcrypto/imath/imath.c return new;
new 162 source4/heimdal/lib/hdb/db.c char *old, *new;
new 165 source4/heimdal/lib/hdb/db.c asprintf(&new, "%s.db", new_name);
new 166 source4/heimdal/lib/hdb/db.c ret = rename(old, new);
new 168 source4/heimdal/lib/hdb/db.c free(new);
new 170 source4/heimdal/lib/krb5/mit_glue.c *new = malloc(sizeof(**new));
new 171 source4/heimdal/lib/krb5/mit_glue.c if (*new == NULL)
new 173 source4/heimdal/lib/krb5/mit_glue.c return copy_Checksum(old, *new);
new 863 source4/lib/ldb/ldb_map/ldb_map.c return map_subtree_collect_remote_simple(module, mem_ctx, new, tree, &objectclass_convert_map);
new 563 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 564 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (*new == NULL) {
new 570 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = map_subtree_select_local(module, *new, &child, tree->u.isnot.child);
new 572 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 578 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 579 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 583 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.isnot.child = child;
new 594 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 595 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (*new == NULL) {
new 601 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.num_elements = 0;
new 602 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
new 603 source4/lib/ldb/ldb_map/ldb_map_outbound.c if ((*new)->u.list.elements == NULL) {
new 605 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 613 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = map_subtree_select_local(module, *new, &child, tree->u.list.elements[i]);
new 615 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 620 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.elements[j] = child;
new 627 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 628 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 633 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.num_elements = j;
new 634 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
new 643 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 644 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (*new == NULL) {
new 662 source4/lib/ldb/ldb_map/ldb_map_outbound.c return map_subtree_select_local_not(module, mem_ctx, new, tree);
new 666 source4/lib/ldb/ldb_map/ldb_map_outbound.c return map_subtree_select_local_list(module, mem_ctx, new, tree);
new 670 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 674 source4/lib/ldb/ldb_map/ldb_map_outbound.c return map_subtree_select_local_simple(module, mem_ctx, new, tree);
new 686 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 687 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (*new == NULL) {
new 693 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = map_subtree_collect_remote(module, *new, &child, tree->u.isnot.child);
new 695 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 701 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 702 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 706 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.isnot.child = child;
new 717 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = talloc_memdup(mem_ctx, tree, sizeof(struct ldb_parse_tree));
new 718 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (*new == NULL) {
new 724 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.num_elements = 0;
new 725 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.elements = talloc_array(*new, struct ldb_parse_tree *, tree->u.list.num_elements);
new 726 source4/lib/ldb/ldb_map/ldb_map_outbound.c if ((*new)->u.list.elements == NULL) {
new 728 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 736 source4/lib/ldb/ldb_map/ldb_map_outbound.c ret = map_subtree_collect_remote(module, *new, &child, tree->u.list.elements[i]);
new 738 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 743 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.elements[j] = child;
new 750 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 751 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 756 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.num_elements = j;
new 757 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.list.elements = talloc_realloc(*new, (*new)->u.list.elements, struct ldb_parse_tree *, (*new)->u.list.num_elements);
new 768 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = talloc(mem_ctx, struct ldb_parse_tree);
new 769 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (*new == NULL) {
new 773 source4/lib/ldb/ldb_map/ldb_map_outbound.c **new = *tree;
new 783 source4/lib/ldb/ldb_map/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.present.attr);
new 784 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.present.attr = attr;
new 788 source4/lib/ldb/ldb_map/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.substring.attr);
new 789 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.substring.attr = attr;
new 793 source4/lib/ldb/ldb_map/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.equality.attr);
new 794 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.equality.attr = attr;
new 799 source4/lib/ldb/ldb_map/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.comparison.attr);
new 800 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.comparison.attr = attr;
new 803 source4/lib/ldb/ldb_map/ldb_map_outbound.c attr = map_attr_map_local(*new, map, tree->u.extended.attr);
new 804 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.extended.attr = attr;
new 807 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 812 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 813 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 830 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.substring.chunks = NULL;
new 832 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.substring.chunks = talloc_realloc(*new, (*new)->u.substring.chunks, struct ldb_val *, i+2);
new 833 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (!(*new)->u.substring.chunks) {
new 834 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 835 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 838 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.substring.chunks[i] = talloc(*new, struct ldb_val);
new 839 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (!(*new)->u.substring.chunks[i]) {
new 840 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 841 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 844 source4/lib/ldb/ldb_map/ldb_map_outbound.c *(*new)->u.substring.chunks[i] = ldb_val_map_local(module, *new, map, tree->u.substring.chunks[i]);
new 845 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.substring.chunks[i+1] = NULL;
new 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);
new 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);
new 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);
new 859 source4/lib/ldb/ldb_map/ldb_map_outbound.c (*new)->u.extended.rule_id = talloc_strdup(*new, tree->u.extended.rule_id);
new 862 source4/lib/ldb/ldb_map/ldb_map_outbound.c talloc_free(*new);
new 883 source4/lib/ldb/ldb_map/ldb_map_outbound.c return map_subtree_collect_remote_not(module, mem_ctx, new, tree);
new 887 source4/lib/ldb/ldb_map/ldb_map_outbound.c return map_subtree_collect_remote_list(module, mem_ctx, new, tree);
new 891 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 897 source4/lib/ldb/ldb_map/ldb_map_outbound.c return map->convert_operator(module, mem_ctx, new, tree);
new 905 source4/lib/ldb/ldb_map/ldb_map_outbound.c *new = NULL;
new 909 source4/lib/ldb/ldb_map/ldb_map_outbound.c return map_subtree_collect_remote_simple(module, mem_ctx, new, tree, map);
new 69 source4/libnet/libnet_user.h if (new.field != NULL && \
new 70 source4/libnet/libnet_user.h !strequal_m(current->field.string, new.field)) { \
new 72 source4/libnet/libnet_user.h mod->field = talloc_strdup(mem_ctx, new.field); \
new 79 source4/libnet/libnet_user.h if (new.field != 0) { \
new 80 source4/libnet/libnet_user.h NTTIME newval = timeval_to_nttime(new.field); \
new 82 source4/libnet/libnet_user.h mod->field = talloc_memdup(mem_ctx, new.field, sizeof(*new.field)); \
new 89 source4/libnet/libnet_user.h if (current->field != new.field) { \
new 90 source4/libnet/libnet_user.h mod->field = new.field; \
new 95 source4/libnet/libnet_user.h if (new.field) { \
new 96 source4/libnet/libnet_user.h if (current->field != new.field) { \
new 97 source4/libnet/libnet_user.h mod->field = new.field; \