Home
last modified time | relevance | path

Searched refs:name_offset (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c244 return (i >= 0)? PRIV(utt_names) + PRIV(utt)[i].name_offset : "??"; in get_ucpname()
H A Dpcre2_internal.h1787 uint16_t name_offset; member
H A Dpcre2_compile.c2120 r = PRIV(strcmp_c8)(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2387 int oid_offset,name_offset; local
2401 name_offset = PQfnumber(result,"typname");
2413 if ((tmp_name = PQgetvalue(result,i,name_offset))==NULL) {

Completed in 92 milliseconds