Home
last modified time | relevance | path

Searched refs:pLine (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ubsan.c1275 volatile uint32_t *pLine; in isAlreadyReported() local
1279 pLine = &pLocation->mLine; in isAlreadyReported()
1282 siOldValue = *pLine; in isAlreadyReported()
1283 } while (__sync_val_compare_and_swap(pLine, siOldValue, siOldValue | ACK_REPORTED) != siOldValue); in isAlreadyReported()
/freebsd/contrib/sqlite3/
H A Dshell.c1246 sqlite3_str *pLine = sqlite3_str_new(p->db); in qrfEqpStats()
1316 sqlite3_str_appendf(pLine, in qrfEqpStats()
1321 qrfEqpAppend(p, iId, iPid, sqlite3_str_value(pLine)); in qrfEqpStats()
1322 sqlite3_str_reset(pLine); in qrfEqpStats()
1328 qrfStrErr(p, pLine); in qrfEqpStats()
1329 sqlite3_free(sqlite3_str_finish(pLine)); in qrfEqpStats()