mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-02 15:49:39 -04:00
Most of the times, the caller of objt_<type>(ptr) will know that <ptr> is valid and of the correct type (eg: in an "if" condition). Let's provide an unsafe variant that does not perform the check again for these usages. The new functions are called "__objt_<type>". |
||
|---|---|---|
| .. | ||
| common | ||
| import | ||
| proto | ||
| types | ||