Home
last modified time | relevance | path

Searched refs:pSet (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h61 extern void ar9300_Stub_SetBasicRate(struct ath_hal *ah, HAL_RATE_SET *pSet);
H A Dar9300_stub_funcs.c355 ar9300_Stub_SetBasicRate(struct ath_hal *ah, HAL_RATE_SET *pSet) in ar9300_Stub_SetBasicRate() argument
H A Dar9300.h1279 extern void ar9300_set_basic_rate(struct ath_hal *ah, HAL_RATE_SET *pSet);
/src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h486 extern void ar5212SetBasicRate(struct ath_hal *ah, HAL_RATE_SET *pSet);
/src/contrib/sqlite3/
H A Dshell.c7213 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state() argument
7215 for(i=0; i<pSet->nState; i++) if( pSet->aState[i]==newState ) return; in re_add_state()
7216 pSet->aState[pSet->nState++] = (ReStateNumber)newState; in re_add_state()
H A Dsqlite3.c156859 ExprList *pSet, /* UPDATE columns, or NULL for a DO NOTHING */
156868 sqlite3ExprListDelete(db, pSet);
156875 pNew->pUpsertSet = pSet;
156877 pNew->isDoUpdate = pSet!=0;
164677 WhereOrSet *pSet, /* The WhereOrSet to be updated */
164684 for(i=pSet->n, p=pSet->a; i>0; i--, p++){
164692 if( pSet->n<N_OR_COST ){
164693 p = &pSet->a[pSet->n++];
164696 p = pSet->a;
164697 for(i=1; i<pSet->n; i++){
[all …]