Home
last modified time | relevance | path

Searched refs:load_proto (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dxshared.h158 extern struct xtables_match *load_proto(struct iptables_command_state *);
Dxshared.c109 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto() function
146 m = load_proto(cs); in command_default()
/external/python/cpython2/Lib/
Dpickle.py889 def load_proto(self): member in Unpickler
893 dispatch[PROTO] = load_proto
/external/python/cpython3/Lib/
Dpickle.py1228 def load_proto(self): member in _Unpickler
1233 dispatch[PROTO[0]] = load_proto
/external/python/cpython2/Modules/
DcPickle.c4703 load_proto(Unpicklerobject *self) in load_proto() function
4988 if (load_proto(self) < 0) in load()
5406 if (load_proto(self) < 0) in noload()
/external/python/cpython3/Modules/
D_pickle.c6849 load_proto(UnpicklerObject *self) in load_proto() function
6982 OP(PROTO, load_proto) in load()