Home
last modified time | relevance | path

Searched refs:cnt (Results 51 – 60 of 60) sorted by relevance

123

/php-src/ext/spl/
H A Dspl_iterators.c1307 zend_long cnt = 0; in spl_cit_check_flags() local
1309 cnt += (flags & CIT_CALL_TOSTRING) ? 1 : 0; in spl_cit_check_flags()
1310 cnt += (flags & CIT_TOSTRING_USE_KEY) ? 1 : 0; in spl_cit_check_flags()
1311 cnt += (flags & CIT_TOSTRING_USE_CURRENT) ? 1 : 0; in spl_cit_check_flags()
1312 cnt += (flags & CIT_TOSTRING_USE_INNER) ? 1 : 0; in spl_cit_check_flags()
1314 return cnt <= 1 ? SUCCESS : FAILURE; in spl_cit_check_flags()
/php-src/ext/standard/
H A Darray.c617 zend_long cnt = 0; in php_count_recursive() local
628 cnt = zend_hash_num_elements(ht); in php_count_recursive()
632 cnt += php_count_recursive(Z_ARRVAL_P(element)); in php_count_recursive()
637 return cnt; in php_count_recursive()
646 zend_long cnt; in PHP_FUNCTION() local
662 cnt = zend_hash_num_elements(Z_ARRVAL_P(array)); in PHP_FUNCTION()
664 cnt = php_count_recursive(Z_ARRVAL_P(array)); in PHP_FUNCTION()
666 RETURN_LONG(cnt); in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c4146 size_t cnt = 0; in phar_extract_file() local
4149 if ('\\' == filename[cnt]) { in phar_extract_file()
4150 filename[cnt] = '/'; in phar_extract_file()
4152 } while (cnt++ < filename_len); in phar_extract_file()
/php-src/sapi/litespeed/
H A Dlsapilib.c4360 int LSAPI_Inc_Req_Processed(int cnt) in LSAPI_Inc_Req_Processed() argument
4362 return __atomic_add_fetch(s_global_counter, cnt, __ATOMIC_SEQ_CST); in LSAPI_Inc_Req_Processed()
/php-src/ext/fileinfo/
H A Dlibmagic.patch467 size_t cnt = me->max_count + ALLOC_CHUNK;
470 sizeof(*nm) * cnt))) == NULL) {
471 file_oomem(ms, sizeof(*nm) * cnt);
/php-src/ext/date/lib/
H A Dparse_date.c323 unsigned int cnt = s->tok - s->bot;
324 if(cnt){
327 s->ptr -= cnt;
328 cursor -= cnt;
329 s->pos -= cnt;
330 s->lim -= cnt;
344 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
345 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';
347 s->lim += cnt;
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2529 uint32_t code1 = 0x0e205800 | (tmp_reg-IR_REG_FP_FIRST); // cnt v0.8b, v0.8b
2544 | .long code1 // cnt v0.8b, v0.8b
2551 | .long code1 // cnt v0.8b, v0.8b
2557 | .long code1 // cnt v0.8b, v0.8b
2563 | .long code1 // cnt v0.8b, v0.8b
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3124 int cnt; member
3131 arg->cfa[arg->cnt] = _Unwind_GetCFA(ctx); in zend_jit_unwind_cb()
3132 arg->cnt++; in zend_jit_unwind_cb()
3133 if (arg->cnt == 3) { in zend_jit_unwind_cb()
3145 if (arg.cnt == 3) { in zend_jit_touch_vm_stack_data()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15362 # Reference: http://cd.textfiles.com/ataricompendium/BOOK/HTML/APPENDC.HTM#cnt
39136 # start with colon or semicolon for comment line like Back2Life.cnt
39140 >>&0 use cnt-name
39144 # look for other keyword Title like in putty.cnt
39146 >>>&0 use cnt-name
39149 0 name cnt-name
39156 !:ext cnt
H A Dmagic15362 # Reference: http://cd.textfiles.com/ataricompendium/BOOK/HTML/APPENDC.HTM#cnt
39136 # start with colon or semicolon for comment line like Back2Life.cnt
39140 >>&0 use cnt-name
39144 # look for other keyword Title like in putty.cnt
39146 >>>&0 use cnt-name
39149 0 name cnt-name
39156 !:ext cnt

Completed in 282 milliseconds

123