Searched refs:desc_type (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/os2/
H A Dpoll.c30 if (aprset[i].desc_type == APR_POLL_SOCKET) {
46 if (aprset[i].desc_type == APR_POLL_SOCKET) {
83 if (aprset[i].desc_type == APR_POLL_SOCKET) {
/macosx-10.9.5/apr-30/apr/apr/poll/os2/
H A Dpoll.c30 if (aprset[i].desc_type == APR_POLL_SOCKET) {
46 if (aprset[i].desc_type == APR_POLL_SOCKET) {
83 if (aprset[i].desc_type == APR_POLL_SOCKET) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsocket_util.c32 pfds[0].desc_type = APR_POLL_SOCKET;
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsocket_util.c32 pfds[0].desc_type = APR_POLL_SOCKET;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/support/unix/
H A Dwaitio.c77 pfd.desc_type = APR_POLL_FILE;
91 pfd.desc_type = APR_POLL_SOCKET;
/macosx-10.9.5/apr-30/apr/apr/support/unix/
H A Dwaitio.c77 pfd.desc_type = APR_POLL_FILE;
91 pfd.desc_type = APR_POLL_SOCKET;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dselect.c77 if (aprset[i].desc_type == APR_POLL_SOCKET) {
88 else if (aprset[i].desc_type == APR_POLL_FILE) {
153 if (aprset[i].desc_type == APR_POLL_SOCKET) {
156 else if (aprset[i].desc_type == APR_POLL_FILE) {
237 if (descriptor->desc_type == APR_POLL_SOCKET) {
300 if (descriptor->desc_type == APR_POLL_SOCKET) {
398 if (pollset->p->query_set[i].desc_type == APR_POLL_SOCKET) {
H A Dport.c230 if (descriptor->desc_type == APR_POLL_SOCKET) {
274 if (descriptor->desc_type == APR_POLL_SOCKET) {
365 if (ep->pfd.desc_type == APR_POLL_SOCKET) {
406 fp.desc_type == APR_POLL_FILE &&
501 if (descriptor->desc_type == APR_POLL_SOCKET) {
523 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Depoll.c173 if (descriptor->desc_type == APR_POLL_SOCKET) {
209 if (descriptor->desc_type == APR_POLL_SOCKET) {
278 fdptr->desc_type == APR_POLL_FILE &&
375 if (descriptor->desc_type == APR_POLL_SOCKET) {
400 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dkqueue.c154 if (descriptor->desc_type == APR_POLL_SOCKET) {
200 if (descriptor->desc_type == APR_POLL_SOCKET) {
276 fd.desc_type == APR_POLL_FILE &&
364 if (descriptor->desc_type == APR_POLL_SOCKET) {
397 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dpoll.c103 if (aprset[i].desc_type == APR_POLL_SOCKET) {
106 else if (aprset[i].desc_type == APR_POLL_FILE) {
187 if (descriptor->desc_type == APR_POLL_SOCKET) {
281 pollset->p->query_set[i].desc_type == APR_POLL_FILE &&
345 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dpollset.c49 pollset->wakeup_pfd.desc_type = APR_POLL_FILE;
82 pollset->wakeup_pfd.desc_type = APR_POLL_FILE;
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dselect.c77 if (aprset[i].desc_type == APR_POLL_SOCKET) {
88 else if (aprset[i].desc_type == APR_POLL_FILE) {
153 if (aprset[i].desc_type == APR_POLL_SOCKET) {
156 else if (aprset[i].desc_type == APR_POLL_FILE) {
237 if (descriptor->desc_type == APR_POLL_SOCKET) {
300 if (descriptor->desc_type == APR_POLL_SOCKET) {
398 if (pollset->p->query_set[i].desc_type == APR_POLL_SOCKET) {
H A Dport.c230 if (descriptor->desc_type == APR_POLL_SOCKET) {
274 if (descriptor->desc_type == APR_POLL_SOCKET) {
365 if (ep->pfd.desc_type == APR_POLL_SOCKET) {
406 fp.desc_type == APR_POLL_FILE &&
501 if (descriptor->desc_type == APR_POLL_SOCKET) {
523 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Depoll.c173 if (descriptor->desc_type == APR_POLL_SOCKET) {
209 if (descriptor->desc_type == APR_POLL_SOCKET) {
278 fdptr->desc_type == APR_POLL_FILE &&
375 if (descriptor->desc_type == APR_POLL_SOCKET) {
400 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dkqueue.c154 if (descriptor->desc_type == APR_POLL_SOCKET) {
200 if (descriptor->desc_type == APR_POLL_SOCKET) {
276 fd.desc_type == APR_POLL_FILE &&
364 if (descriptor->desc_type == APR_POLL_SOCKET) {
397 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dpoll.c103 if (aprset[i].desc_type == APR_POLL_SOCKET) {
106 else if (aprset[i].desc_type == APR_POLL_FILE) {
187 if (descriptor->desc_type == APR_POLL_SOCKET) {
281 pollset->p->query_set[i].desc_type == APR_POLL_FILE &&
345 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dpollset.c49 pollset->wakeup_pfd.desc_type = APR_POLL_FILE;
82 pollset->wakeup_pfd.desc_type = APR_POLL_FILE;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_poll.h103 apr_datatype_e desc_type; /**< descriptor type */ member in struct:apr_pollfd_t
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_poll.h103 apr_datatype_e desc_type; /**< descriptor type */ member in struct:apr_pollfd_t
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Dhstmt.c300 int desc_type = 0; local
305 desc_type = SQL_ATTR_APP_ROW_DESC;
308 desc_type = SQL_ATTR_APP_PARAM_DESC;
311 desc_type = SQL_ATTR_IMP_ROW_DESC;
314 desc_type = SQL_ATTR_IMP_PARAM_DESC;
331 (pstmt->dhstmt, desc_type, &pstmt->imp_desc[i]->dhdesc, 0,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmac.c310 DescType desc_type;
327 err = AESizeOfAttribute (desc_list, keyword, &desc_type, &size);
330 err = AESizeOfNthItem (desc_list, count, &desc_type, &size);
333 switch (desc_type)
351 if (desc_type == typeNull)
358 &desc_type, SDATA (elem),
362 &desc_type, SDATA (elem), size, &size);
366 desc_type = EndianU32_NtoB (desc_type);
367 elem = Fcons (make_unibyte_string ((char *) &desc_type,
309 DescType desc_type; local
408 DescType desc_type = desc->descriptorType; local
924 DescType desc_type = typeNull; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestpoll.c302 socket_pollfd.desc_type = APR_POLL_SOCKET;
358 socket_pollfd.desc_type = APR_POLL_SOCKET;
499 pfd.desc_type = APR_POLL_SOCKET;
607 socket_pollfd.desc_type = APR_POLL_SOCKET;
651 socket_pollfd.desc_type = APR_POLL_SOCKET;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestpoll.c302 socket_pollfd.desc_type = APR_POLL_SOCKET;
358 socket_pollfd.desc_type = APR_POLL_SOCKET;
499 pfd.desc_type = APR_POLL_SOCKET;
607 socket_pollfd.desc_type = APR_POLL_SOCKET;
651 socket_pollfd.desc_type = APR_POLL_SOCKET;
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dab.c609 new_pollfd.desc_type = APR_POLL_SOCKET;
693 new_pollfd.desc_type = APR_POLL_SOCKET;
1221 new_pollfd.desc_type = APR_POLL_SOCKET;
1230 remove_pollfd.desc_type = APR_POLL_SOCKET;
1298 remove_pollfd.desc_type = APR_POLL_SOCKET;
1429 remove_pollfd.desc_type = APR_POLL_SOCKET;
1764 remove_pollfd.desc_type = APR_POLL_SOCKET;
1804 new_pollfd.desc_type = APR_POLL_SOCKET;

Completed in 314 milliseconds

12