OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_pos
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
splparser.cpp
43
uint16
str_pos
= 0;
local
49
while (
str_pos
< str_len) {
50
char char_this = splstr[
str_pos
];
59
str_pos
++;
61
start_pos[idx_num] =
str_pos
;
70
str_pos
++;
72
start_pos[idx_num] =
str_pos
;
84
if (0 ==
str_pos
) {
115
start_pos[idx_num] =
str_pos
;
125
str_pos
++
172
uint16
str_pos
= 0;
local
[
all
...]
dictlist.cpp
366
for (uint16
str_pos
= 0;
str_pos
< str_len;
str_pos
++) {
367
str[
str_pos
] = scis_hz_[str[
str_pos
]];
374
for (uint16
str_pos
= 0;
str_pos
< str_len;
str_pos
++) {
375
str[
str_pos
] = 0x100;
/external/qemu/proxy/
proxy_common.c
92
conn->
str_pos
= 0;
112
conn->
str_pos
= 0;
122
int avail = str->n - conn->
str_pos
;
131
hex_dump( str->s + conn->
str_pos
, avail, ">> " );
135
int n = socket_send(fd, str->s + conn->
str_pos
, avail);
148
conn->
str_pos
+= n;
proxy_int.h
81
int
str_pos
; /* see proxy_connection_send() */
member in struct:ProxyConnection
124
* starting from offset conn->
str_pos
in the buffer
131
* that were really sent. conn->
str_pos
will be incremented
135
* performs a proxy_connection_rewind which sets conn->
str_pos
proxy_http_rewriter.c
876
int pos = root->
str_pos
;
880
root->
str_pos
= 0;
[
all
...]
Completed in 63 milliseconds