Searched refs:entry_label (Results 1 – 3 of 3) sorted by relevance
365 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line() local366 set_bpf_lbl(entry_label, entry_lbl_id); in compile_policy_line()367 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:
317 struct sljit_label *entry_label; member8178 entry->entry_label = NULL; in compile_recurse_matchingpath()8192 if (entry->entry_label == NULL) in compile_recurse_matchingpath()8195 JUMPTO(SLJIT_FAST_CALL, entry->entry_label); in compile_recurse_matchingpath()11827 SLJIT_ASSERT(common->currententry->entry_label == NULL && common->recursive_head_ptr != 0); in compile_recurse()11828 common->currententry->entry_label = LABEL(); in compile_recurse()11829 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()