HomeSort by: relevance | last modified time | path
    Searched defs:http_cb (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_local.h 56 OSSL_HTTP_bio_cb_t http_cb; member in struct:ossl_cmp_ctx_st
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_local.h 54 OSSL_HTTP_bio_cb_t http_cb; member in struct:ossl_cmp_ctx_st
  /src/external/bsd/libevent/dist/
http.c 3737 struct evhttp_cb *http_cb; local
3757 while ((http_cb = TAILQ_FIRST(&http->callbacks)) != NULL) {
3758 TAILQ_REMOVE(&http->callbacks, http_cb, next);
3759 mm_free(http_cb->what);
3760 mm_free(http_cb);
3921 struct evhttp_cb *http_cb; local
3923 TAILQ_FOREACH(http_cb, &http->callbacks, next) {
3924 if (strcmp(http_cb->what, uri) == 0)
3928 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) {
3933 http_cb->what = mm_strdup(uri)
3950 struct evhttp_cb *http_cb; local
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 3735 struct evhttp_cb *http_cb; local
3755 while ((http_cb = TAILQ_FIRST(&http->callbacks)) != NULL) {
3756 TAILQ_REMOVE(&http->callbacks, http_cb, next);
3757 mm_free(http_cb->what);
3758 mm_free(http_cb);
3919 struct evhttp_cb *http_cb; local
3921 TAILQ_FOREACH(http_cb, &http->callbacks, next) {
3922 if (strcmp(http_cb->what, uri) == 0)
3926 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) {
3931 http_cb->what = mm_strdup(uri)
3948 struct evhttp_cb *http_cb; local
    [all...]

Completed in 29 milliseconds