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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_ps.c 171 TCS_LOADKEY_INFO info, *pInfo;
188 pInfo = NULL;
192 pInfo = &info;
194 result = key_mgr_load_by_uuid(hContext, &uuid, pInfo, &phKeyTCSI);
201 if (pInfo != NULL) {
202 if (setData(TCSD_PACKET_TYPE_LOADKEY_INFO, 1, pInfo, 0, &data->comm)) {
207 if (result == TCSERR(TCS_E_KM_LOADFAILED) && pInfo != NULL) {
209 if (setData(TCSD_PACKET_TYPE_LOADKEY_INFO, 0, pInfo, 0, &data->comm)) {
  /src/crypto/external/bsd/openssh/dist/
pkcs11.h 1743 CK_BYTE_PTR pInfo;
  /src/external/public-domain/sqlite/dist/
shell.c 12739 sqlite3_stmt *pInfo = 0;
12746 rc = idxPrintfPrepareStmt(dbm, &pInfo, 0, "PRAGMA index_xInfo=%Q", zIdx);
12747 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){
12748 int iIdx = sqlite3_column_int(pInfo, 0);
12749 int iCol = sqlite3_column_int(pInfo, 1);
12750 const char *zColl = (const char*)sqlite3_column_text(pInfo, 4);
12774 idxFinalize(&rc, pInfo);
sqlite3.c     [all...]

Completed in 106 milliseconds