Searched refs:presult (Results 1 – 3 of 3) sorted by relevance
418 drbg_fork_result *presult = &result[2]; in test_rand_reseed_on_fork() local424 presult[0].pindex = presult[1].pindex = i; in test_rand_reseed_on_fork()426 BIO_snprintf(presult[0].name, sizeof(presult[0].name), "child %d", i); in test_rand_reseed_on_fork()427 strcpy(presult[1].name, presult[0].name); in test_rand_reseed_on_fork()433 presult))) in test_rand_reseed_on_fork()436 presult += 2; in test_rand_reseed_on_fork()
586 _Unwind_Ptr presult; in execute_stack_op() local587 op_ptr = read_encoded_value (context, *op_ptr, op_ptr+1, &presult); in execute_stack_op()588 result = presult; in execute_stack_op()
2995 get_feature(enum XML_FeatureEnum feature_id, long *presult) { in get_feature() argument3002 *presult = feature->value; in get_feature()