/[Search-TokyoDystopia]/lib/Search/TokyoDystopia.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Search/TokyoDystopia.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Sun Aug 17 23:57:02 2008 UTC revision 12 by dpavlin, Sun Aug 17 23:59:46 2008 UTC
# Line 42  If you don't prevent it, it will export Line 42  If you don't prevent it, it will export
42    
43  =head2 tcidberrmsg  =head2 tcidberrmsg
44    
45    my $message = Search::TokyoDystopia::tcidberrmsg( $ecode );    my $message = tcidberrmsg( $ecode );
46    
47  =head2 tcidbnew  =head2 tcidbnew
48    
49    my $idb = Search::TokyoDystopia::tcidbnew;    my $idb = tcidbnew;
50    
51  =head2 tcidbdel  =head2 tcidbdel
52    
53    Search::TokyoDystopia::tcidbdel( $idb );    tcidbdel( $idb );
54    
55  =head2 tcidbecode  =head2 tcidbecode
56    
57    my $ecode = Search::TokyoDystopia::tcidbecode( $idb );    my $ecode = tcidbecode( $idb );
58    
59  =head2 tcidbtune  =head2 tcidbtune
60    
61    my $success = Search::TokyoDystopia::tcidbtune( $idb, $ernum, $etnum, $iusiz, IDBTLARGE || IDBTDEFLATE );    my $success = tcidbtune( $idb, $ernum, $etnum, $iusiz, IDBTLARGE || IDBTDEFLATE );
62    
63  =cut  =cut
64    
# Line 70  use constant { Line 70  use constant {
70    
71  =head2 tcidbsetcache  =head2 tcidbsetcache
72    
73    my $success = Search::TokyoDystopia::tcidbsetcache( $idb, $icsiz, $lcnum );    my $success = tcidbsetcache( $idb, $icsiz, $lcnum );
74    
75  =head2 tcidbsetfwmmax  =head2 tcidbsetfwmmax
76    
77    my $success = Search::TokyoDystopia::tcidbsetfwmmax( $idb, $fwnum );    my $success = tcidbsetfwmmax( $idb, $fwnum );
78    
79  =head2 tcidbopen  =head2 tcidbopen
80    
81    Search::TokyoDystopia::tcidbopen( $idb, 'casket', IDBOTRUNC ), 1, 'tcidbopen' );    my $success = tcidbopen( $idb, 'casket', IDBOWRITER || IDBOCREAT );
82    
83  =cut  =cut
84    
# Line 91  use constant { Line 91  use constant {
91          IDBOLCKNB => 1 << 5,          IDBOLCKNB => 1 << 5,
92  };  };
93    
94    =head2 tcidbclose
95    
96      my $success = tcidbclose( $idb );
97    
98  =head1 KNOWN BUGS  =head1 KNOWN BUGS
99    
100  Low-level functions often just die when called on invalid (or deleted) database  Low-level functions often just die when called on invalid (or deleted) database

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26