Home
last modified time | relevance | path

Searched refs:last_dup (Results 1 – 6 of 6) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.c5862 if (!last_dup) { in lyd_dup_withsiblings_r()
5867 last_dup->validity = next->validity; in lyd_dup_withsiblings_r()
5868 last_dup->when_status = next->when_status; in lyd_dup_withsiblings_r()
5870 last_dup->parent = parent_dup; in lyd_dup_withsiblings_r()
5873 first_dup = last_dup; in lyd_dup_withsiblings_r()
5879 prev_dup->next = last_dup; in lyd_dup_withsiblings_r()
5880 last_dup->prev = prev_dup; in lyd_dup_withsiblings_r()
5885 if ((last_dup->schema->nodetype != LYS_LIST) || lyd_list_has_keys(last_dup)) { in lyd_dup_withsiblings_r()
5886 last_dup->hash = next->hash; in lyd_dup_withsiblings_r()
5890 lyd_insert_hash(last_dup); in lyd_dup_withsiblings_r()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dbt_cursor.c1631 CDB___bam_dup(dbc, indx, last_dup) in CDB___bam_dup() argument
1634 int last_dup;
1672 if (last_dup) {
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DBug.pm3115 my $last_dup = $bug_id;
3125 return $last_dup;
3132 return $last_dup if exists $dupes{$this_dup};
3134 $last_dup = $this_dup;
3138 return $last_dup;
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DBug.pm3340 my $last_dup = $bug_id;
3350 return $last_dup;
3357 return $last_dup if exists $dupes{$this_dup};
3359 $last_dup = $this_dup;
3363 return $last_dup;
/dports/databases/py-lmdb/lmdb-0.97/
H A DChangeLog322 last_dup(), set_key_dup(), set_range_dup(), iternext_dup(),
/dports/databases/py-lmdb/lmdb-0.97/lmdb/
H A Dcffi.py1857 def last_dup(self): member in Cursor