Home
last modified time | relevance | path

Searched refs:max_length (Results 26 – 29 of 29) sorted by relevance

12

/php-src/ext/zlib/
H A Dzlib_arginfo.h36 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, max_length, IS_LONG, 0, "0")
/php-src/ext/date/lib/
H A Dparse_date.re475 static timelib_sll timelib_get_nr_ex(const char **ptr, int max_length, int *scanned_length)
490 while ((**ptr >= '0') && (**ptr <= '9') && len < max_length) {
505 static timelib_sll timelib_get_nr(const char **ptr, int max_length)
507 return timelib_get_nr_ex(ptr, max_length, NULL);
544 static timelib_ull timelib_get_signed_nr(Scanner *s, const char **ptr, int max_length)
561 str = timelib_calloc(1, max_length + 2);
581 while ((**ptr >= '0') && (**ptr <= '9') && len < max_length) {
H A Dparse_date.c477 static timelib_sll timelib_get_nr_ex(const char **ptr, int max_length, int *scanned_length) in timelib_get_nr_ex() argument
492 while ((**ptr >= '0') && (**ptr <= '9') && len < max_length) { in timelib_get_nr_ex()
507 static timelib_sll timelib_get_nr(const char **ptr, int max_length) in timelib_get_nr() argument
509 return timelib_get_nr_ex(ptr, max_length, NULL); in timelib_get_nr()
546 static timelib_ull timelib_get_signed_nr(Scanner *s, const char **ptr, int max_length) in timelib_get_signed_nr() argument
563 str = timelib_calloc(1, max_length + 2); in timelib_get_signed_nr()
583 while ((**ptr >= '0') && (**ptr <= '9') && len < max_length) { in timelib_get_signed_nr()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c245 S->max_length = pdo_attr_lval(driver_options, PDO_ATTR_MAX_COLUMN_LEN, 0); in mysql_handle_preparer()

Completed in 46 milliseconds

12