Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_printint.src134 return (i >= 0)? _pcre_utt_names + _pcre_utt[i].name_offset : "??";
H A Dpcre_internal.h2598 pcre_uint16 name_offset; member
H A Dpcre_compile.c1267 r = STRCMP_UC_C8(name, PRIV(utt_names) + PRIV(utt)[i].name_offset); in get_ucp()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2094 int oid_offset,name_offset; local
2107 name_offset = PQfnumber(result,"typname");
2119 if ((tmp_name = PQgetvalue(result,i,name_offset))==NULL) {

Completed in 43 milliseconds