Home
last modified time | relevance | path

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

/minix3/external/bsd/dhcp/dist/omapip/
H A Dconnection.c955 if (c -> out_context) { in omapi_connection_set_value()
958 &c -> out_context, in omapi_connection_set_value()
1024 if (!c -> out_key || !c -> out_context) in omapi_connection_get_value()
1029 &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()
/minix3/external/bsd/dhcp/dist/includes/omapip/
H A Domapip_p.h201 void *out_context; /* Output hash context. */ member