Home
last modified time | relevance | path

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

/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Dsqlscan.l81 #ifndef _pg_mbstrlen_with_len
82 #define _pg_mbstrlen_with_len(buf,loc) pg_mbstrlen_with_len(buf,loc) macro
880 pos = _pg_mbstrlen_with_len(scanbuf, orafce_sql_yylval.val.lloc) + 1;
H A Dsqlscan.c1003 #ifndef _pg_mbstrlen_with_len
1004 #define _pg_mbstrlen_with_len(buf,loc) pg_mbstrlen_with_len(buf,loc) macro
3165 pos = _pg_mbstrlen_with_len(scanbuf, orafce_sql_yylval.val.lloc) + 1; in lexer_errposition()