Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.h86 extern struct xtables_match *load_proto(struct iptables_command_state *);
Dxshared.c108 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto() function
145 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/cpython2/Modules/
DcPickle.c4717 load_proto(Unpicklerobject *self) in load_proto() function
5002 if (load_proto(self) < 0) in load()
5420 if (load_proto(self) < 0) in noload()