Lines Matching refs:extract_state
691 struct extract_state {
702 struct extract_state *state;
707 state = talloc_get_type(pvt, struct extract_state);
746 struct extract_state *state;
760 state = talloc_zero(mem_ctx, struct extract_state);
841 struct extract_state *extract_state;
859 extract_state = talloc_zero(state, struct extract_state);
860 if (extract_state == NULL) {