Lines Matching full:tmpdb
1799 TXT_DB *tmpdb = NULL;1816 if ((tmpdb = TXT_DB_read(in,DB_NUMBER)) == NULL)1847 retdb->db = tmpdb;1848 tmpdb = NULL;1870 if (tmpdb) TXT_DB_free(tmpdb);