Searched refs:ntags (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/syslog/
H A Dfx_logger.cpp217 zx_status_t fx_logger::AddTags(const char** tags, size_t ntags) { argument
218 if (ntags > FX_LOG_MAX_TAGS) {
223 for (size_t i = 0; i < ntags; i++) {
H A Dfx_logger.h37 // If tags or ntags are out of bound, this constructor will not fail but it
84 zx_status_t AddTags(const char** tags, size_t ntags);
/fuchsia/zircon/system/utest/logger/
H A Dtest.cpp85 bool InitSyslog(const char** tags, size_t ntags) { argument
91 .num_tags = ntags};
/fuchsia/zircon/system/utest/syslog/
H A Dsyslog_tests.c48 static inline zx_status_t init_helper(int fd, const char** tags, int ntags) { argument
53 .num_tags = ntags};
H A Dsyslog_socket_tests.cpp28 size_t ntags) {
33 .num_tags = ntags};
27 init_helper(zx_handle_t handle, const char** tags, size_t ntags) argument

Completed in 33 milliseconds