Searched refs:pStr (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | rsaz_exp_x2.c | 505 static ossl_inline void put_digit52(uint8_t *pStr, int strLen, uint64_t digit) 507 assert(pStr != NULL); 510 *pStr++ = (uint8_t)(digit & 0xFF);
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 23729 SQLITE_PRIVATE void sqlite3VdbeMemPrettyPrint(Mem *pMem, StrAccum *pStr); 33024 sqlite3_str *pStr = sqlite3_str_new(0); in sqlite3TreeViewExpr() local 33026 sqlite3_str_appendf(pStr, "IN flags=0x%x", pExpr->flags); in sqlite3TreeViewExpr() 33027 if( pExpr->iTable ) sqlite3_str_appendf(pStr, " iTable=%d",pExpr->iTable); in sqlite3TreeViewExpr() 33029 sqlite3_str_appendf(pStr, " subrtn(%d,%d)", in sqlite3TreeViewExpr() 33032 z = sqlite3_str_finish(pStr); in sqlite3TreeViewExpr() 84457 DblquoteStr *pStr = sqlite3DbMallocRawNN(db, 84458 sizeof(*pStr)+n+1-sizeof(pStr->z)); 84459 if( pStr ){ 84460 pStr->pNextStr = p->pDblStr; [all …]
|
| H A D | shell.c | 6999 sqlite3_str *pStr; in re_bytecode_func() local 7017 pStr = sqlite3_str_new(0); in re_bytecode_func() 7018 if( pStr==0 ) goto re_bytecode_func_err; in re_bytecode_func() 7020 sqlite3_str_appendf(pStr, "INIT "); in re_bytecode_func() 7022 sqlite3_str_appendf(pStr, "%02x", pRe->zInit[i]); in re_bytecode_func() 7024 sqlite3_str_appendf(pStr, "\n"); in re_bytecode_func() 7027 sqlite3_str_appendf(pStr, "%-8s %4d\n", in re_bytecode_func() 7030 n = sqlite3_str_length(pStr); in re_bytecode_func() 7031 z = sqlite3_str_finish(pStr); in re_bytecode_func() 19835 sqlite3_str *pStr = sqlite3_str_new(0); in save_err_msg() local [all …]
|