Home
last modified time | relevance | path

Searched refs:hptr (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dba/
H A Ddba.c361 const dba_handler *hptr; in ZEND_INI_MH() local
368 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(new_value)); hptr++); in ZEND_INI_MH()
370 if (!hptr->name) { in ZEND_INI_MH()
437 const dba_handler *hptr; in PHP_MINFO_FUNCTION() local
440 for(hptr = handler; hptr->name; hptr++) { in PHP_MINFO_FUNCTION()
524 const dba_handler *hptr; in php_dba_open() local
608 if (!hptr) { in php_dba_open()
616 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(handler_str)); hptr++); in php_dba_open()
618 if (!hptr->name) { in php_dba_open()
1269 for(hptr = handler; hptr->name; hptr++) { in PHP_FUNCTION()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1699 PCRE2_SPTR hptr = ptr + 1; in PRIV() local
1702 while (hptr < ptrend && (xc = XDIGIT(*hptr)) != 0xff) in PRIV()
1707 ptr = hptr; /* Show where */ in PRIV()
1711 hptr++; in PRIV()
1714 if (hptr == ptr + 1 || /* No hex digits */ in PRIV()
1715 hptr >= ptrend || /* Hit end of input */ in PRIV()
1716 *hptr != CHAR_RIGHT_CURLY_BRACKET) /* No } terminator */ in PRIV()
1724 ptr = hptr + 1; in PRIV()

Completed in 48 milliseconds