Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h100 int msvc_snprintf(char* s, size_t n, const char* format, ...);
103 #define _upb_snprintf msvc_snprintf
H A Dphp-upb.c101 int msvc_snprintf(char* s, size_t n, const char* format, ...);
104 #define _upb_snprintf msvc_snprintf
5986 int msvc_snprintf(char* s, size_t n, const char* format, ...) { in msvc_snprintf() function
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h94 int msvc_snprintf(char* s, size_t n, const char* format, ...);
97 #define _upb_snprintf msvc_snprintf
H A Dupb.c95 int msvc_snprintf(char* s, size_t n, const char* format, ...);
98 #define _upb_snprintf msvc_snprintf
6008 int msvc_snprintf(char* s, size_t n, const char* format, ...) { in msvc_snprintf() function

Completed in 61 milliseconds