Home
last modified time | relevance | path

Searched refs:copy_hba_token (Results 1 – 25 of 47) sorted by relevance

12

/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/auth/
H A Dpool_hba.c101 static HbaToken *copy_hba_token(HbaToken *in);
385 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
405 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1593 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1898 copy_hba_token(HbaToken *in) in copy_hba_token() function
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/auth/
H A Dpool_hba.c101 copy_hba_token(HbaToken *in);
388 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
408 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1512 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1816 copy_hba_token(HbaToken *in) in copy_hba_token() function
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/auth/
H A Dpool_hba.c99 static HbaToken *copy_hba_token(HbaToken *in);
383 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
403 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1591 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1896 copy_hba_token(HbaToken *in) in copy_hba_token() function
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/auth/
H A Dpool_hba.c107 static HbaToken *copy_hba_token(HbaToken *in);
455 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
475 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1973 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
2278 copy_hba_token(HbaToken *in) in copy_hba_token() function
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/auth/
H A Dpool_hba.c107 static HbaToken *copy_hba_token(HbaToken *in);
455 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
475 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1973 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
2278 copy_hba_token(HbaToken *in) in copy_hba_token() function
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c243 copy_hba_token(HbaToken *in) in copy_hba_token() function
348 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
923 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
942 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c243 copy_hba_token(HbaToken *in) in copy_hba_token() function
348 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
923 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
942 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c243 copy_hba_token(HbaToken *in) in copy_hba_token() function
348 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
923 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
942 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c243 copy_hba_token(HbaToken *in) in copy_hba_token() function
348 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
923 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
942 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c243 copy_hba_token(HbaToken *in) in copy_hba_token() function
348 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
923 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
942 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c243 copy_hba_token(HbaToken *in) in copy_hba_token() function
348 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
923 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
942 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c243 copy_hba_token(HbaToken *in) in copy_hba_token() function
348 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
923 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
942 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in) in copy_hba_token() function
443 tokens = lappend(tokens, copy_hba_token(token)); in tokenize_inc_file()
1064 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
1084 copy_hba_token(lfirst(tokencell))); in parse_hba_line()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dhba.c307 copy_hba_token(HbaToken *in)
443 tokens = lappend(tokens, copy_hba_token(token));
1064 copy_hba_token(lfirst(tokencell)));
1084 copy_hba_token(lfirst(tokencell)));

12