Searched refs:noalloc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c696 int r = SASL_OK, noalloc; local
734 /* check for noalloc flag */
735 if ((noalloc = (*++p == '-'))) ++p;
787 if (noalloc)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_mcast.c142 const int noalloc, struct ip_msource **pims);
959 * noalloc may be non-zero to suppress allocation of sources.
966 const int noalloc, struct ip_msource **pims)
978 if (ims == NULL && !noalloc) {
965 inm_get_source(struct in_multi *inm, const in_addr_t haddr, const int noalloc, struct ip_msource **pims) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_mcast.c131 const struct in6_addr *addr, const int noalloc,
893 * noalloc may be non-zero to suppress allocation of sources.
900 const int noalloc, struct ip6_msource **pims)
909 if (ims == NULL && !noalloc) {
899 in6m_get_source(struct in6_multi *inm, const struct in6_addr *addr, const int noalloc, struct ip6_msource **pims) argument
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c3969 finish_writeconv(rb_io_t *fptr, int noalloc) argument
3996 return noalloc ? Qtrue : rb_exc_new3(rb_eIOError, rb_str_new_cstr("closed stream"));
3999 return noalloc ? Qtrue : INT2NUM(errno);
4004 return noalloc ? Qtrue : rb_econv_make_exception(fptr->writeconv);
4015 return noalloc ? Qtrue : INT2NUM(errno);
4025 return noalloc ? Qtrue : rb_econv_make_exception(fptr->writeconv);
4033 int noalloc; member in struct:finish_writeconv_arg
4040 return finish_writeconv(p->fptr, p->noalloc);
4092 arg.noalloc = noraise;

Completed in 216 milliseconds