Searched refs:priority_str (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c106 char *priority_str; local
126 priority_str = "";
133 priority_str = "prio high";
141 priority_str = "prio def";
146 priority_str = "prio low";
190 + strlen(priority_str)
192 + ((strlen(priority_str) != 0) ? 1 : 0) /* space */
205 ipsp_dir_strs[xpl->sadb_x_policy_dir], priority_str, operator,
208 else if (strlen (priority_str) != 0)
211 ipsp_dir_strs[xpl->sadb_x_policy_dir], priority_str,
[all...]
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc518 std::string priority_str = CookiePriorityToString(priority); local
528 "a%d=b;priority=%s", next_cookie_id, priority_str.c_str());

Completed in 327 milliseconds