HomeSort by: relevance | last modified time | path
    Searched defs:tdb_exists (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ppp/usr.sbin/pppd/
tdb.c 712 int tdb_exists(TDB_CONTEXT *tdb, TDB_DATA key) function
720 printf("tdb_exists() called with null context\n");
1041 if (flag == TDB_INSERT && tdb_exists(tdb, key)) {

Completed in 16 milliseconds