Searched refs:previous (Results 1 - 25 of 52) sorted by relevance

123

/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc171 entry_object *content, db_next_desc* previous)
231 prev = extract_next_desc(previous, &next_type, &prev_desc);
241 // invalid previous indicator
252 // invalid previous indicator
256 WARNING("db::exec_action: invalid previous indicator");
259 if (previous && previous->db_next_desc_val) {
260 delete previous->db_next_desc_val;
261 previous->db_next_desc_len = 0;
262 previous
170 exec_action(db_action action, db_query *query, entry_object *content, db_next_desc* previous) argument
394 execute(db_action action, db_query *query, entry_object *content, db_next_desc* previous) argument
[all...]
H A Ddb_c.x89 % db_next_desc *previous );
117 % A checkpoint is done only if it has changed since the previous checkpoint.
138 %/* Return whether the database has changed since its previous checkpoint. */
150 % db_next_desc* previous );
H A Ddb_mindex.cc465 * Returns the next entry in the table after 'previous' by setting 'answer' to
466 * point to copy of the entry_object. Returns DB_SUCCESS if 'previous' is
471 db_mindex::next(entryp previous, entryp *where, entry_object **answer) argument
477 if (!(table->entry_exists_p(previous)))
480 entry_object * ptr = table->next_entry(previous, where);
574 * Returns the next entry in the table after 'previous' by setting 'answer' to
576 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
581 db_mindex::next(db_next_index_desc *previous, db_next_index_desc **where, argument
588 if (previous
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap.c53 /* Realmode far ptr (2 * 16b) to the previous INT13h handler. */
127 drivemap_node_t *previous = 0; local
136 previous = search;
142 if (previous)
143 previous->next = mapping->next;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest143 # Scan the file backwards with previous.
146 while ($f->previous()) {
192 # Read the file backwards with previous and get.
196 while ($f->previous()) {
198 $f->previous();
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs147 # Get the next/previous record from the file and return its type.
155 previous = 1
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c137 struct _svc_user_fd_node *previous; member in struct:__anon2028
160 (l.lnk.previous = l.lnk.next = (_svc_user_fd_node *) &(l.lnk))
325 * could have been deallocated by the previous
371 free(node->lnk.previous);
402 free(one_node->lnk.previous);
484 svc_userfds[user_fd].lnk.previous = new_node;
487 new_node->lnk.previous = (_svc_user_fd_node *)&(svc_userfds[user_fd]);
507 _svc_user_fd_node* previous; local
525 previous = node->lnk.previous;
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c516 char *previous; local
521 previous = pop_a_string(env, NULL);
523 if (previous == NULL)
525 else if (p = find_property(phandle, previous))
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s237 / Put elements previous "next" value into listp
241 / Return previous listp value (already in eax)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm33 Uses the value of a previous getpos call to return to a previously visited
H A DHandle.pm78 supported C<IO::Handle> methods. All of them return the previous
80 given will set the value. If no argument is given the previous value
180 C<blocking> will return the value of the previous setting, or the
H A DSocket.pm452 the current setting is changed and the previous value returned.
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h204 uint32_t previous; member in struct:_HfsNodeDescriptor
470 uint32_t previous; member in struct:_HfsPNodeDescriptor
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm231 paths, and we will instead simply return $path. Note that previous
261 paths, and we will instead simply return $path. Note that previous
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s104 bz,a,pt %xcc, .doload ! no null byte in previous word from s2
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm116 =item * =item without previous =over
118 =item * =back without previous =over
223 =item * previous =item has no contents
263 =item * empty section in previous paragraph
265 The previous section (introduced by a C<=head> command) does not contain
837 -msg => "=item without previous =over" });
842 # check whether the previous item had some contents
847 -msg => "previous =item has no contents" });
901 -msg => "=back without previous =over" });
930 # check whether the previous
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm260 If the scalar from the previous example had an extra reference:
274 Notice that this example differs from the previous example only in its
302 same C<$a> that we found in the previous example.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm381 In other words, the previous example, would become:
420 For example, to cause the previous filter to filter only up to a line of the
595 described in the previous section.
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c55 FTSENT* previous; /* previous current */ \
1095 fts->previous = fts->current;
1388 fts->current = fts->previous;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm114 The lines starting with C<@> mark time passed from the previous C<@>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm184 setting C<$a> to the result of the previous call and C<$b> to the next
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c631 register I32 previous; local
656 previous = BmPREVIOUS(littlestr);
659 stop_pos = SvCUR(bigstr) - end_shift - (SvCUR(littlestr) - 1 - previous);
660 if (previous + start_shift > stop_pos) {
666 if (previous + start_shift == stop_pos + 1) /* A fake '\n'? */
671 while (pos < previous + start_shift) {
675 big -= previous;
2782 if (extidx > 0) /* reset after previous loop */
3530 * the 13th and 14th month of the previous year. After that transformation,
3561 * the previous yea
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s1003 ! Main loop. Write previous block. Load rest of current block.
1174 ! the previous alignment directive.
1176 ! Main loop. Write previous block. Load rest of current block.
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java294 record = itr.previous();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm371 may be composed with the previous one in a certain composition

Completed in 66 milliseconds

123