Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 115) sorted by last modified time

12345

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_str.h10 char *d, *end; in str_purify_filename() local
H A Dfastcgi.c248 char *cur, *end; in fcgi_set_allowed_clients() local
375 static inline size_t fcgi_get_params_len( int *result, unsigned char *p, unsigned char *end) in fcgi_get_params_len()
398 static inline int fcgi_param_get_eff_len( unsigned char *p, unsigned char *end, uint *eff_len) in fcgi_param_get_eff_len()
424 static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *end) in fcgi_get_params()
/PHP-5.3/sapi/cli/
H A Dphp_cli_readline.c433 char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c463 char *cur, *end; in fcgi_listen() local
604 static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *end) in fcgi_get_params()
H A Dcgi_main.c1505 struct timeval start, end; local
1507 time_t start, end; local
/PHP-5.3/main/streams/
H A Dplain_wrapper.c1323 char *pathbuf, *ptr, *end; in _php_stream_fopen_with_path() local
/PHP-5.3/main/
H A Drfc1867.c877 int end = 0; local
H A Dmain.c1773 zend_module_entry **end = ptr + count; in php_register_extensions() local
H A Dfopen_wrappers.c87 char **p, *pathbuf, *ptr, *end; in ZEND_INI_MH() local
300 char *end; local
349 char *end; local
541 const char *ptr, *end, *p; local
681 char *pathbuf, *ptr, *end; local
/PHP-5.3/ext/zip/lib/
H A Dzip_open.c358 char *end; in _zip_check_torrentzip() local
H A Dzip_source_buffer.c42 const char *buf, *data, *end; member
H A Dzip_source_deflate.c106 int end, ret; in compress_read() local
181 int end, ret; in decompress_read() local
/PHP-5.3/ext/xml/
H A Dcompat.c516 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler()
/PHP-5.3/ext/sysvshm/
H A Dphp_sysvshm.h50 long end; member
/PHP-5.3/ext/standard/
H A Dvar_unserializer.c147 unsigned char *end = *(unsigned char **)p+maxlen; in unserialize_str() local
H A Durl.c488 unsigned char const *from, *end; in php_url_encode() local
H A Durl_scanner_ex.c340 char *end, *q; in xx_mainloop() local
H A Dstring.c671 unsigned char *end; in php_charmask() local
2051 static char *php_chunk_split(char *src, int srclen, char *end, int endlen, int chunklen, int *destl…
2107 char *end = "\r\n"; local
3122 char *source, *target, *end; local
3188 char *end; local
3249 char *end; local
3404 char *end, *haystack_dup = NULL, *needle_dup = NULL; local
3784 int begin, end, char_count, orig_begin; local
3969 char *end, *target; local
H A Dscanf.c111 char end; member
145 char *end; in BuildCharSet() local
315 char *end, *ch = NULL; in ValidateFormat() local
587 char *end, *baseString; in php_sscanf_internal() local
H A Dphp_fopen_wrapper.c262 *end; in php_stream_url_wrap_php() local
H A Dmath.c907 char *ptr, *end; in _php_math_longtobase() local
943 char *ptr, *end; in _php_math_zvaltobase() local
H A Dfile.c2018 char *end = ch + Z_STRLEN(field); in PHP_FUNCTION() local
H A Dfilestat.c1149 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(TSRMLS_C), **end = buckets + realpath… in PHP_FUNCTION() local
H A Dfilters.c1919 char *end = p + len; in php_dechunk() local
H A Dcrypt_blowfish.c390 unsigned char *end = dptr + size; in BF_decode() local
417 const unsigned char *end = sptr + size; in BF_encode() local

Completed in 125 milliseconds

12345