Searched defs:db2 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c18 static int db2 = -1; variable
32 db2 = open(argv[2], O_RDONLY);
33 if( db2<0 ){
38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
46 close(db2);
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb2.c33 ** SMDB_TYPE_TO_DB2_TYPE -- Translates smdb database type to db2 type.
60 ** DB2_ERROR_TO_SMDB -- Translates db2 errors to smdbe errors
66 ** The SMDBE error corresponding to the db2 error.
143 ** SMDB_PUT_FLAGS_TO_DB2_FLAGS -- Translates smdb put flags to db2 put flags.
149 ** The db2 flags that are equivalent to the smdb flags.
170 ** SMDB_CURSOR_GET_FLAGS_TO_DB2 -- Translates smdb cursor get flags to db2
177 ** The db2 flags that are equivalent to the smdb flags.
215 SMDB_DB2_DATABASE *db2; local
217 db2 = (SMDB_DB2_DATABASE *) malloc(sizeof(SMDB_DB2_DATABASE));
218 if (db2 !
229 SMDB_DB2_DATABASE *db2 = (SMDB_DB2_DATABASE *) database->smdb_impl; local
271 SMDB_DB2_DATABASE *db2 = (SMDB_DB2_DATABASE *) database->smdb_impl; local
583 SMDB_DB2_DATABASE *db2; local
[all...]

Completed in 36 milliseconds