HomeSort by: relevance | last modified time | path
    Searched defs:underlying (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/external/bsd/libevent/dist/
bufferevent_filter.c 87 struct bufferevent *underlying; member in struct:bufferevent_filtered
92 /** True iff we have received an EOF callback from the underlying
134 /** Return 1 iff bevf's underlying bufferevent's output buffer is at or
141 struct bufferevent *u = bevf->underlying;
173 bufferevent_filter_new(struct bufferevent *underlying,
183 if (!underlying)
195 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
204 bufev_f->underlying = underlying;
211 bufferevent_setcb(bufev_f->underlying,
    [all...]
bufferevent_filter.c 87 struct bufferevent *underlying; member in struct:bufferevent_filtered
92 /** True iff we have received an EOF callback from the underlying
134 /** Return 1 iff bevf's underlying bufferevent's output buffer is at or
141 struct bufferevent *u = bevf->underlying;
173 bufferevent_filter_new(struct bufferevent *underlying,
183 if (!underlying)
195 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
204 bufev_f->underlying = underlying;
211 bufferevent_setcb(bufev_f->underlying,
    [all...]
bufferevent_filter.c 87 struct bufferevent *underlying; member in struct:bufferevent_filtered
92 /** True iff we have received an EOF callback from the underlying
134 /** Return 1 iff bevf's underlying bufferevent's output buffer is at or
141 struct bufferevent *u = bevf->underlying;
173 bufferevent_filter_new(struct bufferevent *underlying,
183 if (!underlying)
195 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
204 bufev_f->underlying = underlying;
211 bufferevent_setcb(bufev_f->underlying,
    [all...]
bufferevent.c 754 struct bufferevent *underlying; local
758 underlying = bufferevent_get_underlying(bufev);
788 /* Release the reference to underlying now that we no longer need the
790 * shared with underlying.
792 * The 'destruct' function will also drop a reference to underlying
798 if (underlying)
799 bufferevent_decref_(underlying);
838 struct bufferevent *underlying;
842 underlying = bufferevent_get_underlying(bufev);
844 if (!lock && underlying && BEV_UPCAST(underlying)->lock)
    [all...]
bufferevent.c 754 struct bufferevent *underlying; local
758 underlying = bufferevent_get_underlying(bufev);
788 /* Release the reference to underlying now that we no longer need the
790 * shared with underlying.
792 * The 'destruct' function will also drop a reference to underlying
798 if (underlying)
799 bufferevent_decref_(underlying);
838 struct bufferevent *underlying;
842 underlying = bufferevent_get_underlying(bufev);
844 if (!lock && underlying && BEV_UPCAST(underlying)->lock)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_filter.c 86 struct bufferevent *underlying; member in struct:bufferevent_filtered
91 /** True iff we have received an EOF callback from the underlying
133 /** Return 1 iff bevf's underlying bufferevent's output buffer is at or
140 struct bufferevent *u = bevf->underlying;
172 bufferevent_filter_new(struct bufferevent *underlying,
182 if (!underlying)
194 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
203 bufev_f->underlying = underlying;
210 bufferevent_setcb(bufev_f->underlying,
    [all...]
bufferevent_filter.c 86 struct bufferevent *underlying; member in struct:bufferevent_filtered
91 /** True iff we have received an EOF callback from the underlying
133 /** Return 1 iff bevf's underlying bufferevent's output buffer is at or
140 struct bufferevent *u = bevf->underlying;
172 bufferevent_filter_new(struct bufferevent *underlying,
182 if (!underlying)
194 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
203 bufev_f->underlying = underlying;
210 bufferevent_setcb(bufev_f->underlying,
    [all...]
bufferevent_filter.c 86 struct bufferevent *underlying; member in struct:bufferevent_filtered
91 /** True iff we have received an EOF callback from the underlying
133 /** Return 1 iff bevf's underlying bufferevent's output buffer is at or
140 struct bufferevent *u = bevf->underlying;
172 bufferevent_filter_new(struct bufferevent *underlying,
182 if (!underlying)
194 if (bufferevent_init_common_(&bufev_f->bev, underlying->ev_base,
203 bufev_f->underlying = underlying;
210 bufferevent_setcb(bufev_f->underlying,
    [all...]
bufferevent.c 752 struct bufferevent *underlying; local
756 underlying = bufferevent_get_underlying(bufev);
786 /* Release the reference to underlying now that we no longer need the
788 * shared with underlying.
790 * The 'destruct' function will also drop a reference to underlying
796 if (underlying)
797 bufferevent_decref_(underlying);
836 struct bufferevent *underlying;
840 underlying = bufferevent_get_underlying(bufev);
842 if (!lock && underlying && BEV_UPCAST(underlying)->lock)
    [all...]
bufferevent.c 752 struct bufferevent *underlying; local
756 underlying = bufferevent_get_underlying(bufev);
786 /* Release the reference to underlying now that we no longer need the
788 * shared with underlying.
790 * The 'destruct' function will also drop a reference to underlying
796 if (underlying)
797 bufferevent_decref_(underlying);
836 struct bufferevent *underlying;
840 underlying = bufferevent_get_underlying(bufev);
842 if (!lock && underlying && BEV_UPCAST(underlying)->lock)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 400 /* No other way to coerce the underlying type out of the tuple.
953 a group of constants of the same underlying base type. */
964 Type *underlying = NULL; local
975 underlying = build_frontend_type (long_integer_type_node);
977 underlying = build_frontend_type (long_unsigned_type_node);
979 underlying =
982 underlying = build_frontend_type (long_long_integer_type_node);
984 underlying = build_frontend_type (long_long_unsigned_type_node);
986 underlying = build_frontend_type (long_double_type_node);
988 underlying = build_frontend_type (complex_long_double_type_node)
    [all...]
types.cc 400 /* No other way to coerce the underlying type out of the tuple.
953 a group of constants of the same underlying base type. */
964 Type *underlying = NULL; local
975 underlying = build_frontend_type (long_integer_type_node);
977 underlying = build_frontend_type (long_unsigned_type_node);
979 underlying =
982 underlying = build_frontend_type (long_long_integer_type_node);
984 underlying = build_frontend_type (long_long_unsigned_type_node);
986 underlying = build_frontend_type (long_double_type_node);
988 underlying = build_frontend_type (complex_long_double_type_node)
    [all...]
types.cc 400 /* No other way to coerce the underlying type out of the tuple.
953 a group of constants of the same underlying base type. */
964 Type *underlying = NULL; local
975 underlying = build_frontend_type (long_integer_type_node);
977 underlying = build_frontend_type (long_unsigned_type_node);
979 underlying =
982 underlying = build_frontend_type (long_long_integer_type_node);
984 underlying = build_frontend_type (long_long_unsigned_type_node);
986 underlying = build_frontend_type (long_double_type_node);
988 underlying = build_frontend_type (complex_long_double_type_node)
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-types.c 1217 /* v3 only: we must guess at the underlying integral format. */
1226 ctf_id_t underlying; local
1229 underlying = ctf_type_resolve (ofp, slice->cts_type);
1230 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
ctf-types.c 1217 /* v3 only: we must guess at the underlying integral format. */
1226 ctf_id_t underlying; local
1229 underlying = ctf_type_resolve (ofp, slice->cts_type);
1230 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-types.c 1217 /* v3 only: we must guess at the underlying integral format. */
1226 ctf_id_t underlying; local
1229 underlying = ctf_type_resolve (ofp, slice->cts_type);
1230 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
ctf-types.c 1217 /* v3 only: we must guess at the underlying integral format. */
1226 ctf_id_t underlying; local
1229 underlying = ctf_type_resolve (ofp, slice->cts_type);
1230 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-types.c 1196 /* v3 only: we must guess at the underlying integral format. */
1205 ctf_id_t underlying; local
1208 underlying = ctf_type_resolve (ofp, slice->cts_type);
1209 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
ctf-types.c 1196 /* v3 only: we must guess at the underlying integral format. */
1205 ctf_id_t underlying; local
1208 underlying = ctf_type_resolve (ofp, slice->cts_type);
1209 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/
c-typeprint.c 173 /* Print a typedef using C syntax. TYPE is the underlying type.
1435 tell us whether or not the underlying type was specified
1437 at all). We choose to print the underlying type, if it
1444 struct type *underlying = check_typedef (type->target_type ());
1446 if (underlying->name () != NULL)
1447 gdb_printf (stream, ": %s ", underlying->name ());
1442 struct type *underlying = check_typedef (type->target_type ()); local
ravenscar-thread.c 54 Switching to a given Ada task (or its underlying thread) is performed
129 ptid_t underlying = get_base_thread_from_ravenscar_task (tp->ptid); variable
130 tp = proc_target->find_thread (underlying);
163 ptid_t underlying = get_base_thread_from_ravenscar_task (ptid); local
164 switch_to_thread (proc_target->find_thread (underlying));
c-typeprint.c 173 /* Print a typedef using C syntax. TYPE is the underlying type.
1435 tell us whether or not the underlying type was specified
1437 at all). We choose to print the underlying type, if it
1444 struct type *underlying = check_typedef (type->target_type ());
1446 if (underlying->name () != NULL)
1447 gdb_printf (stream, ": %s ", underlying->name ());
1442 struct type *underlying = check_typedef (type->target_type ()); local
  /src/external/gpl3/gdb/dist/gdb/
c-typeprint.c 173 /* Print a typedef using C syntax. TYPE is the underlying type.
1434 tell us whether or not the underlying type was specified
1436 at all). We choose to print the underlying type, if it
1443 struct type *underlying = check_typedef (type->target_type ());
1445 if (underlying->name () != NULL)
1446 gdb_printf (stream, ": %s ", underlying->name ());
1441 struct type *underlying = check_typedef (type->target_type ()); local
ravenscar-thread.c 54 Switching to a given Ada task (or its underlying thread) is performed
129 ptid_t underlying = get_base_thread_from_ravenscar_task (tp->ptid); variable
130 tp = proc_target->find_thread (underlying);
163 ptid_t underlying = get_base_thread_from_ravenscar_task (ptid); local
164 switch_to_thread (proc_target->find_thread (underlying));
  /src/external/gpl3/gdb/dist/libctf/
ctf-types.c 1217 /* v3 only: we must guess at the underlying integral format. */
1226 ctf_id_t underlying; local
1229 underlying = ctf_type_resolve (ofp, slice->cts_type);
1230 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0)

Completed in 121 milliseconds

1 2 3