Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 220) sorted by path

123456789

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c104 static int php_check_dots(const char *element, int n) in php_check_dots()
616 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del() local
654 unsigned long n; in realpath_cache_add() local
699 unsigned long n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find() local
/PHP-5.5/Zend/
H A Dbench.php99 function Ack($m, $n){
112 function ary($n) {
125 function ary2($n) {
158 function ary3($n) {
174 function fibo_r($n){
178 function fibo($n) {
185 function hash1($n) {
198 function hash2($n) {
292 function matrix($n) {
318 function sieve($n) {
[all …]
H A Dmicro_bench.php6 function simpleucall($n) {
11 function simpleudcall($n) {
19 function simpleicall($n) {
62 function read_prop($n) {
68 function write_prop($n) {
119 function call($n) {
191 function read_hash($n) {
205 function issetor($n) {
212 function issetor2($n) {
219 function ternary($n) {
[all …]
H A Dzend.h573 #define ZEND_NORMALIZE_BOOL(n) \ argument
H A Dzend_API.c1225 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex()
1308 ZEND_API int add_index_long(zval *arg, ulong index, long n) /* {{{ */ in add_index_long()
1391 ZEND_API int add_next_index_long(zval *arg, long n) /* {{{ */ in add_next_index_long()
H A Dzend_API.h641 #define SET_VAR_STRING(n, v) { \ argument
650 #define SET_VAR_STRINGL(n, v, l) { \ argument
659 #define SET_VAR_LONG(n, v) { \ argument
668 #define SET_VAR_DOUBLE(n, v) { \ argument
H A Dzend_alloc.c668 unsigned int n; in zend_mm_high_bit() local
696 unsigned int n; in zend_mm_low_bit() local
H A Dzend_compile.c323 void zend_del_literal(zend_op_array *op_array, int n) /* {{{ */ in zend_del_literal()
964 int n = 0; in zend_do_assign() local
5957 size_t n = 0; in zend_add_to_list() local
6832 int n = zend_hash_num_elements(CG(class_table)); in zend_initialize_class_data() local
H A Dzend_compile.h404 #define EX_TMP_VAR(ex, n) ((temp_variable*)(((char*)(ex)) + ((int)(n)))) argument
405 #define EX_TMP_VAR_NUM(ex, n) (EX_TMP_VAR(ex, 0) - (1 + (n))) argument
407 #define EX_CV_NUM(ex, n) (((zval***)(((char*)(ex))+ZEND_MM_ALIGNED_SIZE(sizeof(zend_execute_d… argument
H A Dzend_config.w32.h55 #define strncasecmp(s1, s2, n) strnicmp(s1, s2, n) argument
H A Dzend_gc.c281 int i, n; in zval_scan_black() local
336 int i, n; in zobj_scan_black() local
388 int i, n; in zval_mark_grey() local
444 int i, n; in zobj_mark_grey() local
528 int i, n; in zval_scan() local
585 int i, n; in zobj_scan() local
647 int i, n; in zval_collect_white() local
719 int i, n; in zobj_collect_white() local
H A Dzend_hash.c74 #define SET_INCONSISTENT(n) ht->inconsistent = n; argument
77 #define SET_INCONSISTENT(n) argument
H A Dzend_hash.h307 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
H A Dzend_ini_scanner.c44 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_ini_scanner.l42 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_language_scanner.c56 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_language_scanner.l54 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_operators.h305 static inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_stream.c158 size_t n; local
H A Dzend_strtod.c534 static char * nrv_alloc(char *s, char **rve, int n) in nrv_alloc()
831 int i, k1, n, n1; in lshift() local
1284 int n; in quorem() local
H A Dzend_ts_hash.h124 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c187 int n, prodlen, m1zero; in _bc_rec_mul() local
/PHP-5.5/ext/calendar/
H A Dcalendar.c507 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()
/PHP-5.5/ext/curl/
H A Dinterface.c98 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
510 size_t n = 0; in PHP_INI_BEGIN() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c105 #define YYFILL(n) return EOI; argument

Completed in 186 milliseconds

123456789