OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:astat
(Results
1 - 3
of
3
) sorted by null
/external/lldb/test/pexpect-2.4/examples/
astat.py
5
./
astat
.py [-s server_hostname] [-u username] [-p password]
12
./
astat
.py -s www.example.com -u mylogin -p mypassword
/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
1091
enum sunrpc_accept_stat
astat
;
local
1122
astat
= (enum sunrpc_accept_stat) EXTRACT_32BITS(dp);
1123
switch (
astat
) {
1154
printf(" ar_stat %d",
astat
);
1159
TCHECK2(*dp, sizeof(
astat
));
1160
return ((u_int32_t *) (sizeof(
astat
) + ((char *)dp)));
[
all
...]
Completed in 142 milliseconds