Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 303) sorted by path

12345678910>>...13

/PHP-5.6/Zend/
H A Dzend.h327 int len; member
H A Dzend_API.c3637 int len = strlen(value); in zend_declare_property_string() local
4063 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) /*… in zend_find_alias_name()
4101 uint len; in zend_resolve_method_name() local
H A Dzend_API.h659 #define RETVAL_STRINGL_CHECK(s, len, dup) do { \ argument
670 #define RETURN_STRINGL_CHECK(s, len, dup) { RETVAL_STRINGL_CHECK(s, len, dup); return; } argument
H A Dzend_alloc.h95 inline static void * __zend_malloc(size_t len) in __zend_malloc()
105 inline static void * __zend_calloc(size_t nmemb, size_t len) in __zend_calloc()
112 inline static void * __zend_realloc(void *p, size_t len) in __zend_realloc()
142 #define safe_estrndup(ptr, len) ((ptr)?(estrndup((ptr), (len))):STR_EMPTY_ALLOC()) argument
H A Dzend_builtin_functions.c517 long len; in ZEND_FUNCTION() local
555 long len; in ZEND_FUNCTION() local
1089 uint len = strlen(mptr->common.function_name); in ZEND_FUNCTION() local
1244 int len; in ZEND_FUNCTION() local
1287 int len; in ZEND_FUNCTION() local
1330 int len; in ZEND_FUNCTION() local
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()
H A Dzend_constants.c257 int len, clen; in zend_get_special_constant() local
H A Dzend_constants.h46 #define REGISTER_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name), si… argument
53 #define REGISTER_NS_STRINGL_CONSTANT(ns, name, str, len, flags) zend_register_stringl_constant(ZEN… argument
60 #define REGISTER_MAIN_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name… argument
H A Dzend_exceptions.c408 int *len; in _build_trace_args() local
554 int *len, *num; in _build_trace_string() local
621 int res_len = 0, *len = &res_len, num = 0; in ZEND_METHOD() local
661 int len; in zend_spprintf() local
676 int len = 0; in ZEND_METHOD() local
H A Dzend_ini_scanner.c137 #define zend_ini_copy_value(retval, str, len) { \ argument
143 #define RETURN_TOKEN(type, str, len) { \ argument
172 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
299 int len = strlen(str); in zend_ini_prepare_string_for_scanning() local
313 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type TSRMLS_DC) in zend_ini_escape_string()
H A Dzend_ini_scanner.l135 #define zend_ini_copy_value(retval, str, len) { \ argument
141 #define RETURN_TOKEN(type, str, len) { \ argument
170 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
297 int len = strlen(str); in zend_ini_prepare_string_for_scanning() local
311 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type TSRMLS_DC) in zend_ini_escape_string()
H A Dzend_language_parser.y1318 unsigned int len = 0, toklen = 0, yystr_len; variable
H A Dzend_language_scanner.c118 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) CG(doc_comment_len) = (len) argument
872 static void zend_scan_escape_string(zval *zendlval, char *str, int len, char quote_type TSRMLS_DC) in zend_scan_escape_string()
3300 int len = yyleng - 2; in lex_scan() local
3336 int len = yyleng - 2; in lex_scan() local
H A Dzend_language_scanner.l116 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) CG(doc_comment_len) = (len) argument
870 static void zend_scan_escape_string(zval *zendlval, char *str, int len, char quote_type TSRMLS_DC) in zend_scan_escape_string()
H A Dzend_operators.c2213 int len; in zend_binary_strcasecmp() local
2235 int len; in zend_binary_strncasecmp() local
2256 int len; in zend_binary_strcasecmp_l() local
2278 int len; in zend_binary_strncasecmp_l() local
H A Dzend_stream.h45 size_t len; member
H A Dzend_string.h82 #define str_estrndup(str, len) \ argument
85 #define str_strndup(str, len) \ argument
88 #define str_hash(str, len) \ argument
H A Dzend_virtual_cwd.c112 #define IS_DIRECTORY_UP(element, len) \ argument
115 #define IS_DIRECTORY_CURRENT(element, len) \ argument
133 #define IS_DIRECTORY_UP(element, len) \ argument
138 #define IS_DIRECTORY_CURRENT(element, len) \ argument
315 DWORD len = sizeof(cur_path); in php_sys_stat_ex() local
383 int len = strlen(path); in php_sys_stat_ex() local
780 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r()
1461 int len = new_state.cwd_length>MAXPATHLEN-1?MAXPATHLEN-1:new_state.cwd_length; in virtual_realpath() local
H A Dzend_virtual_cwd.h70 #define IS_UNC_PATH(path, len) \ argument
72 #define IS_ABSOLUTE_PATH(path, len) \ argument
85 #define IS_ABSOLUTE_PATH(path, len) \ argument
112 #define IS_ABSOLUTE_PATH(path, len) \ argument
/PHP-5.6/ext/bcmath/libbcmath/src/
H A Ddebug.c60 pv (name, num, len) in pv() argument
H A Doutput.c71 int len, ix; local
/PHP-5.6/ext/bz2/
H A Dbz2.c342 long len = 1024; in PHP_FUNCTION() local
/PHP-5.6/ext/com_dotnet/
H A Dcom_handlers.c262 static union _zend_function *com_method_get(zval **object_ptr, char *name, int len, const zend_lite… in com_method_get()
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/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

Completed in 131 milliseconds

12345678910>>...13