Home
last modified time | relevance | path

Searched defs:end (Results 26 – 50 of 149) sorted by last modified time

123456

/PHP-7.0/ext/standard/
H A Dvar_unserializer.c208 unsigned char *end = *(unsigned char **)p+maxlen; in unserialize_str() local
H A Dstring.c747 unsigned char *end; in php_charmask() local
2225 static zend_string *php_chunk_split(char *src, size_t srclen, char *end, size_t endlen, size_t chun…
2278 char *end = "\r\n"; local
3126 char *end; local
3201 char *end; local
3293 char *end; local
3673 char *source, *target, *end; local
3738 char *end; local
3784 char *end; local
4104 size_t begin, end, char_count, orig_begin; local
[all …]
H A Dscanf.c111 char end; member
145 char *end; in BuildCharSet() local
315 char *end, *ch = NULL; in ValidateFormat() local
586 char *end, *baseString; in php_sscanf_internal() local
H A Dphp_fopen_wrapper.c304 char *end; in php_stream_url_wrap_php() local
H A Dmath.c926 char *ptr, *end; in _php_math_longtobase() local
962 char *ptr, *end; in _php_math_zvaltobase() local
H A Dfile.c1901 char *end = ch + ZSTR_LEN(field_str); in php_fputcsv() local
H A Dfilestat.c1196 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(), **end = buckets + realpath_cache_m… in PHP_FUNCTION() local
H A Dfilters.c1882 char *end = p + len; in php_dechunk() local
H A Ddns.c438 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr()
805 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local
1030 u_char *cp, *end; in PHP_FUNCTION() local
H A Dcrypt_blowfish.c390 unsigned char *end = dptr + size; in BF_decode() local
421 const unsigned char *end = sptr + size; in BF_encode() local
H A Darray.c1120 PHP_FUNCTION(end) in PHP_FUNCTION() argument
2024 #define RANGE_CHECK_DOUBLE_INIT_ARRAY(start, end) do { \ argument
2035 #define RANGE_CHECK_LONG_INIT_ARRAY(start, end) do { \ argument
/PHP-7.0/ext/spl/
H A Dphp_spl.c263 char *end = ptr + class_file_len; in spl_autoload() local
/PHP-7.0/ext/soap/
H A Dphp_sdl.c589 char *end; in wsdl_soap_binding_body() local
H A Dsoap.c4744 char *end = strchr(ext->val, '['); local
H A Dphp_encoding.c2319 char *value, *end; in to_xml_array() local
2502 char *type, *end, *ns; in to_zval_array() local
2555 char *type, *end; in to_zval_array() local
H A Dphp_schema.c501 char *str, *start, *end, *next; in schema_union() local
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c659 zend_op *end = op + op_array->last; in _get_recv_op() local
/PHP-7.0/ext/readline/
H A Dreadline.c480 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
H A Dreadline_cli.c578 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/PHP-7.0/ext/phar/
H A Dutil.c1395 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, int… in phar_call_openssl_signverify()
H A Dtar.c90 char *end = buf + len; in phar_tar_checksum() local
H A Dphar.c103 char *key, *lasts, *end; in phar_split_cache_list() local
/PHP-7.0/ext/pgsql/
H A Dpgsql.c4494 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
/PHP-7.0/ext/pdo_odbc/
H A Dodbc_stmt.c419 char *end = P->outbuf + P->len; in odbc_stmt_param_hook() local
/PHP-7.0/ext/pdo/
H A Dpdo_sql_parser.c42 char *ptr, *cur, *tok, *end; member

Completed in 185 milliseconds

123456