Searched refs:db1 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c17 static int db1 = -1; variable
27 db1 = open(argv[1], O_RDONLY);
28 if( db1<0 ){
38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
45 close(db1);
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c57 ** SMDB_TYPE_TO_DB1_TYPE -- Translates smdb database type to db1 type.
85 ** SMDB_PUT_FLAGS_TO_DB1_FLAGS -- Translates smdb put flags to db1 put flags.
91 ** The db1 flags that are equivalent to the smdb flags.
118 ** The db1 flags that are equivalent to the smdb flags.
155 SMDB_DB1_DATABASE *db1; local
157 db1 = (SMDB_DB1_DATABASE *) malloc(sizeof(SMDB_DB1_DATABASE));
159 if (db1 != NULL)
161 db1->smdb1_lock_fd = -1;
162 db1->smdb1_cursor_in_use = false;
165 return db1;
173 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
219 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
312 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
329 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
345 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
373 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
393 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
465 SMDB_DB1_DATABASE *db1; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Deval.t366 sub db1 { $x; eval '$x' } subroutine
377 print db1() == 2 ? 'ok' : 'not ok', " $test\n"; $test++;

Completed in 26 milliseconds