Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/rcorder/
H A Dhash.h62 ClientData clientData; /* Arbitrary piece of data associated member
99 #define Hash_GetValue(h) ((h)->clientData)
107 #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val))
H A Dhash.c269 e->clientData = NULL; in Hash_CreateEntry()
/freebsd-14.2/crypto/openssh/
H A DPROTOCOL.u2f239 string clientData
242 Where "origin" is the HTTP origin making the signature, "clientData" is
/freebsd-14.2/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()