Searched refs:last_page (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c270 db_pgno_t last_page; local
276 key->size = collect_key(hashp, key_pagep, 0, &last_page);
284 ii.pgno = last_page;
369 * hashp->bigkey_buf. last_page indicates to the calling function what the
378 collect_key(hashp, pagep, len, last_page)
382 db_pgno_t *last_page;
401 if (last_page)
402 *last_page = ADDR(pagep);
416 if (last_page)
417 *last_page
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dpush.t31 # next_page() to be called twice, last_page() once, no delay
34 -last_page => sub { 'last page' },
45 is( ($$out =~ s/last page//g), 1, 'last_page callback called appropriately' );
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c50 uint32_t last_page; member in struct:__anon2247
324 fs_info->page_count = fs_info->header->new.last_page;
484 int last_page = fs_info->page_count - 1; local
491 while (first_page <= last_page) {
494 1.0 * (last_page - first_page) / last_page);
501 (last_page - first_page + 1)
525 fs_info->header->new.last_page = fs_info->page_count - 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm40 my ($type,$callback,$delay,$last_page,$cookie,$target,$expires,$nph,@other) = rearrange([TYPE,NEXT_PAGE,DELAY,LAST_PAGE,[COOKIE,COOKIES],TARGET,EXPIRES,NPH],@p);
72 if ($last_page && ref($last_page) eq 'CODE') {
76 print &$last_page($self,$COUNTER);
121 -last_page=>\&last_page,
133 sub last_page {
205 =item -last_page
/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.c89 static int last_page = 0;
101 #define SEEK(X) last_page=(X)
979 TRACE4("READ %-3d %7d %d\n", id->fd, last_page, elapse);
991 TRACE2("READ %d\n", last_page);
1004 TRACE2("READ %d\n", last_page);
1033 TRACE4("WRITE %-3d %7d %d\n", id->fd, last_page, elapse);
1044 TRACE2("WRITE %d\n", last_page);
1058 TRACE2("WRITE %d\n", last_page);

Completed in 29 milliseconds