Searched refs:underlying (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql379 /* If the underlying node was moved away (rather than just deleted), this
H A Dwc-queries.sql407 op-depth, including children of any underlying, replaced directories. */
415 child of an underlying (replaced) directory, it has to be in the
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp205 auto underlying = GetUnderlyingCommand(); local
206 if (!underlying)
209 if (underlying->IsAlias()) {
210 auto desugared = ((CommandAlias *)underlying.get())->Desugar();
217 return {underlying, GetOptionArguments()};
221 // info for the underlying command if no customization has been provided
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4005 QualType underlying() const { return QT; } function in class:__anon672::CatchHandlerType
4013 // Otherwise, check the underlying type without cv-qualifiers.
4032 return DenseMapInfo<QualType>::getHashValue(Base.underlying());
4129 // underlying declaration type in order to get at the underlying record
4131 QualType Underlying = HandlerCHT.underlying();
/freebsd-11-stable/contrib/diff/lib/
H A Dstrftime.c742 underlying strftime implementation, so use that. */
747 /* Make sure we're calling the actual underlying strftime.
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent.c730 struct bufferevent *underlying; local
735 underlying = bufferevent_get_underlying(bufev);
765 /* Release the reference to underlying now that we no longer need the
767 * shared with underlying.
769 * The 'destruct' function will also drop a reference to underlying
775 if (underlying)
776 bufferevent_decref_(underlying);
812 struct bufferevent *underlying;
816 underlying = bufferevent_get_underlying(bufev);
818 if (!lock && underlying
[all...]
H A Dbufferevent_filter.c81 struct bufferevent *underlying; member in struct:bufferevent_filtered
84 /** True iff we have received an EOF callback from the underlying
126 /** Return 1 iff bevf's underlying bufferevent's output buffer is at or
133 struct bufferevent *u = bevf->underlying;
165 bufferevent_filter_new(struct bufferevent *underlying, argument
175 if (!underlying)
187 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
196 bufev_f->underlying = underlying;
203 bufferevent_setcb(bufev_f->underlying,
422 be_filter_readcb(struct bufferevent *underlying, void *me_) argument
461 be_filter_writecb(struct bufferevent *underlying, void *me_) argument
483 be_filter_eventcb(struct bufferevent *underlying, short what, void *me_) argument
[all...]
H A Dbufferevent_openssl.c273 to an underlying bufferevent using a BIO_bufferevent, and one that has the
289 If we were set up with an underlying bufferevent, we use the
294 /* An underlying bufferevent that we're directing our output to.
296 struct bufferevent *underlying; member in struct:bufferevent_openssl
380 /* Have the base communications channel (either the underlying bufferevent or
386 if (bev_ssl->underlying) {
387 bufferevent_unsuspend_read_(bev_ssl->underlying,
401 /* Have the base communications channel (either the underlying bufferevent or
408 if (bev_ssl->underlying) {
425 if (bev_ssl->underlying) {
1314 bufferevent_openssl_new_impl(struct event_base *base, struct bufferevent *underlying, evutil_socket_t fd, SSL *ssl, enum bufferevent_ssl_state state, int options) argument
1404 bufferevent_openssl_filter_new(struct event_base *base, struct bufferevent *underlying, SSL *ssl, enum bufferevent_ssl_state state, int options) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h34 are higher level than evbuffers: each has an underlying evbuffer for reading
66 over another underlying bufferevent. Created with
158 /** If set, we close the underlying file
366 Returns the underlying bufferevent associated with a bufferevent (if
367 the bufferevent is a wrapper), or NULL if there is no underlying bufferevent.
681 @param underlying the underlying bufferevent.
682 @param input_filter The filter to apply to data we read from the underlying
684 @param output_filter The filer to apply to data we write to the underlying
693 bufferevent_filter_new(struct bufferevent *underlying,
[all...]
H A Dbufferevent_ssl.h60 must also be the base for the underlying bufferevent.
61 @param underlying A socket to use for this SSL
70 struct bufferevent *underlying,
115 /** Return the underlying openssl SSL * object for an SSL bufferevent. */

Completed in 365 milliseconds