Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c111 #define IS_DIRECTORY_UP(element, len) \ argument
114 #define IS_DIRECTORY_CURRENT(element, len) \ argument
133 #define IS_DIRECTORY_UP(element, len) \ argument
138 #define IS_DIRECTORY_CURRENT(element, len) \ argument
304 DWORD len = sizeof(cur_path); in php_sys_stat_ex() local
373 int len = strlen(path); in php_sys_stat_ex() local
750 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r()
1430 int len = new_state.cwd_length>MAXPATHLEN-1?MAXPATHLEN-1:new_state.cwd_length; in virtual_realpath() local
H A Dtsrm_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.5/Zend/
H A Dzend.h326 int len; member
H A Dzend_API.c3582 int len = strlen(value); in zend_declare_property_string() local
3984 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) /*… in zend_find_alias_name()
4022 uint len; in zend_resolve_method_name() local
H A Dzend_alloc.h93 inline static void * __zend_malloc(size_t len) in __zend_malloc()
103 inline static void * __zend_calloc(size_t nmemb, size_t len) in __zend_calloc()
110 inline static void * __zend_realloc(void *p, size_t len) in __zend_realloc()
140 #define safe_estrndup(ptr, len) ((ptr)?(estrndup((ptr), (len))):STR_EMPTY_ALLOC()) argument
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
H A Dzend_compile.c544 #define LITERAL_STRINGL(op, str, len, copy) do { \ argument
2082 int len; in zend_resolve_non_class_name() local
2189 int len; in zend_resolve_class_name() local
5252 int len = 0; in zend_strnlen() local
5258 ZEND_API int zend_unmangle_property_name_ex(const char *mangled_property, int len, const char **cla… in zend_unmangle_property_name_ex()
5460 int len, clen; in zend_do_halt_compiler_register() local
7167 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
H A Dzend_constants.c270 int len, clen; in zend_get_special_constant() local
H A Dzend_constants.h44 #define REGISTER_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name), si… argument
49 #define REGISTER_NS_STRINGL_CONSTANT(ns, name, str, len, flags) zend_register_stringl_constant(ZEN… argument
54 #define REGISTER_MAIN_STRINGL_CONSTANT(name, str, len, flags) zend_register_stringl_constant((name… argument
H A Dzend_exceptions.c400 int *len; in _build_trace_args() local
546 int *len, *num; in _build_trace_string() local
613 int res_len = 0, *len = &res_len, num = 0; in ZEND_METHOD() local
652 int len; in zend_spprintf() local
667 int len = 0; in ZEND_METHOD() local
H A Dzend_ini_scanner.c136 #define zend_ini_copy_value(retval, str, len) { \ argument
142 #define RETURN_TOKEN(type, str, len) { \ argument
252 int len = strlen(str); in zend_ini_prepare_string_for_scanning() local
266 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.l134 #define zend_ini_copy_value(retval, str, len) { \ argument
140 #define RETURN_TOKEN(type, str, len) { \ argument
250 int len = strlen(str); in zend_ini_prepare_string_for_scanning() local
264 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.y1234 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
881 static void zend_scan_escape_string(zval *zendlval, char *str, int len, char quote_type TSRMLS_DC) in zend_scan_escape_string()
3320 int len = yyleng - 2; in lex_scan() local
3357 int len = yyleng - 2; in lex_scan() local
4323 size_t len = 0; in lex_scan() local
H A Dzend_language_scanner.l116 #define SET_DOUBLE_QUOTES_SCANNED_LENGTH(len) CG(doc_comment_len) = (len) argument
879 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.c2041 int len; in zend_binary_strcasecmp() local
2063 int len; in zend_binary_strncasecmp() local
2084 int len; in zend_binary_strcasecmp_l() local
2106 int len; in zend_binary_strncasecmp_l() local
H A Dzend_stream.h45 size_t len; member
/PHP-5.5/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.5/ext/bz2/
H A Dbz2.c341 long len = 1024; in PHP_FUNCTION() local
/PHP-5.5/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.5/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()
1888 int len; in create_certinfo() 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()
H A Dparse_iso_intervals.c92 unsigned int line, len; member
137 int len = 0; in timelib_get_nr() local
1007 void timelib_strtointerval(char *s, int len, in timelib_strtointerval()

Completed in 180 milliseconds

12345678910>>...12