Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dconnection.c938 if (c -> out_context) { in omapi_connection_set_value()
941 &c -> out_context, in omapi_connection_set_value()
1007 if (!c -> out_key || !c -> out_context) in omapi_connection_get_value()
1012 &c -> out_context, in omapi_connection_get_value()
H A Dbuffer.c322 if (!c -> out_context) in omapi_connection_copyin()
325 (sig_flags, c -> out_key, &c -> out_context, in omapi_connection_copyin()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h204 void *out_context; /* Output hash context. */ member