Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/rcorder/
H A Dhash.h63 ClientData clientData; /* Arbitrary piece of data associated member
100 #define Hash_GetValue(h) ((h)->clientData)
108 #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val))
H A Dhash.c270 e->clientData = NULL; in Hash_CreateEntry()
/freebsd-13.1/crypto/openssh/
H A DPROTOCOL.u2f239 string clientData
242 Where "origin" is the HTTP origin making the signature, "clientData" is
/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c774 static void DbRollbackHandler(void *clientData){ in DbRollbackHandler() argument
775 SqliteDb *pDb = (SqliteDb*)clientData; in DbRollbackHandler()
786 void *clientData, in DbWalHandler() argument
793 SqliteDb *pDb = (SqliteDb*)clientData; in DbWalHandler()