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 15630 sqlite3_stmt *pInfo = 0;
15637 rc = idxPrintfPrepareStmt(dbm, &pInfo, 0, "PRAGMA index_xInfo=%Q", zIdx);
15638 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){
15639 int iIdx = sqlite3_column_int(pInfo, 0);
15640 int iCol = sqlite3_column_int(pInfo, 1);
15641 const char *zColl = (const char*)sqlite3_column_text(pInfo, 4);
15665 idxFinalize(&rc, pInfo);
18341 vfstrace_info *pInfo; /* The trace-VFS to which this file belongs */
18437 vfstrace_info *pInfo,
18443 if( pInfo->bOn )
    [all...]
sqlite3.c     [all...]

Completed in 260 milliseconds