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

  /src/external/bsd/openldap/dist/libraries/liblmdb/
mplay.c 75 typedef struct pidpair { struct
79 } pidpair; typedef in typeref:struct:pidpair
81 pidpair *lastpid;
83 pidpair pids[MAXPIDS];
478 static pidpair *addpid(int tpid)
506 static pidpair *findpid(int tpid)
524 pidpair *pp = findpid(tpid);
558 pidpair *pp;

Completed in 150 milliseconds