Home
last modified time | relevance | path

Searched refs:clientData (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/rcorder/
H A Dhash.h60 ClientData clientData; /* Arbitrary piece of data associated member
97 #define Hash_GetValue(h) ((h)->clientData)
105 #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val))
H A Dhash.c256 e->clientData = NULL; in Hash_CreateEntry()
/freebsd/crypto/openssh/
H A DPROTOCOL.u2f239 string clientData
242 Where "origin" is the HTTP origin making the signature, "clientData" is
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c793 static void DbRollbackHandler(void *clientData){ in DbRollbackHandler() argument
794 SqliteDb *pDb = (SqliteDb*)clientData; in DbRollbackHandler()
805 void *clientData, in DbWalHandler() argument
812 SqliteDb *pDb = (SqliteDb*)clientData; in DbWalHandler()