OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typelen
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picodata.c
1028
picoos_uint16
typelen
;
local
[
all
...]
/external/dropbear/
common-channel.c
756
unsigned int
typelen
;
local
768
type = buf_getstring(ses.payload, &
typelen
);
777
if (
typelen
> MAX_NAME_LEN) {
svr-chansession.c
313
unsigned int
typelen
;
local
320
type = buf_getstring(ses.payload, &
typelen
);
323
if (
typelen
> MAX_NAME_LEN) {
/frameworks/base/core/java/android/content/
IntentFilter.java
515
final int
typelen
= type.length();
local
516
if (slashpos > 0 &&
typelen
>= slashpos+2) {
518
if (
typelen
== slashpos+2 && type.charAt(slashpos+1) == '*') {
[
all
...]
Completed in 142 milliseconds