Searched refs:entry_label (Results 1 – 3 of 3) sorted by relevance
424 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line() local425 set_bpf_lbl(entry_label, entry_lbl_id); in compile_policy_line()426 append_filter_block(head, entry_label, ONE_INSTR); in compile_policy_line()
436 entry_label = self.__ComputeLabel(items)437 if entry_label == descriptor.FieldDescriptor.Label.REPEATED:
320 struct sljit_label *entry_label; member9437 entry->entry_label = NULL; in compile_recurse_matchingpath()9451 if (entry->entry_label == NULL) in compile_recurse_matchingpath()9454 JUMPTO(SLJIT_FAST_CALL, entry->entry_label); in compile_recurse_matchingpath()13272 SLJIT_ASSERT(common->currententry->entry_label == NULL && common->recursive_head_ptr != 0); in compile_recurse()13273 common->currententry->entry_label = LABEL(); in compile_recurse()13274 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()