Searched refs:rset (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_inquire_cred_by_oid.c56 gss_buffer_set_t rset = GSS_C_NO_BUFFER_SET; local
70 mc->gmc_cred, desired_object, &rset);
76 for (i = 0; rset != NULL && i < rset->count; i++) {
78 &rset->elements[i], &set);
82 gss_release_buffer_set(minor_status, &rset);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsets.c138 BerVarray rset )
148 if ( rset == NULL ) {
160 set = set_dup( cp, rset, SLAP_SET_RREF2REF( op_flags ) );
163 if ( rset == NULL || BER_BVISNULL( &rset[ 0 ] ) ) {
164 slap_set_dispose( cp, rset, SLAP_SET_RREF2REF( op_flags ) );
170 rlast = slap_set_size( rset );
193 for ( i = 0; !BER_BVISNULL( &rset[ i ] ); i++ ) {
197 if ( bvmatch( &rset[ i ], &set[ j ] ) )
200 cp->set_op->o_tmpfree( rset[
[all...]
H A Dsets.h41 BerVarray lset, unsigned op, BerVarray rset);
50 * - if the rset's values must not be freed, or must be copied if kept,
52 * - if the rset array must not be freed, or must be copied if kept,
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dssh-pkcs11-helper.c270 fd_set *rset, *wset; local
301 rset = (fd_set *)xmalloc(set_size);
305 memset(rset, 0, set_size);
315 FD_SET(in, rset);
321 if (select(max+1, rset, wset, NULL, NULL) < 0) {
329 if (FD_ISSET(in, rset)) {
H A Dsftp-server.c1402 fd_set *rset, *wset; local
1496 rset = (fd_set *)xmalloc(set_size);
1507 memset(rset, 0, set_size);
1517 FD_SET(in, rset);
1523 if (select(max+1, rset, wset, NULL, NULL) < 0) {
1531 if (FD_ISSET(in, rset)) {
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c375 fd_set rset; local
387 FD_ZERO(&rset);
388 FD_SET(fd, &rset);
389 selectval = select(fd+1, &rset, NULL, NULL, &timeout);
391 if (!selectval || !FD_ISSET(fd, &rset))
695 fd_set rset; local
722 FD_ZERO( &rset );
723 FD_SET( sd, &rset );
724 res = select( sd + 1, &rset, NULL, NULL, &timeout );
726 require_action( ( res > 0 ) && FD_ISSET( sd, &rset ), exi
2845 fd_set rset; local
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dutil.c1481 fd_set rset, wset, xset;
1488 FD_ZERO(&rset); /* build list of read & write events */
1500 FD_SET(fds[i].fd, &rset);
1518 rv = select(max + 1, &rset, &wset, &xset, ptv);
1523 if (FD_ISSET(fds[i].fd, &rset))
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dpop.rb697 command().rset
940 def rset method in class:Net.POP3.POP3Command.apop
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dl2tp.c1456 fd_set rset; local
1461 FD_ZERO(&rset);
1462 FD_SET(fd, &rset);
1466 if ((result = select(maxfd, &rset, 0, 0, timeout != -1 ? &tv : 0)) == 0) {
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPSerial/PPPSerial-plugin/
H A Dmain.c835 fd_set allset, rset; local
860 rset = allset;
861 nready = select(maxfd + 1, &rset, NULL, NULL, &timeout);
866 if (FD_ISSET(fd, &rset)) {
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcomplete.c1392 comp_setunset(int rset, int runset, int kset, int kunset) argument
1396 if (comprpms && (rset >= 0 || runset >= 0)) {
1397 for (p = comprpms; rset || runset; rset >>= 1, runset >>= 1, p++) {
1399 if (rset & 1)
H A Dcompcore.c562 unsigned int rset, kset; local
568 rset = CP_ALLREALS;
823 comp_setunset(rset, (~rset & CP_ALLREALS),
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dibasic.vim43 syn keyword ibasicStatement return rmdir rset run seek screen
H A Dbasic.vim61 syn keyword basicStatement RSET rset Rset RUN run Run
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c754 fd_set rset; local
827 rset = allset;
828 nready = select(maxfd, &rset, NULL, NULL, timeleft(&timo));
831 if (FD_ISSET(infd, &rset)) {
/macosx-10.10.1/libpcap-48/libpcap/
H A Dscanner.l304 rset|ruleset return PF_RSET;

Completed in 144 milliseconds