Home
last modified time | relevance | path

Searched refs:str_t (Results 76 – 100 of 386) sorted by relevance

12345678910>>...16

/dports/net/kamailio/kamailio-5.4.5/src/lib/xcap/
H A Dmsg_rules.h42 int get_msg_rules(const str_t *username, const str_t *filename,
48 int get_msg_rules_action(msg_rules_t *r, const str_t *wuri, msg_handling_t *dst_action);
H A Dpres_rules.h43 int get_pres_rules(const str_t *username, const str_t *filename, xcap_query_params_t *xcap_params, …
48 int get_pres_rules_action(cp_ruleset_t *r, const str_t *wuri, sub_handling_t *dst_action);
/dports/sysutils/busybox/busybox-1.26.2/sysklogd/
H A Dlogger.c98 char *str_p, *str_t; in logger_main() local
105 str_t = uid2uname_utoa(geteuid()); in logger_main()
108 opt = getopt32(argv, "p:st:", &str_p, &str_t); in logger_main()
113 openlog(str_t, i, 0); in logger_main()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/api/private/
H A Dppb_flash_file.idl16 str_t name;
44 [in] str_t path,
53 [in] str_t path_from,
54 [in] str_t path_to);
63 [in] str_t path,
71 [in] str_t path);
78 [in] str_t path,
88 [in] str_t path,
H A Dppp_flash_browser_operations.idl68 PP_Bool ClearSiteData([in] str_t plugin_data_path,
69 [in] str_t site,
84 PP_Bool DeauthorizeContentLicenses([in] str_t plugin_data_path);
99 [in] str_t plugin_data_path,
119 [in] str_t plugin_data_path,
140 [in] str_t plugin_data_path,
158 void GetSitesWithData([in] str_t plugin_data_path,
159 [out] str_t[] sites);
167 void FreeSiteList([inout] str_t[] sites);
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dsymbolobj.h31 str_t name;
32 str_t cfname;
42 extern Obj *new_symbol(const str_t *name, linepos_t);
H A Dencoding.h37 struct str_t;
42 extern struct encoding_s *new_encoding(const struct str_t *, linepos_t);
44 extern bool new_escape(struct encoding_s *, const struct str_t *, struct Obj *, linepos_t);
H A Dunicode.h31 struct str_t;
37 extern MUST_CHECK bool unfkc(struct str_t *, const struct str_t *, int);
H A Dfile.h36 str_t base;
66 extern struct file_s *openfile(const char *, const char *, unsigned int, const struct str_t *, line…
75 extern char *get_path(const struct str_t *, const char *);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/api/private/
H A Dppp_flash_browser_operations.idl70 PP_Bool ClearSiteData([in] str_t plugin_data_path,
71 [in] str_t site,
86 PP_Bool DeauthorizeContentLicenses([in] str_t plugin_data_path);
101 [in] str_t plugin_data_path,
121 [in] str_t plugin_data_path,
142 [in] str_t plugin_data_path,
160 void GetSitesWithData([in] str_t plugin_data_path,
161 [out] str_t[] sites);
169 void FreeSiteList([inout] str_t[] sites);
/dports/net/kamailio/kamailio-5.4.5/src/lib/cds/
H A Ddstring.h98 int dstr_append_str(dstring_t *dstr, const str_t *s);
112 int dstr_get_str(dstring_t *dstr, str_t *dst);
118 int dstr_get_str_pkg(dstring_t *dstr, str_t *dst);
/dports/net/kamailio/kamailio-5.4.5/src/lib/presence/
H A Dnotifier.h40 const str_t *package,
94 str_t *get_subscriber_id(qsa_subscription_t *s);
98 str_t *get_record_id(qsa_subscription_t *s);
H A Dlpidf.h32 int create_lpidf_document(presentity_info_t *p, str_t *dst, str_t *dst_content_type);
H A Dxpidf.h32 int create_xpidf_document(presentity_info_t *p, str_t *dst, str_t *dst_content_type);
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/databases/percona57-server/boost_1_59_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/databases/percona57-client/boost_1_59_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/devel/boost-libs/boost_1_72_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/devel/boost-docs/boost_1_72_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/devel/hyperscan/boost_1_75_0/libs/variant/perf/
H A Dmove_perf.cpp40 typedef std::vector<char> str_t; in do_test() typedef
41 typedef boost::variant<int, str_t, float> var_t; in do_test()
44 const str_t hello1(hello1_c, hello1_c + sizeof(hello1_c)); in do_test()
47 const str_t hello2(hello2_c, hello2_c + sizeof(hello2_c)); in do_test()
191 std::vector<str_t> s1(c_run_count, hello2); in do_test()
207 std::vector<str_t> s2(c_run_count, hello2); in do_test()
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dfilter.h177 typedef const char *str_t; typedef
181 KBTREE_INIT(port, filter_port_p_t, kb_str_cmp, str_t, getk_port)
202 KBTREE_INIT(site, filter_site_p_t, kb_str_cmp, str_t, getk_site)
251 KBTREE_INIT(desc, filter_desc_p_t, kb_str_cmp, str_t, getk_desc)
268 KBTREE_INIT(user, filter_user_p_t, kb_str_cmp, str_t, getk_user)
278 KBTREE_INIT(ip, filter_ip_p_t, kb_str_cmp, str_t, getk_ip)

12345678910>>...16