OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:astat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_aux.c
39
int nStat; /* Size of
aStat
[] array */
43
} *
aStat
;
214
sqlite3_free(pCsr->
aStat
);
222
aNew = (struct Fts3auxColstats *)sqlite3_realloc(pCsr->
aStat
,
229
pCsr->
aStat
= aNew;
247
if( pCsr->
aStat
[pCsr->iCol].nDoc>0 ) return SQLITE_OK;
269
memset(pCsr->
aStat
, 0, sizeof(struct Fts3auxColstats) * pCsr->nStat);
279
pCsr->
aStat
[0].nDoc++;
295
pCsr->
aStat
[1].nDoc++;
306
pCsr->
aStat
[iCol+1].nOcc++
[
all
...]
/external/tcpdump/
print-nfs.c
1009
enum sunrpc_accept_stat
astat
;
local
1040
astat
= (enum sunrpc_accept_stat) EXTRACT_32BITS(dp);
1041
switch (
astat
) {
1072
printf(" ar_stat %d",
astat
);
1077
TCHECK2(*dp, sizeof(
astat
));
1078
return ((u_int32_t *) (sizeof(
astat
) + ((char *)dp)));
[
all
...]
Completed in 818 milliseconds