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

/macosx-10.9.5/postfix-252/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) {
H A Drecipient.c110 int addr_count = 0; local
193 status = deliver_token_string( state, usr_attr, user_opts.fAutoFwdAddr, &addr_count );
/macosx-10.9.5/dcerpc-58/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.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c157 int addr_count; member in struct:__anon2984
316 h->host.h_addr_list = (char **)reallocf(h->host.h_addr_list, (h->addr_count+2) * sizeof(char *));
318 h->addr_count = 0;
321 h->host.h_addr_list[h->addr_count] = (char*)buf;
322 h->addr_count++;
323 h->host.h_addr_list[h->addr_count] = NULL;
348 h->addr_count = 0;
408 if (status != 0 || h.addr_count == 0) {
581 if (res == 0 && (h4.addr_count > 0 || h6.addr_count >
[all...]
H A Dsi_getaddrinfo.c70 int addr_count; member in struct:__anon2992
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.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_connect.c752 int addr_count; local
856 sess_count = addr_count =
860 sess_count = addr_count = 0;
882 if (++addr_count == var_smtp_mxaddr_limit)
918 --addr_count;
/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup_milter.c1305 int addr_count; local
1355 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) {
1357 if (addr_count == 0) {
1359 addr_count += 1;
1398 int addr_count; local
1443 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) {
1445 if (addr_count == 0) {
1447 addr_count += 1;
1458 if (addr_count == 0) {
1530 int addr_count; local
[all...]
/macosx-10.9.5/vim-53/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.9.5/vim-53/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.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dipconfigd_threads.h264 inet6_addrinfo_t * addr, int addr_count,
H A Dipconfigd.c2206 inet6_addrinfo_t * addr, int addr_count)
2214 for (i = 0; i < addr_count; i++) {
2205 dict_set_inet6_info(CFMutableDictionaryRef dict, inet6_addrinfo_t * addr, int addr_count) argument
/macosx-10.9.5/postfix-252/postfix/src/sendmail/
H A Dsendmail.c629 int addr_count; local
735 for (addr_count = 0, tp = tree; tp != 0; tp = tp->next) {
746 ++addr_count;
750 if (addr_count == 0) {

Completed in 449 milliseconds