Searched refs:alias_count (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dalias.c118 int alias_count; local
275 alias_count = 0;
315 &alias_count);
319 && alias_count > 10)
323 if (alias_count < 1) {
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c156 int alias_count; member in struct:__anon2984
282 for (i = 0; i < h->alias_count; ++i) {
290 h->host.h_aliases = (char **)reallocf(h->host.h_aliases, (h->alias_count+2) * sizeof(char *));
292 h->alias_count = 0;
296 h->host.h_aliases[h->alias_count] = name;
297 ++h->alias_count;
298 h->host.h_aliases[h->alias_count] = NULL;
340 h->alias_count = 0;
1142 for (i = 0; i < h->alias_count; ++i) {
1146 int sz = sizeof(char *) * (h->alias_count
[all...]
H A Dsi_getaddrinfo.c69 int alias_count; member in struct:__anon2992
1349 for (i = 0; i < h->alias_count; i++)
1354 if (h->alias_count == 0) h->host.h_aliases = (char **)calloc(2, sizeof(char *));
1355 else h->host.h_aliases = (char **)reallocf(h->host.h_aliases, (h->alias_count + 2) * sizeof(char *));
1359 h->alias_count = 0;
1363 h->host.h_aliases[h->alias_count] = lower_case(name);
1364 h->alias_count++;
1365 h->host.h_aliases[h->alias_count] = NULL;
/macosx-10.9.5/ruby-104/ruby/
H A Dmethod.h92 int alias_count; member in struct:rb_method_definition_struct
H A Dvm_method.c155 if (def->alias_count == 0) {
163 else if (def->alias_count > 0) {
164 def->alias_count--;
201 new_def->alias_count = 0;
205 if (me->def) me->def->alias_count++;
291 old_def->alias_count == 0 &&
327 if (def) def->alias_count++;
419 def->alias_count = 0;
H A Dproc.c957 def->alias_count = 0;
1011 data->me->def->alias_count++;
1120 if (orig->me->def) orig->me->def->alias_count++;
1504 if (data->me->def) data->me->def->alias_count++;
1685 if (bound->me->def) bound->me->def->alias_count++;

Completed in 203 milliseconds