Home
last modified time | relevance | path

Searched defs:len (Results 251 – 275 of 303) sorted by relevance

1...<<111213

/PHP-5.6/ext/exif/
H A Dexif.c284 size_t len = 0; in ZEND_GET_MODULE() local
1000 static char * exif_get_tagname(int tag_num, char *ret, int len, tag_table_type tag_table TSRMLS_DC) in exif_get_tagname()
1035 static unsigned char* exif_char_dump(unsigned char * addr, int len, int offset) in exif_char_dump()
1160 int len; in exif_dump_data() local
1454 int i, len, ml = 0; in exif_get_sectionlist() local
2618 size_t len;; in exif_process_user_comment() local
/PHP-5.6/ext/curl/
H A Dinterface.c168 static int php_curl_option_str(php_curl *ch, long option, const char *str, const int len, zend_bool… in php_curl_option_str()
1851 int len; in create_certinfo() local
/PHP-5.6/sapi/cli/
H A Dphp_http_parser.c327 size_t len) in php_http_parser_execute()
/PHP-5.6/ext/phar/
H A Dzip.c1156 int phar_zip_flush(phar_archive_data *phar, char *user_stub, long len, int defaultstub, char **erro… in phar_zip_flush()
H A Dpharzip.h57 char len[4]; /* extra field length 4 bytes */ member
H A Dphar_object.c2881 long len = -1; in PHP_METHOD() local
3913 size_t len; in PHP_METHOD() local
4126 int len; in phar_extract_file() local
H A Dfunc_interceptors.c101 int len; in PHAR_FUNC() local
/PHP-5.6/ext/com_dotnet/
H A Dcom_saproxy.c324 static union _zend_function *saproxy_method_get(zval **object, const char *name, int len, const zen… in saproxy_method_get()
/PHP-5.6/sapi/thttpd/
H A Dthttpd.c180 size_t len = 0; in sapi_thttpd_send_headers() local
/PHP-5.6/ext/standard/
H A Dstreamsfuncs.c412 long len; in PHP_FUNCTION() local
462 size_t len; in PHP_FUNCTION() local
/PHP-5.6/ext/tidy/
H A Dtidy.c477 static void* TIDY_CALL php_tidy_realloc(void *buf, size_t len) in php_tidy_realloc()
1042 static int php_tidy_parse_string(PHPTidyObj *obj, char *string, int len, char *enc TSRMLS_DC) in php_tidy_parse_string()
/PHP-5.6/Zend/
H A Dzend_compile.c552 #define LITERAL_STRINGL(op, str, len, copy) do { \ argument
2123 int len; in zend_resolve_non_class_name() local
2269 int len; in zend_resolve_class_name() local
5395 int len = 0; in zend_strnlen() local
5401 ZEND_API int zend_unmangle_property_name_ex(const char *mangled_property, int len, const char **cla… in zend_unmangle_property_name_ex()
5594 int len, clen; in zend_do_halt_compiler_register() local
7454 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_internal.h621 #define GETCHARLEN(c, eptr, len) c = *eptr; argument
745 #define GETUTF8LEN(c, eptr, len) \ argument
782 #define GETCHARLEN(c, eptr, len) \ argument
790 #define GETCHARLENTEST(c, eptr, len) \ argument
870 #define GETUTF16LEN(c, eptr, len) \ argument
877 #define GETCHARLEN(c, eptr, len) \ argument
885 #define GETCHARLENTEST(c, eptr, len) \ argument
940 #define GETCHARLEN(c, eptr, len) \ argument
947 #define GETCHARLENTEST(c, eptr, len) \ argument
/PHP-5.6/ext/ereg/regex/
H A Dengine.c435 register size_t len; local
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_alloc.c617 int len; in _mysqlnd_sprintf() local
H A Dmysqlnd_ps_codec.c811 size_t len = Z_STRLEN_P(data); in mysqlnd_stmt_execute_store_param_values() local
/PHP-5.6/main/
H A Dphp_variables.c335 size_t len = php_stream_read(s, buf, SAPI_POST_HANDLER_BUFSIZ); in SAPI_POST_HANDLER_FUNC() local
/PHP-5.6/ext/iconv/
H A Diconv.c421 int len; in php_iconv_output_handler() local
821 const char *str, size_t nbytes, int offset, int len, const char *enc) in _php_iconv_substr()
/PHP-5.6/ext/imap/
H A Dphp_imap.c2353 unsigned long len; in PHP_FUNCTION() local
2393 unsigned long len; in PHP_FUNCTION() local
4340 int len = strlen(string); in _php_rfc822_soutr() local
4374 int len; in _php_rfc822_len() local
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c375 int i, len; in matches_san_list() local
2361 size_t len = strlen(host); in get_url_name() local
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c117 int len; member
131 int len; in string_printf() local
151 static string *string_write(string *str, char *buf, int len) in string_write()
629 uint len = strlen(mptr->common.function_name); in _class_string() local
3808 uint len = strlen(mptr->common.function_name); in _addmethod() local
5523 int len; in ZEND_METHOD() local
/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c590 int len = 0; in strip_nop() local
/PHP-5.6/ext/dom/
H A Delement.c284 int len; in dom_get_dom1_attribute() local
/PHP-5.6/ext/gd/libgd/
H A Dgdft.c823 int len, i = 0, ch; local
/PHP-5.6/ext/soap/
H A Dsoap.c909 int len; in PHP_METHOD() local
4553 int len = strlen(function_name); local
4796 int len; local

Completed in 202 milliseconds

1...<<111213