/PHP-5.5/ext/dom/ |
H A D | characterdata.c | 144 long length = 0; in dom_characterdata_length_read() local 180 int length; in PHP_FUNCTION() local 263 int length, arg_len; in PHP_FUNCTION() local 310 int length; in PHP_FUNCTION() local 366 int length, arg_len; in PHP_FUNCTION() local
|
/PHP-5.5/main/ |
H A D | php_memory_streams.h | 34 #define php_stream_memory_open(mode, buf, length) _php_stream_memory_open((mode), (buf), (length) S… argument 35 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument 40 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
|
H A D | php_content_types.c | 41 int length; in SAPI_POST_READER_FUNC() local
|
H A D | rfc1867.h | 42 size_t length; member 56 size_t length; member
|
/PHP-5.5/ext/standard/ |
H A D | base64.c | 56 PHPAPI unsigned char *php_base64_encode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_encode() 137 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length) /* {… in php_base64_decode() 143 PHPAPI unsigned char *php_base64_decode_ex(const unsigned char *str, int length, int *ret_length, z… in php_base64_decode_ex()
|
H A D | quot_print.c | 54 PHPAPI unsigned char *php_quot_print_decode(const unsigned char *str, size_t length, size_t *ret_le… in php_quot_print_decode() 148 PHPAPI unsigned char *php_quot_print_encode(const unsigned char *str, size_t length, size_t *ret_le… in php_quot_print_encode()
|
/PHP-5.5/ext/date/lib/ |
H A D | parse_date.c | 4128 int length = 0; in scan() local 5338 int length = 0; in scan() local 6571 int length = 0; in scan() local 10204 int length = 0; in scan() local 11002 int length = 0; in scan() local 11656 int length = 0; in scan() local 11775 int length = 0; in scan() local 12595 int length = 0; in scan() local 12647 int length = 0; in scan() local 24960 int length; in timelib_parse_from_format() local [all …]
|
/PHP-5.5/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.h | 41 int length; member 48 int length; member
|
/PHP-5.5/ext/intl/formatter/ |
H A D | formatter_attr.c | 108 int length = 0; in PHP_FUNCTION() local 255 int length = USIZE(value_buf); in PHP_FUNCTION() local 348 int length = USIZE( value_buf ); in PHP_FUNCTION() local
|
/PHP-5.5/ext/spl/examples/ |
H A D | directorytree.php | 29 $length = $argc > 3 ? $argv[3] : -1; variable
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 52 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc() 117 void base64_decode_xmlrpc(struct buffer_st *bfr, const char *source, int length) in base64_decode_xmlrpc()
|
H A D | base64.h | 15 int length; member
|
/PHP-5.5/main/streams/ |
H A D | php_stream_mmap.h | 52 size_t length; member 71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
|
H A D | mmap.c | 25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… in _php_stream_mmap_range()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 217 unsigned long length; /* First byte encodes the length*/ in ps_fetch_time() local 260 unsigned long length; /* First byte encodes the length*/ in ps_fetch_date() local 297 unsigned long length; /* First byte encodes the length*/ in ps_fetch_datetime() local 344 const unsigned long length = php_mysqlnd_net_field_length(row); in ps_fetch_string() local 360 unsigned long length = php_mysqlnd_net_field_length(row); in ps_fetch_bit() local
|
/PHP-5.5/ext/intl/collator/ |
H A D | collator_is_numeric.c | 84 int length = u - nstart; in collator_u_strtod() local 225 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors ) in collator_is_numeric()
|
/PHP-5.5/sapi/cli/ |
H A D | php_cli_process_title.c | 55 int length = 0; in PHP_FUNCTION() local
|
/PHP-5.5/ext/hash/ |
H A D | php_hash_gost.h | 30 unsigned char length; member
|
H A D | php_hash_snefru.h | 34 unsigned char length; member
|
H A D | php_hash_tiger.h | 30 unsigned int length:7; member
|
/PHP-5.5/ext/bcmath/libbcmath/src/ |
H A D | init.c | 48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
|
/PHP-5.5/ext/mbstring/libmbfl/tests/ |
H A D | strcut.c | 31 int offset, length; in main() local
|
/PHP-5.5/ext/com_dotnet/ |
H A D | com_olechar.c | 77 uint length = 0; in php_com_olestring_to_string() local
|
/PHP-5.5/Zend/ |
H A D | zend_operators.c | 138 ZEND_API double zend_string_to_double(const char *number, zend_uint length) /* {{{ */ in zend_string_to_double() 1254 int length = Z_STRLEN_P(op1) + 1; in add_char_to_string() local 1277 int length = Z_STRLEN_P(op1) + Z_STRLEN_P(op2); in add_string_to_string() local 1335 int length = Z_STRLEN_P(op1) + Z_STRLEN_P(op2); in concat_function() local 1974 ZEND_API char *zend_str_tolower_copy(char *dest, const char *source, unsigned int length) /* {{{ */ in zend_str_tolower_copy() 1989 ZEND_API char *zend_str_tolower_dup(const char *source, unsigned int length) /* {{{ */ in zend_str_tolower_dup() 1995 ZEND_API void zend_str_tolower(char *str, unsigned int length) /* {{{ */ in zend_str_tolower() 2023 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length)… in zend_binary_strncmp() 2061 …end_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint length) /* {{{ */ in zend_binary_strncasecmp() 2104 …d_binary_strncasecmp_l(const char *s1, uint len1, const char *s2, uint len2, uint length) /* {{{ */ in zend_binary_strncasecmp_l()
|
/PHP-5.5/ext/intl/resourcebundle/ |
H A D | resourcebundle_iterator.h | 28 long length; member
|