Home
last modified time | relevance | path

Searched refs:parsed_line_cell (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c2160 *parsed_line_cell; in load_ident() local
2196 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2198 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2224 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2226 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2237 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2239 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c2160 *parsed_line_cell; in load_ident() local
2196 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2198 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2224 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2226 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2237 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2239 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c2160 *parsed_line_cell; in load_ident() local
2196 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2198 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2224 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2226 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2237 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2239 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c2160 *parsed_line_cell; in load_ident() local
2196 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2198 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2224 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2226 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2237 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2239 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c2160 *parsed_line_cell; in load_ident() local
2196 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2198 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2224 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2226 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2237 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2239 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c2160 *parsed_line_cell; in load_ident() local
2196 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2198 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2224 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2226 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2237 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2239 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/libpq/
H A Dhba.c2160 *parsed_line_cell; in load_ident() local
2196 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2198 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2224 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2226 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2237 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2239 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/libpq/
H A Dhba.c2897 *parsed_line_cell; in load_ident() local
2963 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2965 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2976 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2978 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/libpq/
H A Dhba.c2897 *parsed_line_cell; in load_ident() local
2963 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2965 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2976 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2978 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/libpq/
H A Dhba.c2897 *parsed_line_cell; in load_ident() local
2963 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2965 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2976 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2978 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/libpq/
H A Dhba.c2897 *parsed_line_cell; in load_ident() local
2963 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2965 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2976 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2978 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/libpq/
H A Dhba.c2932 *parsed_line_cell; in load_ident() local
2998 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3000 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3011 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3013 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/libpq/
H A Dhba.c2897 *parsed_line_cell; in load_ident() local
2963 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2965 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2976 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2978 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/libpq/
H A Dhba.c2897 *parsed_line_cell; in load_ident() local
2963 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2965 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2976 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2978 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/libpq/
H A Dhba.c2897 *parsed_line_cell; in load_ident() local
2963 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
2965 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
2976 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
2978 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/libpq/
H A Dhba.c2932 *parsed_line_cell; in load_ident() local
2998 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3000 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3011 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3013 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/libpq/
H A Dhba.c2932 *parsed_line_cell; in load_ident() local
2998 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3000 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3011 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3013 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/libpq/
H A Dhba.c2932 *parsed_line_cell; in load_ident() local
2998 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3000 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3011 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3013 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/libpq/
H A Dhba.c2932 *parsed_line_cell; in load_ident() local
2998 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3000 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3011 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3013 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/libpq/
H A Dhba.c2932 *parsed_line_cell;
2998 foreach(parsed_line_cell, new_parsed_lines)
3000 newline = (IdentLine *) lfirst(parsed_line_cell);
3011 foreach(parsed_line_cell, parsed_ident_lines)
3013 newline = (IdentLine *) lfirst(parsed_line_cell);
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/libpq/
H A Dhba.c2932 *parsed_line_cell; in load_ident() local
2998 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3000 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3011 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3013 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/libpq/
H A Dhba.c2984 *parsed_line_cell; in load_ident() local
3050 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3052 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3063 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3065 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/libpq/
H A Dhba.c3034 *parsed_line_cell; in load_ident() local
3100 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3102 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3113 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3115 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/libpq/
H A Dhba.c3034 *parsed_line_cell; in load_ident() local
3100 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3102 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3113 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3115 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/libpq/
H A Dhba.c3034 *parsed_line_cell; in load_ident() local
3100 foreach(parsed_line_cell, new_parsed_lines) in load_ident()
3102 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()
3113 foreach(parsed_line_cell, parsed_ident_lines) in load_ident()
3115 newline = (IdentLine *) lfirst(parsed_line_cell); in load_ident()

12