Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/
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
H A Darray.c817 PHP_FUNCTION(end) in PHP_FUNCTION() argument
/PHP-5.5/ext/spl/
H A Dphp_spl.c268 char *end = ptr + class_file_len; in spl_autoload() local
/PHP-5.5/ext/soap/
H A Dsoap.c4775 char *end = strchr((*ext)->val, '['); local
H A Dphp_schema.c500 char *str, *start, *end, *next; in schema_union() local
H A Dphp_sdl.c594 char *end; in wsdl_soap_binding_body() local
H A Dphp_encoding.c2394 char *value, *end; in to_xml_array() local
2585 char *type, *end, *ns; in to_zval_array() local
2639 char *type, *end; in to_zval_array() local
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c680 zend_op *end = op + op_array->last; in _get_recv_op() local
/PHP-5.5/ext/readline/
H A Dreadline.c491 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
H A Dreadline_cli.c580 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
/PHP-5.5/ext/phar/
H A Dutil.c1414 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_… 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-5.5/ext/pgsql/
H A Dpgsql.c4310 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c406 char *end = P->outbuf + P->len; in odbc_stmt_param_hook() local
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c42 char *ptr, *cur, *tok, *end; member
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c235 char *end = start; in calculate_unit_length() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c457 #define BFEXTU(dst, src, start, end) \ argument
460 #define BFEXTS(dst, src, start, end) \ argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c165 const pcre_uchar *end; member
925 pcre_uchar *end = bracketend(begin); in detect_repeat() local
1064 pcre_uchar *end = NULL; in set_private_data_ptrs() local
1684 end in copy_private_data() enumerator
1995 pcre_uchar *end = bracketend(cc); in set_then_offsets() local
2626 const pcre_uint8 *end = bitset + 32; in is_char7_bitset() local
3090 struct sljit_jump *end = NULL; in mainloop_entry() local
7805 …common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar *type, int *max, int *min, pcre_uchar **end) in get_iterator_parameters()
7910 pcre_uchar *end; in compile_iterator_matchingpath() local
H A Dpcre_compile.c2920 const pcre_uchar *end; in get_chr_property_list() local
3662 const pcre_uchar *end; in auto_possessify() local
4202 compile_data *cd, pcre_uint32 start, pcre_uint32 end) in add_to_class()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c1041 signed char *end; local
H A Dzend_persist.c231 zend_literal *end = p + op_array->last_literal; local
249 zend_op *end = new_opcodes + op_array->last; local
H A Dzend_persist_calc.c145 zend_literal *end = p + op_array->last_literal; local
157 zend_op *end = op_array->opcodes + op_array->last; local
H A DZendAccelerator.c1749 const char *ptr, *end; local
H A Dzend_accelerator_blacklist.c95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
213 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local

Completed in 238 milliseconds

123456