Searched refs:entry_label (Results 1 – 3 of 3) sorted by relevance
379 struct sock_filter *entry_label = new_instr_buf(ONE_INSTR); in compile_policy_line() local380 set_bpf_lbl(entry_label, entry_lbl_id); in compile_policy_line()381 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; member9545 entry->entry_label = NULL; in compile_recurse_matchingpath()9559 if (entry->entry_label == NULL) in compile_recurse_matchingpath()9562 JUMPTO(SLJIT_FAST_CALL, entry->entry_label); in compile_recurse_matchingpath()13237 SLJIT_ASSERT(common->currententry->entry_label == NULL && common->recursive_head_ptr != 0); in compile_recurse()13238 common->currententry->entry_label = LABEL(); in compile_recurse()13239 set_jumps(common->currententry->entry_calls, common->currententry->entry_label); in compile_recurse()