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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Depoll.c121 !(flags & APR_POLLSET_NOCOPY) &&
138 if (!(flags & APR_POLLSET_NOCOPY)) {
156 if (pollset->flags & APR_POLLSET_NOCOPY) {
186 if (!(pollset->flags & APR_POLLSET_NOCOPY)) {
221 if (!(pollset->flags & APR_POLLSET_NOCOPY)) {
268 if (pollset->flags & APR_POLLSET_NOCOPY) {
299 if (!(pollset->flags & APR_POLLSET_NOCOPY)) {
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Depoll.c121 !(flags & APR_POLLSET_NOCOPY) &&
138 if (!(flags & APR_POLLSET_NOCOPY)) {
156 if (pollset->flags & APR_POLLSET_NOCOPY) {
186 if (!(pollset->flags & APR_POLLSET_NOCOPY)) {
221 if (!(pollset->flags & APR_POLLSET_NOCOPY)) {
268 if (pollset->flags & APR_POLLSET_NOCOPY) {
299 if (!(pollset->flags & APR_POLLSET_NOCOPY)) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_poll.h60 #define APR_POLLSET_NOCOPY 0x002 /**< Descriptors passed to apr_pollset_add() macro
137 * @remark If flags contains APR_POLLSET_NOCOPY, then the apr_pollfd_t
174 * @remark If flags contains APR_POLLSET_NOCOPY, then the apr_pollfd_t
212 * @remark If the pollset has been created with APR_POLLSET_NOCOPY, the
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_poll.h60 #define APR_POLLSET_NOCOPY 0x002 /**< Descriptors passed to apr_pollset_add() macro
137 * @remark If flags contains APR_POLLSET_NOCOPY, then the apr_pollfd_t
174 * @remark If flags contains APR_POLLSET_NOCOPY, then the apr_pollfd_t
212 * @remark If the pollset has been created with APR_POLLSET_NOCOPY, the

Completed in 135 milliseconds