Searched refs:ap_php_snprintf (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_xmlrpc.c | 233 ap_php_snprintf(buf, BUF_SIZE, "%.*G", (int) EG(precision), XMLRPC_GetValueDouble(node));
|
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 1252 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ function
|
| H A D | snprintf.h | 83 PHPAPI int ap_php_snprintf(char *, size_t, const char *, ...); 107 #define snprintf ap_php_snprintf
|
Completed in 5 milliseconds