Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 – 19 of 19) sorted by relevance

/PHP-5.3/ext/pdo_mysql/
H A Dget_error_codes.php3 $maxlen = 0; variable
10 $maxlen = max($maxlen, strlen($matches[1])); variable
/PHP-5.3/ext/standard/
H A Dvar_unserializer.c143 static char *unserialize_str(const unsigned char **p, size_t *len, size_t maxlen) in unserialize_str()
549 size_t len, len2, len3, maxlen; in php_var_unserialize() local
761 size_t len, maxlen; in php_var_unserialize() local
811 size_t len, maxlen; in php_var_unserialize() local
H A Dstreamsfuncs.c414 long maxlen = PHP_STREAM_COPY_ALL, in PHP_FUNCTION() local
466 long maxlen = PHP_STREAM_COPY_ALL, pos = 0; in PHP_FUNCTION() local
H A Dhtml.c1127 int i, j, maxlen, len; in php_escape_html_entities_ex() local
H A Dfile.c538 long maxlen = PHP_STREAM_COPY_ALL; in PHP_FUNCTION() local
H A Darray.c4237 int i, k, maxlen = 0; in PHP_FUNCTION() local
H A Dstring.c2703 int maxlen = 0, pos, len, found; local
/PHP-5.3/main/
H A Dphp_streams.h64 #define php_stream_copy_to_mem_rel(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (bu… argument
317 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL T… argument
319 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… argument
431 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
433 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
440 #define php_stream_copy_to_mem(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), … argument
H A Dspprintf.c189 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
/PHP-5.3/main/streams/
H A Dstreams.c814 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line()
932 size_t maxlen, in _php_stream_search_delim()
955 PHPAPI char *php_stream_get_record(php_stream *stream, size_t maxlen, size_t *returned_len, char *d… in php_stream_get_record()
1350 PHPAPI size_t _php_stream_copy_to_mem(php_stream *src, char **buf, size_t maxlen, int persistent ST… in _php_stream_copy_to_mem()
1421 PHPAPI size_t _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_… in _php_stream_copy_to_stream_ex()
/PHP-5.3/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h119 int maxlen; member
/PHP-5.3/ext/phar/
H A Dphar_internal.h525 static inline size_t phar_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen, s… in phar_stream_copy_to_stream()
537 # define phar_stream_copy_to_stream(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (d… argument
H A Dfunc_interceptors.c103 long maxlen = PHP_STREAM_COPY_ALL; in PHAR_FUNC() local
/PHP-5.3/ext/mssql/
H A Dphp_mssql.c2021 long type = 0, maxlen = -1; local
/PHP-5.3/ext/sockets/
H A Dsockets.c420 static int php_read(php_socket *sock, void *buf, size_t maxlen, int flags)
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h518 unsigned long maxlen; member
/PHP-5.3/ext/oci8/
H A Doci8_interface.c102 long maxlen = -1, type = 0; in PHP_FUNCTION() local
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c1582 scan_unsigned_hexadecimal_number(UChar** src, UChar* end, int maxlen, in scan_unsigned_hexadecimal_number()
1610 scan_unsigned_octal_number(UChar** src, UChar* end, int maxlen, in scan_unsigned_octal_number()
/PHP-5.3/Zend/
H A Dzend_compile.c3592 static int zend_strnlen(const char* s, int maxlen) /* {{{ */ in zend_strnlen()

Completed in 150 milliseconds