Home
last modified time | relevance | path

Searched refs:assign_hook (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dvariables.c55 ptr->assign_hook = NULL; in CreateVariableSpace()
212 if (current->assign_hook) in SetVariable()
213 (*current->assign_hook) (current->value); in SetVariable()
222 current->assign_hook = NULL; in SetVariable()
250 current->assign_hook = hook; in SetVariableAssignHook()
260 current->assign_hook = hook; in SetVariableAssignHook()
280 return current->assign_hook != NULL; in VariableHasHook()
310 if (current->assign_hook) in DeleteVariable()
311 (*current->assign_hook) (NULL); in DeleteVariable()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dvariables.c55 ptr->assign_hook = NULL; in CreateVariableSpace()
212 if (current->assign_hook) in SetVariable()
213 (*current->assign_hook) (current->value); in SetVariable()
222 current->assign_hook = NULL; in SetVariable()
250 current->assign_hook = hook; in SetVariableAssignHook()
260 current->assign_hook = hook; in SetVariableAssignHook()
280 return current->assign_hook != NULL; in VariableHasHook()
310 if (current->assign_hook) in DeleteVariable()
311 (*current->assign_hook) (NULL); in DeleteVariable()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dvariables.c55 ptr->assign_hook = NULL; in CreateVariableSpace()
212 if (current->assign_hook) in SetVariable()
213 (*current->assign_hook) (current->value); in SetVariable()
222 current->assign_hook = NULL; in SetVariable()
250 current->assign_hook = hook; in SetVariableAssignHook()
260 current->assign_hook = hook; in SetVariableAssignHook()
280 return current->assign_hook != NULL; in VariableHasHook()
310 if (current->assign_hook) in DeleteVariable()
311 (*current->assign_hook) (NULL); in DeleteVariable()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dvariables.c55 ptr->assign_hook = NULL; in CreateVariableSpace()
212 if (current->assign_hook) in SetVariable()
213 (*current->assign_hook) (current->value); in SetVariable()
222 current->assign_hook = NULL; in SetVariable()
250 current->assign_hook = hook; in SetVariableAssignHook()
260 current->assign_hook = hook; in SetVariableAssignHook()
280 return current->assign_hook != NULL; in VariableHasHook()
310 if (current->assign_hook) in DeleteVariable()
311 (*current->assign_hook) (NULL); in DeleteVariable()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dvariables.c55 ptr->assign_hook = NULL; in CreateVariableSpace()
212 if (current->assign_hook) in SetVariable()
213 (*current->assign_hook) (current->value); in SetVariable()
222 current->assign_hook = NULL; in SetVariable()
250 current->assign_hook = hook; in SetVariableAssignHook()
260 current->assign_hook = hook; in SetVariableAssignHook()
280 return current->assign_hook != NULL; in VariableHasHook()
310 if (current->assign_hook) in DeleteVariable()
311 (*current->assign_hook) (NULL); in DeleteVariable()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dvariables.c55 ptr->assign_hook = NULL; in CreateVariableSpace()
212 if (current->assign_hook) in SetVariable()
213 (*current->assign_hook) (current->value); in SetVariable()
222 current->assign_hook = NULL; in SetVariable()
250 current->assign_hook = hook; in SetVariableAssignHook()
260 current->assign_hook = hook; in SetVariableAssignHook()
280 return current->assign_hook != NULL; in VariableHasHook()
310 if (current->assign_hook) in DeleteVariable()
311 (*current->assign_hook) (NULL); in DeleteVariable()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dvariables.c55 ptr->assign_hook = NULL; in CreateVariableSpace()
212 if (current->assign_hook) in SetVariable()
213 (*current->assign_hook) (current->value); in SetVariable()
222 current->assign_hook = NULL; in SetVariable()
250 current->assign_hook = hook; in SetVariableAssignHook()
260 current->assign_hook = hook; in SetVariableAssignHook()
280 return current->assign_hook != NULL; in VariableHasHook()
310 if (current->assign_hook) in DeleteVariable()
311 (*current->assign_hook) (NULL); in DeleteVariable()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = (*current->assign_hook) (new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = (*current->assign_hook) (new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = (*current->assign_hook) (new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = (*current->assign_hook) (new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = (*current->assign_hook) (new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Dvariables.c59 ptr->assign_hook = NULL; in CreateVariableSpace()
251 if (current->assign_hook) in SetVariable()
252 confirmed = current->assign_hook(new_value); in SetVariable()
268 current->assign_hook == NULL) in SetVariable()
291 current->assign_hook = NULL; in SetVariable()
338 current->assign_hook = ahook; in SetVariableHooks()
354 current->assign_hook = ahook; in SetVariableHooks()
381 current->assign_hook != NULL); in VariableHasHook()

1234567891011