Searched refs:best_match (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/
H A Dgenerator.c616 int best_match = -1; local
626 best_match = j;
632 best_match = j;
641 best_match = j;
651 if (j != best_match) {
652 j = best_match;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dike_session.c203 ike_session_t *best_match = NULL; local
291 best_match = p;
294 best_match = p;
297 if (best_match) {
300 saddr2str((struct sockaddr *)&best_match->session_id.remote));
301 return best_match;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32fns.c5037 char * best_match = NULL;
5072 if (!best_match)
5073 best_match = x_charset;
5076 else if (strnicmp (best_match, "iso", 3) != 0
5078 best_match = x_charset;
5081 else if (strnicmp (best_match, "iso8859-", 8) == 0
5084 int best_enc = atoi (best_match + 8);
5087 best_match = x_charset;
5093 if (!best_match)
5099 strncpy(buf, best_match, 3
5025 char * best_match = NULL; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_negotiation.c218 * (see best_match()). source_quality is set from the 'qs' parameter
2019 /* Below is the 'best_match' function. It returns an int, which has
2025 * way here. The best variant is returned in *pbest. best_match has
2032 * The call to best_match also creates full information, including
2286 static int best_match(negotiation_state *neg, var_rec **pbest) function
2851 * assumptions in best_match(), if there is a
2876 alg_result = best_match(neg, bestp);

Completed in 112 milliseconds