| 143 | } |
| 144 | |
| 145 | static __inline bool |
| 146 | pctrie_is_empty(struct pctrie *ptree) |
| 147 | { |
| 148 | |
| 149 | return (ptree->pt_root == 0); |
| 150 | } |
| 151 | |
| 152 | /* |
| 153 | * These widths should allow the pointers to a node's children to fit within |
no outgoing calls
no test coverage detected