Searched defs:mx_len (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_alloc.h | 84 #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS… argument 85 #define mnd_vsprintf(p, mx_len, fmt,ap) mysqlnd_allocator.m_vsprintf((p), (mx_len), (fmt), (ap)) argument
|
Completed in 4 milliseconds