Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/standard/
H A Darray.c671 zend_long cnt = 0; in php_count_recursive() local
682 cnt = zend_hash_num_elements(ht); in php_count_recursive()
686 cnt += php_count_recursive(Z_ARRVAL_P(element)); in php_count_recursive()
691 return cnt; in php_count_recursive()
700 zend_long cnt; in PHP_FUNCTION() local
716 cnt = zend_hash_num_elements(Z_ARRVAL_P(array)); in PHP_FUNCTION()
718 cnt = php_count_recursive(Z_ARRVAL_P(array)); in PHP_FUNCTION()
720 RETURN_LONG(cnt); in PHP_FUNCTION()
/PHP-8.1/ext/phar/
H A Dphar_object.c4126 size_t cnt = 0; in phar_extract_file() local
4129 if ('\\' == filename[cnt]) { in phar_extract_file()
4130 filename[cnt] = '/'; in phar_extract_file()
4132 } while (cnt++ < filename_len); in phar_extract_file()
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c4394 int LSAPI_Inc_Req_Processed(int cnt) in LSAPI_Inc_Req_Processed() argument
4396 return __atomic_add_fetch(s_global_counter, cnt, __ATOMIC_SEQ_CST); in LSAPI_Inc_Req_Processed()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch515 size_t cnt = me->max_count + ALLOC_CHUNK;
518 sizeof(*nm) * cnt))) == NULL) {
519 file_oomem(ms, sizeof(*nm) * cnt);
/PHP-8.1/ext/date/lib/
H A Dparse_date.c322 unsigned int cnt = s->tok - s->bot;
323 if(cnt){
326 s->ptr -= cnt;
327 cursor -= cnt;
328 s->pos -= cnt;
329 s->lim -= cnt;
343 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
344 s->eof = &s->lim[cnt]; *(s->eof)++ = '\n';
346 s->lim += cnt;
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc2852 int cnt;
2859 arg->cfa[arg->cnt] = _Unwind_GetCFA(ctx);
2860 arg->cnt++;
2861 if (arg->cnt == 3) {
2873 if (arg.cnt == 3) {
H A Dzend_jit_arm64.dasc2757 int cnt;
2764 arg->cfa[arg->cnt] = _Unwind_GetCFA(ctx);
2765 arg->cnt++;
2766 if (arg->cnt == 3) {
2778 if (arg.cnt == 3) {
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic13882 # Reference: http://cd.textfiles.com/ataricompendium/BOOK/HTML/APPENDC.HTM#cnt
33860 # start with colon or semicolon for comment line like Back2Life.cnt
33864 >>&0 use cnt-name
33868 # look for other keyword Title like in putty.cnt
33870 >>>&0 use cnt-name
33873 0 name cnt-name
33880 !:ext cnt
H A Dmagic私はガラスを食べられます13882 # Reference: http://cd.textfiles.com/ataricompendium/BOOK/HTML/APPENDC.HTM#cnt
33860 # start with colon or semicolon for comment line like Back2Life.cnt
33864 >>&0 use cnt-name
33868 # look for other keyword Title like in putty.cnt
33870 >>>&0 use cnt-name
33873 0 name cnt-name
33880 !:ext cnt

Completed in 337 milliseconds

123