Home
last modified time | relevance | path

Searched refs:cookie_type (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-juniper.c417 uint8_t cookie_type; member
1326 l2info->cookie_type = LS_COOKIE_ID; in juniper_parse_header()
1330 l2info->cookie_type = AS_COOKIE_ID; in juniper_parse_header()
1382 switch (l2info->cookie_type) { in juniper_parse_header()
1398 switch (l2info->cookie_type) { in juniper_parse_header()
1422 switch (l2info->cookie_type) { in juniper_parse_header()
/external/python/cpython2/Modules/_io/
Dtextio.c1888 } cookie_type; typedef
1929 textiowrapper_parse_cookie(cookie_type *cookie, PyObject *cookieObj) in textiowrapper_parse_cookie()
1953 textiowrapper_build_cookie(cookie_type *cookie) in textiowrapper_build_cookie()
1968 _textiowrapper_decoder_setstate(textio *self, cookie_type *cookie) in _textiowrapper_decoder_setstate()
1989 _textiowrapper_encoder_setstate(textio *self, cookie_type *cookie) in _textiowrapper_encoder_setstate()
2012 cookie_type cookie; in textiowrapper_seek()
2196 cookie_type cookie = {0,0,0,0,0}; in textiowrapper_tell()
/external/python/cpython3/Modules/_io/
Dtextio.c2198 } cookie_type; typedef
2233 textiowrapper_parse_cookie(cookie_type *cookie, PyObject *cookieObj) in textiowrapper_parse_cookie()
2257 textiowrapper_build_cookie(cookie_type *cookie) in textiowrapper_build_cookie()
2272 _textiowrapper_decoder_setstate(textio *self, cookie_type *cookie) in _textiowrapper_decoder_setstate()
2312 _textiowrapper_encoder_setstate(textio *self, cookie_type *cookie) in _textiowrapper_encoder_setstate()
2331 cookie_type cookie; in _io_TextIOWrapper_seek_impl()
2519 cookie_type cookie = {0,0,0,0,0}; in _io_TextIOWrapper_tell_impl()