Searched refs:addr_count (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dtoken.c14 /* int deliver_token_string(state, usr_attr, string, addr_count)
18 /* int *addr_count;
20 /* int deliver_token_stream(state, usr_attr, fp, addr_count)
24 /* int *addr_count;
56 /* .IP addr_count
175 char *string, int *addr_count)
187 if (addr_count)
188 (*addr_count)++;
199 VSTREAM *fp, int *addr_count)
209 status = deliver_token_string(state, usr_attr, STR(buf), addr_count);
174 deliver_token_string(LOCAL_STATE state, USER_ATTR usr_attr, char *string, int *addr_count) argument
198 deliver_token_stream(LOCAL_STATE state, USER_ATTR usr_attr, VSTREAM *fp, int *addr_count) argument
[all...]
H A Ddotforward.c106 int addr_count; local
261 addr_count = 0;
267 status = deliver_token_stream(state, usr_attr, fp, &addr_count);
270 if (addr_count > 0) {
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcdep.c142 static unsigned32 addr_count = 0; local
204 if (addr_count == 0)
214 addr_count = bv->count;
216 (size_t) (addr_count * sizeof(unsigned_char_p_t)));
256 for ( i=0; i < addr_count; i++ )
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.c1307 int addr_count; local
1357 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) {
1359 if (addr_count == 0) {
1361 addr_count += 1;
1401 int addr_count; local
1482 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) {
1484 if (addr_count == 0) {
1486 addr_count += 1;
1498 if (addr_count == 0) {
1563 int addr_count; local
[all...]
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dmdns_module.c164 int addr_count; member in struct:__anon2860
342 h->host.h_addr_list = (char **)reallocf(h->host.h_addr_list, (h->addr_count+2) * sizeof(char *));
344 h->addr_count = 0;
347 h->host.h_addr_list[h->addr_count] = (char*)buf;
348 h->addr_count++;
349 h->host.h_addr_list[h->addr_count] = NULL;
374 h->addr_count = 0;
434 if (status != 0 || h.addr_count == 0) {
607 if (res == 0 && (h4.addr_count > 0 || h6.addr_count >
[all...]
H A Dsi_getaddrinfo.c70 int addr_count; member in struct:__anon2868
1376 if (h->addr_count == 0) h->host.h_addr_list = (char **)calloc(2, sizeof(char *));
1377 else h->host.h_addr_list = (char **)reallocf(h->host.h_addr_list, (h->addr_count + 2) * sizeof(char *));
1381 h->addr_count = 0;
1385 h->host.h_addr_list[h->addr_count] = malloc(len);
1386 if (h->host.h_addr_list[h->addr_count] == NULL) return -1;
1388 memcpy(h->host.h_addr_list[h->addr_count], addr, len);
1389 h->addr_count++;
1390 h->host.h_addr_list[h->addr_count] = NULL;
/macosx-10.10.1/vim-55/src/proto/
H A Dex_cmds.pro9 void do_bang __ARGS((int addr_count, exarg_T *eap, int forceit, int do_in, int do_out));
H A Dbuffer.pro9 char_u *do_bufdel __ARGS((int command, char_u *arg, int addr_count, int start_bnr, int end_bnr, int forceit));
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_connect.c813 int addr_count; local
912 sess_count = addr_count =
915 sess_count = addr_count = 0;
946 if (++addr_count == var_smtp_mxaddr_limit)
997 --addr_count;
/macosx-10.10.1/vim-55/src/
H A Dex_docmd.c2001 lnum = get_address(&ea.cmd, ea.skip, ea.addr_count == 0);
2011 ++ea.addr_count;
2029 ++ea.addr_count;
2035 ea.addr_count++;
2048 if (ea.addr_count == 1)
2053 ea.addr_count = 0;
2095 else if (ea.addr_count != 0)
2243 if (!ni && !(ea.argt & RANGE) && ea.addr_count > 0)
2289 if ((ea.argt & NOTADR) && ea.addr_count == 0) /* default is 1, not cursor */
2295 if (((ea.argt & WHOLEFOLD) || ea.addr_count >
[all...]
H A Dex_cmds2.c589 if (eap->addr_count == 0 || eap->line2 != 0)
2127 if (eap->addr_count > 0)
2268 eap->addr_count > 0 ? (int)eap->line2 : curwin->w_arg_idx + 1);
2288 eap->addr_count > 0 ? (int)eap->line2 : curwin->w_arg_idx + 1);
2304 if (eap->addr_count > 0)
3860 if (eap->addr_count == 0) /* default is all buffers */
H A Dbuffer.c807 * addr_count == 0: ":bdel" - delete current buffer
808 * addr_count == 1: ":N bdel" or ":bdel N [N ..]" - first delete
810 * addr_count == 2: ":N,N bdel" - delete buffers in range
818 do_bufdel(command, arg, addr_count, start_bnr, end_bnr, forceit)
821 int addr_count;
832 if (addr_count == 0)
838 if (addr_count == 2)
844 else /* addr_count == 1 */
864 if (addr_count == 2)
869 else /* addr_count
[all...]
H A Dquickfix.c2067 if (eap->addr_count != 0)
2305 if (eap->addr_count != 0)
2920 eap->addr_count > 0
2964 eap->addr_count > 0 ? (int)eap->line2 : 1, eap->forceit);
3087 if (eap->addr_count > 0)
3748 if (eap->addr_count == 0)
H A Ddiff.c2060 ea.addr_count = 0;
2168 if (eap->addr_count == 0)
2224 if (eap->addr_count > 0)
H A Dmenu.c182 else if (eap->addr_count && eap->line2 != 0)
2246 else if (eap->addr_count)
H A Dex_cmds.c906 do_bang(addr_count, eap, forceit, do_in, do_out)
907 int addr_count;
932 if (addr_count == 0) /* :! */
1024 if (addr_count == 0) /* :! */
2439 if (eap->addr_count > 0
2442 || eap->addr_count > 1))
2448 if (*eap->arg != NUL || eap->addr_count == 1)
4140 else if (eap->addr_count == 0)
H A Dex_cmds.h1162 int addr_count; /* the number of addresses given */ member in struct:exarg
H A Deval.c3385 if (!eap->skip && eap->addr_count > 0)
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd_threads.h275 inet6_addrinfo_t * addr, int addr_count,
H A Dipconfigd.c2804 inet6_addrinfo_t * addr, int addr_count)
2812 for (i = 0; i < addr_count; i++) {
2803 dict_set_inet6_info(CFMutableDictionaryRef dict, inet6_addrinfo_t * addr, int addr_count) argument
/macosx-10.10.1/postfix-255/postfix/src/sendmail/
H A Dsendmail.c642 int addr_count; local
751 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) {
762 ++addr_count;
766 if (addr_count == 0) {
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c9151 int addr_count; member in struct:__anon6814
9544 dict_add_ipv6_addressing(dict, t->addr, t->addr_count);

Completed in 416 milliseconds