Home
last modified time | relevance | path

Searched refs:errcode_ptr (Results 1 – 5 of 5) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/ext/trunnel/
H A Dtrunnel.c153 uint8_t *errcode_ptr) in trunnel_string_setstr0() argument
165 *errcode_ptr = 1; in trunnel_string_setstr0()
171 uint8_t *errcode_ptr) in trunnel_string_setlen() argument
186 *errcode_ptr = 1; in trunnel_string_setlen()
194 uint8_t *errcode_ptr) in trunnel_dynarray_setlen() argument
217 *errcode_ptr = 1; in trunnel_dynarray_setlen()
H A Dtrunnel-impl.h253 uint8_t *errcode_ptr);
269 uint8_t *errcode_ptr);
276 uint8_t *errcode_ptr);
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/trunnel/
H A Dtrunnel.c153 uint8_t *errcode_ptr) in trunnel_string_setstr0() argument
165 *errcode_ptr = 1; in trunnel_string_setstr0()
171 uint8_t *errcode_ptr) in trunnel_string_setlen() argument
186 *errcode_ptr = 1; in trunnel_string_setlen()
194 uint8_t *errcode_ptr) in trunnel_dynarray_setlen() argument
217 *errcode_ptr = 1; in trunnel_dynarray_setlen()
H A Dtrunnel-impl.h253 uint8_t *errcode_ptr);
269 uint8_t *errcode_ptr);
276 uint8_t *errcode_ptr);
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslerr.c102 int *errcode_ptr; member
243 while (b->errcode_ptr != NULL) in _pSLerr_init_interp_exceptions()
245 if (-1 == (*_pSLerr_New_Exception_Hook)(b->name, b->description, *b->errcode_ptr)) in _pSLerr_init_interp_exceptions()
307 while (b->errcode_ptr != NULL) in init_exceptions()
315 *b->errcode_ptr = err_code; in init_exceptions()