Home
last modified time | relevance | path

Searched defs:end (Results 101 – 125 of 132) sorted by relevance

123456

/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c225 add_range(ac_uint4 start, ac_uint4 end, char *p1, char *p2) in add_range()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1028 const char *end; in mcopy() local
/PHP-5.5/Zend/
H A Dzend_operators.h273 zend_memnstr(char *haystack, char *needle, int needle_len, char *end) in zend_memnstr()
H A Dzend_execute_API.c1246 zend_op *opline, *end; in execute_new_code() local
H A Dzend_compile.c3326 zend_op *end = op + ((zend_op_array *)fptr)->last; in zend_get_function_declaration() local
6346 zend_op *end = &CG(active_op_array)->opcodes[open_brackets_token->u.op.opline_num]; in zend_do_foreach_cont() local
7169 register char *end = path + len - 1; in zend_dirname() local
H A Dzend_execute.c1507 zval ***end = cv + EX(op_array)->last_var; in i_free_compiled_variables() local
/PHP-5.5/ext/soap/
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
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
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c1597 char *end; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1308 int n, m, k, len, start, end; in mbfl_substr() local
1497 const unsigned char *end = NULL; in mbfl_strcut() local
/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 Dphar.c103 char *key, *lasts, *end; in phar_split_cache_list() local
/PHP-5.5/main/
H A Drfc1867.c796 int end = 0; local
H A Dmain.c1925 zend_module_entry **end = ptr + count; in php_register_extensions() local
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c23 unsigned char *end; /* end of string (-> NUL normally) */ member
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1392 char *pathbuf, *ptr, *end; in _php_stream_fopen_with_path() 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/
H A Dphp_pcre.c235 char *end = start; in calculate_unit_length() local
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1749 const char *ptr, *end; local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h163 UChar* end; member
H A Dregint.h717 OnigStackIndex end; /* prev. info (for backtrack "(...)*" ) */ member
/PHP-5.5/ext/standard/
H A Dfile.c1906 char *end = ch + Z_STRLEN(field); in php_fputcsv() local
H A Dfilters.c1958 char *end = p + len; in php_dechunk() local
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1743 const char *vpath = client->request.vpath, *end = vpath + client->request.vpath_len, *p = end; in php_cli_server_client_read_request_on_message_complete() local

Completed in 167 milliseconds

123456