Home
last modified time | relevance | path

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

/dports/print/cups-fxlinuxprint/fxlinuxprint-src-1.0.1/
H A Dfxlinuxprint.c372 ppd_choice_t *p_choice; in fxGetPrintOptions() local
392 p_choice = NULL; in fxGetPrintOptions()
394 if ((p_choice = ppdFindMarkedChoice (p_ppd, option_list[i].ppd_key)) == NULL) { in fxGetPrintOptions()
398 if ((p_choice = (ppd_choice_t*) malloc (sizeof(ppd_choice_t))) != NULL) { in fxGetPrintOptions()
399 strcpy(p_choice->choice, p_options[j].value); in fxGetPrintOptions()
410 if (p_choice != NULL) { in fxGetPrintOptions()
415 if (strcmp(p_option->key, p_choice->choice) == 0) { in fxGetPrintOptions()
418 if (strcmp(p_choice->choice, KEY_QUALITY) == 0) { in fxGetPrintOptions()
428 *((int*)option_list[i].p_value) = atoi (p_choice->choice); in fxGetPrintOptions()
431 strcpy ((char*)option_list[i].p_value, (char*)p_choice->choice); in fxGetPrintOptions()
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dlocal_shard_execution.sql1022 CREATE OR REPLACE PROCEDURE register_for_event(p_event_id int, p_user_id int, p_choice invite_resp)
1025 INSERT INTO event_responses VALUES (p_event_id, p_user_id, p_choice)
1033 UPDATE event_responses SET response = p_choice WHERE event_id = p_event_id;
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dparse.c1651 static void p_choice(tree_t parent) in p_choice() function
1691 p_choice(parent); in p_choices()
1694 p_choice(parent); in p_choices()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dlocal_shard_execution.out2228 CREATE OR REPLACE PROCEDURE register_for_event(p_event_id int, p_user_id int, p_choice invite_resp)
2231 INSERT INTO event_responses VALUES (p_event_id, p_user_id, p_choice)
2239 UPDATE event_responses SET response = p_choice WHERE event_id = p_event_id;