Home
last modified time | relevance | path

Searched refs:pDir (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_cipher.c544 icp_qat_hw_cipher_dir_t *pDir, in LacSymQat_CipherGetCfgData() argument
557 *pDir = ICP_QAT_HW_CIPHER_ENCRYPT; in LacSymQat_CipherGetCfgData()
580 *pDir = icp_qat_alg_info[cipherIdx].dir[cipherDirection]; in LacSymQat_CipherGetCfgData()
603 *pDir = ICP_QAT_HW_CIPHER_DECRYPT; in LacSymQat_CipherGetCfgData()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_cipher.h261 icp_qat_hw_cipher_dir_t *pDir,
/freebsd/contrib/sqlite3/
H A Dshell.c8551 DIR *pDir; /* From opendir() */ member
8632 if( pLvl->pDir ) closedir(pLvl->pDir); in fsdirResetCursor()
8695 pLvl->pDir = opendir(pLvl->zDir); in fsdirNext()
8696 if( pLvl->pDir==0 ){ in fsdirNext()
8704 struct dirent *pEntry = readdir(pLvl->pDir); in fsdirNext()
8719 closedir(pLvl->pDir); in fsdirNext()
8721 pLvl->pDir = 0; in fsdirNext()