Searched refs:lr (Results 1 - 25 of 135) sorted by relevance

123456

/macosx-10.9.5/libarchive-29/libarchive/libarchive_fe/
H A Dline_reader.c61 struct lafe_line_reader *lr; local
63 lr = calloc(1, sizeof(*lr));
64 if (lr == NULL)
67 lr->nullSeparator = nullSeparator;
68 lr->pathname = strdup(pathname);
71 lr->f = stdin;
73 lr->f = fopen(pathname, "r");
74 if (lr->f == NULL)
76 lr
86 lafe_line_reader_next(struct lafe_line_reader *lr) argument
166 lafe_line_reader_free(struct lafe_line_reader *lr) argument
[all...]
H A Dmatching.c88 struct lafe_line_reader *lr; local
92 lr = lafe_line_reader(pathname, 0);
93 while ((p = lafe_line_reader_next(lr)) != NULL) {
97 lafe_line_reader_free(lr);
117 struct lafe_line_reader *lr; local
121 lr = lafe_line_reader(pathname, nullSeparator);
122 while ((p = lafe_line_reader_next(lr)) != NULL) {
126 lafe_line_reader_free(lr);
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_llreach.c222 iflr_reachable(struct if_llreach *lr, int cmp_delta, u_int64_t tval) argument
231 expire = lr->lr_lastrcvd + lr->lr_reachable;
245 return ((expire >= now) && (now - tval) < lr->lr_reachable);
249 ifnet_llreach_reachable(struct if_llreach *lr) argument
254 return (iflr_reachable(lr, 0, 0));
258 ifnet_llreach_reachable_delta(struct if_llreach *lr, u_int64_t tval) argument
263 return (iflr_reachable(lr, 1, tval));
270 struct if_llreach find, *lr; local
278 lr
294 struct if_llreach find, *lr; local
361 ifnet_llreach_free(struct if_llreach *lr) argument
396 ifnet_llreach_up2calexp(struct if_llreach *lr, u_int64_t uptime) argument
422 ifnet_llreach_up2upexp(struct if_llreach *lr, u_int64_t uptime) argument
480 struct if_llreach *lr; local
492 iflr_free(struct if_llreach *lr) argument
516 iflr_addref(struct if_llreach *lr, int locked) argument
532 iflr_remref(struct if_llreach *lr) argument
550 ifnet_lr2ri(struct if_llreach *lr, struct rt_reach_info *ri) argument
567 ifnet_lr2iflri(struct if_llreach *lr, struct ifnet_llreach_info *iflri) argument
602 ifnet_lr2lri(struct if_llreach *lr, struct if_llreach_info *lri) argument
628 struct if_llreach *lr; variable in typeref:struct:if_llreach
659 IFLR_LOCK(lr); variable
661 IFLR_UNLOCK(lr); variable
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/arm/
H A Dthumb2-cond.s6 bx lr
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dlisten.c358 ap_listen_rec *lr; local
374 for (lr = ap_listeners; lr; previous = lr, lr = lr->next) {
375 if (lr->active) {
396 if (lr->next != NULL
397 && IS_INADDR_ANY(lr->bind_addr)
398 && lr
528 ap_listen_rec *lr; local
585 ap_listen_rec *lr; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dabandon.c131 LDAPRequest *lr; local
138 lr = ld->ld_requests;
139 while ( lr != NULL ) {
141 if ( lr->lr_msgid == msgid ) {
146 if ( lr->lr_origid == msgid && !lr->lr_abandoned ) {
147 (void)do_abandon( ld, lr->lr_origid, lr->lr_msgid,
150 /* restart, as lr may now be dangling... */
154 lr
[all...]
H A Drequest.c85 static void ldap_free_request_int LDAP_P(( LDAP *ld, LDAPRequest *lr ));
182 LDAPRequest *lr )
184 LDAPConn *lc = lr->lr_conn;
187 if ( ber_flush2( lc->lconn_sb, lr->lr_ber, LBER_FLUSH_FREE_NEVER ) != 0 ) {
190 lr->lr_status = LDAP_REQST_WRITING;
196 ldap_free_request( ld, lr );
201 if ( lr->lr_parent == NULL ) {
202 lr->lr_ber->ber_end = lr->lr_ber->ber_ptr;
203 lr
232 LDAPRequest *lr; local
796 LDAPRequest *lr; local
891 LDAPRequest *lr; local
1072 ldap_chase_v3referrals( LDAP *ld, LDAPRequest *lr, char **refs, int sref, char **errstrp, int *hadrefp ) argument
1335 ldap_chase_referrals( LDAP *ld, LDAPRequest *lr, char **errstrp, int sref, int *hadrefp ) argument
1645 LDAPRequest *lr; local
1664 LDAPRequest *lr; local
[all...]
H A Dresult.c81 static ber_tag_t build_result_ber LDAP_P(( LDAP *ld, BerElement **bp, LDAPRequest *lr ));
82 static void merge_error_info LDAP_P(( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr ));
682 LDAPRequest *lr, *tmplr, dummy_lr = { 0 }; local
800 lr = ldap_find_request_by_msgid( ld, id );
801 if ( lr == NULL ) {
878 lr = &dummy_lr;
881 id = lr->lr_origid;
885 lr->lr_res_msgtype = tag;
894 lr->lr_parent != NULL )
905 refer_cnt = ldap_chase_v3referrals( ld, lr, ref
[all...]
/macosx-10.9.5/apache-786.1/httpd/os/tpf/
H A Dos.c77 listen_rec *lr; local
90 lr = ap_listeners;
93 input_parms.listeners[count] = lr->fd;
94 lr = lr->next;
96 } while(lr != ap_listeners);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Dobserve.tcl65 constructor {lw lr} {
66 set logr $lr
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/
H A Dplruns.cpp425 ULocRuns *lr = (ULocRuns *) localeRuns; local
427 delete lr;
433 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
435 if (lr == NULL) {
439 return lr->getCount();
445 ULocRuns *lr = (ULocRuns *) localeRuns; local
447 if (lr != NULL) {
448 lr->reset();
455 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
457 if (lr
468 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
481 const ULocRuns *lr = (const ULocRuns *) localeRuns; local
495 ULocRuns *lr = (ULocRuns *) localeRuns; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvopengltexture.py37 ll, lr, ur, ul = CVOpenGLTextureGetCleanTexCoords(texture, None, None, None, None)
42 self.failUnlessIsInstance(lr, tuple)
43 self.failUnlessIsEqual(len(lr), 2)
44 self.failUnlessIsInstance(lr[0], float)
45 self.failUnlessIsInstance(lr[1], float)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvopengltexture.py37 ll, lr, ur, ul = CVOpenGLTextureGetCleanTexCoords(texture, None, None, None, None)
42 self.assertIsInstance(lr, tuple)
43 self.assertIsEqual(len(lr), 2)
44 self.assertIsInstance(lr[0], float)
45 self.assertIsInstance(lr[1], float)
/macosx-10.9.5/apache-786.1/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c131 ap_listen_rec *lr; local
138 ap_listen_rec *lr = apr_pcalloc(s->process->pool, sizeof(ap_listen_rec)); local
139 ap_listeners = lr;
140 apr_sockaddr_info_get(&lr->bind_addr, "0.0.0.0", APR_UNSPEC,
142 apr_socket_create(&lr->sd, lr->bind_addr->family,
146 for (lr = ap_listeners; lr; lr = lr
204 ap_listen_rec *lr; local
[all...]
H A Dmpmt_os2_child.c94 ap_listen_rec *lr = NULL; local
178 for (num_listeners = 0, lr = ap_listeners; lr; lr = lr->next) {
184 for (lr = ap_listeners; lr != NULL; lr = lr->next) {
188 pfd.desc.s = lr
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dchild.c223 ap_listen_rec *lr; local
226 lr = head_listener;
228 apr_os_sock_get(&nsd, lr->sd);
230 head_listener = lr->next;
234 return lr;
236 lr = lr->next;
237 if (!lr) {
238 lr = ap_listeners;
240 } while (lr !
342 ap_listen_rec *lr; local
392 ap_listen_rec *lr; local
497 ap_listen_rec *lr = (ap_listen_rec *)lr_; local
842 ap_listen_rec *lr; local
871 ap_listen_rec *lr; local
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dmovewindow.c187 getwindow(WINDOW *parent, PAIR * ul, PAIR * lr) argument
203 *lr = *tmp;
204 mvwaddch(parent, lr->y, lr->x, '*');
205 wmove(parent, lr->y, lr->x);
208 result = (lr->y != ul->y && lr->x != ul->x);
452 #define lines_of(ul,lr) (lr
459 PAIR ul, lr; local
477 PAIR ul, lr; local
495 PAIR ul, lr; local
[all...]
/macosx-10.9.5/postfix-252/postfix/examples/chroot-setup/
H A DLINUX255 lr=`find "$dir" -maxdepth 1 -name "$pat"`
57 if test "x$lr" != "x" ; then $CP $1 "$2" ; fi
/macosx-10.9.5/objc4-551.1/runtime/Messengers.subproj/
H A Dobjc-msg-arm.s269 bx lr // return imp
365 bx lr
394 bx lr
440 bx lr
594 stmfd sp!, {r0-r3,r7,lr}
605 ldmfd sp!, {r0-r3,r7,lr}
616 stmfd sp!, {r0-r3,r7,lr}
627 ldmfd sp!, {r0-r3,r7,lr}
738 str lr, [sp, #-(2*4)]! // save lr an
[all...]
/macosx-10.9.5/apache-786.1/httpd/server/mpm/netware/
H A Dmpm_netware.c334 ap_listen_rec *lr, *first_lr, *last_lr = NULL; local
410 lr = ap_listeners;
413 lr = last_lr->next;
414 if (!lr)
415 lr = ap_listeners;
417 first_lr = lr;
419 apr_os_sock_get(&sockdes, lr->sd);
422 lr = lr->next;
423 if (!lr)
801 ap_listen_rec *lr; local
829 ap_listen_rec *lr; local
852 ap_listen_rec *lr; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/os/beos/
H A Dbeosd.c73 AP_DECLARE(apr_status_t) beosd_accept(void **accepted, ap_listen_rec *lr,
80 status = apr_socket_accept(&csd, lr->sd, ptrans);
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Dcrdel_auto.c94 DB_TXNLOGREC *lr; local
101 COMPQUIET(lr, NULL);
156 logrec.size + sizeof(DB_TXNLOGREC), &lr)) != 0)
161 __os_free(env, lr);
165 logrec.data = lr->data;
234 memcpy(lr->data, logrec.data, logrec.size);
242 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
335 DB_TXNLOGREC *lr; local
341 COMPQUIET(lr, NULL);
391 logrec.size + sizeof(DB_TXNLOGREC), &lr)) !
560 DB_TXNLOGREC *lr; local
781 DB_TXNLOGREC *lr; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfileops_auto.c74 DB_TXNLOGREC *lr; local
80 COMPQUIET(lr, NULL);
129 logrec.size + sizeof(DB_TXNLOGREC), &lr)) != 0)
134 __os_free(env, lr);
138 logrec.data = lr->data;
189 memcpy(lr->data, logrec.data, logrec.size);
197 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
282 DB_TXNLOGREC *lr; local
288 COMPQUIET(lr, NULL);
337 logrec.size + sizeof(DB_TXNLOGREC), &lr)) !
518 DB_TXNLOGREC *lr; local
801 DB_TXNLOGREC *lr; local
1042 DB_TXNLOGREC *lr; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam_auto.c83 DB_TXNLOGREC *lr; local
90 COMPQUIET(lr, NULL);
144 logrec.size + sizeof(DB_TXNLOGREC), &lr)) != 0)
149 __os_free(env, lr);
153 logrec.data = lr->data;
199 memcpy(lr->data, logrec.data, logrec.size);
207 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
323 DB_TXNLOGREC *lr; local
330 COMPQUIET(lr, NULL);
389 logrec.size + sizeof(DB_TXNLOGREC), &lr)) !
577 DB_TXNLOGREC *lr; local
836 DB_TXNLOGREC *lr; local
1111 DB_TXNLOGREC *lr; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_auto.c129 DB_TXNLOGREC *lr; local
135 COMPQUIET(lr, NULL);
185 logrec.size + sizeof(DB_TXNLOGREC), &lr)) != 0)
190 __os_free(env, lr);
194 logrec.data = lr->data;
249 memcpy(lr->data, logrec.data, logrec.size);
257 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
393 DB_TXNLOGREC *lr; local
399 COMPQUIET(lr, NULL);
450 logrec.size + sizeof(DB_TXNLOGREC), &lr)) !
598 DB_TXNLOGREC *lr; local
818 DB_TXNLOGREC *lr; local
1044 DB_TXNLOGREC *lr; local
[all...]

Completed in 375 milliseconds

123456