Home
last modified time | relevance | path

Searched defs:len (Results 126 – 150 of 280) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/gd/libgd/
H A Dxbm.c162 int len; in gdCtxPrintf() local
/PHP-5.5/ext/hash/
H A Dhash_whirlpool.c275 …SH_API void PHP_WHIRLPOOLUpdate(PHP_WHIRLPOOL_CTX *context, const unsigned char *input, size_t len) in PHP_WHIRLPOOLUpdate()
H A Dhash_md.c67 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in Encode()
84 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in Decode()
657 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *buf, unsigned int len) in PHP_MD2Update()
H A Dhash_haval.c101 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in Encode()
118 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in Decode()
/PHP-5.5/ext/phar/
H A Dphar.c657 php_uint32 len; local
2083 #define IS_DIRECTORY_UP(element, len) \ argument
2086 #define IS_DIRECTORY_CURRENT(element, len) \ argument
2411 int len = idata->internal_file->uncompressed_filesize; local
2518 char *phar_create_default_stub(const char *index_php, const char *web_index, size_t *len, char **er…
2570 int phar_flush(phar_archive_data *phar, char *user_stub, long len, int convert, char **error TSRMLS…
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c514 long len; in ZEND_FUNCTION() local
552 long len; in ZEND_FUNCTION() local
1079 uint len = strlen(mptr->common.function_name); in ZEND_FUNCTION() local
1234 int len; in ZEND_FUNCTION() local
1277 int len; in ZEND_FUNCTION() local
1320 int len; in ZEND_FUNCTION() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c489 int len; in php_mysqlnd_auth_write() local
557 size_t len = MIN(strlen(packet->auth_plugin_name), sizeof(buffer) - (p - buffer) - 1); in php_mysqlnd_auth_write() local
1054 size_t len; in php_mysqlnd_rset_header_read() local
1195 unsigned long len; in php_mysqlnd_rset_field_read() local
1609 unsigned long len = php_mysqlnd_net_field_length(&p); in php_mysqlnd_rowp_read_text_protocol() local
H A Dmysqlnd_auth.c317 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
488 int len; in mysqlnd_sha256_get_rsa_key() local
H A Dmysqlnd_result_meta.c242 size_t len = meta->field_count * sizeof(struct mysqlnd_field_hash_key); in MYSQLND_METHOD() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c154 unsigned int line, len; member
448 int len = 0; in timelib_get_nr_ex() local
491 int len = 0; in timelib_get_frac_nr() local
24715 timelib_time* timelib_strtotime(char *s, int len, struct timelib_error_container **errors, const ti… in timelib_strtotime()
24826 timelib_time *timelib_parse_from_format(char *format, char *string, int len, timelib_error_containe… in timelib_parse_from_format()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c89 int len = strlen(ZCG(accel_directives).restrict_api); in validate_api_restriction() local
515 size_t len; in accelerator_get_scripts() local
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1066 static char *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, int len, cha… in php_mb_rfc1867_substring_conf()
2097 int last_feed, len; in PHP_FUNCTION() local
2442 int n, len, mblen; in PHP_FUNCTION() local
2500 int n, len, mblen; in PHP_FUNCTION() local
2561 unsigned int from_encoding_len, len, mblen; in PHP_FUNCTION() local
2620 int n, from_encoding_len, len, mblen; in PHP_FUNCTION() local
2716 long from, len; in PHP_FUNCTION() local
2793 long from, len; in PHP_FUNCTION() local
3813 #define MAIL_ASCIIZ_CHECK_MBSTRING(str, len) \ argument
4671 size_t len = 0; in php_mb_stripos() local
/PHP-5.5/ext/soap/
H A Dphp_http.c42 int len; in proxy_authentication() local
72 int len; in basic_authentication() local
787 int len; in make_http_soap_request() local
H A Dphp_sdl.c84 int len = ns_len + type_len + 1; in get_element() local
116 int len = ns_len + type_len + 1; in get_encoder() local
167 encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, int len) in get_encoder_ex()
1031 int len = strlen(function->functionName); in load_wsdl() local
1135 int len = strlen(tmp); in load_wsdl() local
1201 int len; in sdl_deserialize_string() local
1216 int len; in sdl_deserialize_key() local
3230 int len = strlen(SOAP_GLOBAL(cache_dir)); in get_sdl() local
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c71 int len; member
227 int i, j, k, len; in add_range() local
323 ordered_range_insert(ac_uint4 c, char *name, int len) in ordered_range_insert()
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c97 register size_t len; variable
736 register size_t len; local
807 register int len; local
1358 register sopno len = finish - start; local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c405 int len; in sapi_cgi_send_headers() local
660 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi()
1185 int len = script_path_translated_len; local
1639 int len = strlen(php_optarg); local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf8.c96 int c, len; in mbc_to_code() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregext.c98 int len = end - s; in conv_encoding() local
H A Dtestu.c25 static void uconv(char* from, char* to, int len) in uconv()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dreadcdf.c57 int len; local
H A Dascmagic.c311 encode_utf8(unsigned char *buf, size_t len, unichar *ubuf, size_t ulen) in encode_utf8()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_attr.c214 int len; in PHP_FUNCTION() local
/PHP-5.5/ext/standard/
H A Dversioning.c36 int len = strlen(version); in php_canonicalize_version() local
/PHP-5.5/ext/libxml/
H A Dlibxml.c370 static int php_libxml_streams_IO_read(void *context, char *buffer, int len) in php_libxml_streams_IO_read()
376 static int php_libxml_streams_IO_write(void *context, const char *buffer, int len) in php_libxml_streams_IO_write()
532 int len, len_iter, output = 0; in php_libxml_internal_error_handler() local

Completed in 143 milliseconds

12345678910>>...12