Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_mysql/
H A Dget_error_codes.php3 $maxlen = 0; variable
10 $maxlen = max($maxlen, strlen($matches[1])); variable
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c195 static char *unserialize_str(const unsigned char **p, size_t *len, size_t maxlen) in unserialize_str()
634 size_t len, len2, len3, maxlen; in php_var_unserialize() local
878 size_t len, maxlen; in php_var_unserialize() local
928 size_t len, maxlen; in php_var_unserialize() local
H A Dstreamsfuncs.c408 long maxlen = PHP_STREAM_COPY_ALL, in PHP_FUNCTION() local
459 long maxlen = PHP_STREAM_COPY_ALL, pos = 0; in PHP_FUNCTION() local
H A Dhtml.c1216 size_t cursor, maxlen, len; in php_escape_html_entities_ex() local
H A Dfile.c524 long maxlen = PHP_STREAM_COPY_ALL; in PHP_FUNCTION() local
H A Darray.c4282 int i, k, maxlen = 0; in PHP_FUNCTION() local
/PHP-5.5/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
325 #define php_stream_gets(stream, buf, maxlen) _php_stream_get_line((stream), (buf), (maxlen), NULL T… argument
327 #define php_stream_get_line(stream, buf, maxlen, retlen) _php_stream_get_line((stream), (buf), (max… argument
440 #define php_stream_copy_to_stream(src, dest, maxlen) _php_stream_copy_to_stream((src), (dest), (max… argument
442 #define php_stream_copy_to_stream_ex(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (… argument
449 #define php_stream_copy_to_mem(src, buf, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), … argument
H A Dspprintf.c194 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
/PHP-5.5/main/streams/
H A Dstreams.c884 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, in _php_stream_get_line()
1002 size_t maxlen, in _php_stream_search_delim()
1025 PHPAPI char *php_stream_get_record(php_stream *stream, size_t maxlen, size_t *returned_len, char *d… in php_stream_get_record()
1425 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()
1496 PHPAPI int _php_stream_copy_to_stream_ex(php_stream *src, php_stream *dest, size_t maxlen, size_t *… in _php_stream_copy_to_stream_ex()
/PHP-5.5/ext/phar/
H A Dtar.c199 static size_t strnlen(const char *s, size_t maxlen) { in strnlen()
H A Dfunc_interceptors.c103 long maxlen = PHP_STREAM_COPY_ALL; in PHAR_FUNC() local
H A Dphar_internal.h524 # define phar_stream_copy_to_stream(src, dest, maxlen, len) _php_stream_copy_to_stream_ex((src), (d… argument
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c2016 long type = 0, maxlen = -1; local
/PHP-5.5/ext/sockets/
H A Dsockets.c489 static int php_read(php_socket *sock, void *buf, size_t maxlen, int flags)
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h516 unsigned long maxlen; member
/PHP-5.5/ext/oci8/
H A Doci8_interface.c102 long maxlen = -1, type = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1607 scan_unsigned_hexadecimal_number(UChar** src, UChar* end, int maxlen, in scan_unsigned_hexadecimal_number()
1635 scan_unsigned_octal_number(UChar** src, UChar* end, int maxlen, in scan_unsigned_octal_number()
/PHP-5.5/Zend/
H A Dzend_compile.c5250 static int zend_strnlen(const char* s, int maxlen) /* {{{ */ in zend_strnlen()

Completed in 202 milliseconds