Searched defs:format_len (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/standard/ |
H A D | formatted_print.c | 377 int php_sprintf_get_argnum(char **format, size_t *format_len) { in php_sprintf_get_argnum() 423 php_formatted_print(char *format, size_t format_len, zval *args, int argc, int nb_additional_parame… in php_formatted_print() 760 size_t format_len; in PHP_FUNCTION() local 782 size_t format_len; in PHP_FUNCTION() local 809 size_t format_len; in PHP_FUNCTION() local 834 size_t format_len; in PHP_FUNCTION() local 862 size_t format_len; in PHP_FUNCTION() local 892 size_t format_len; in PHP_FUNCTION() local
|
H A D | file.c | 952 size_t format_len; in PHP_FUNCTION() local
|
H A D | string.c | 5804 size_t str_len, format_len; local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_log.c | 316 size_t format_len = strlen(format); in fpm_log_write() local
|
/php-src/ext/date/ |
H A D | php_date.c | 676 static zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localt… in date_format() 848 PHPAPI zend_string *php_format_date_obj(const char *format, size_t format_len, php_date_obj *date_o… in php_format_date_obj() 877 PHPAPI zend_string *php_format_date(const char *format, size_t format_len, time_t ts, bool localtim… in php_format_date() 3207 size_t format_len; in PHP_FUNCTION() local 4925 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format() 5000 size_t format_len; in PHP_FUNCTION() local
|
Completed in 41 milliseconds