Searched refs:cmd_copy (Results 1 – 5 of 5) sorted by relevance
71 struct cmd *cmd, cmd_copy; in _select_by_skb_data() local118 if (bpf_skb_load_bytes(reuse_md, th->doff << 2, &cmd_copy, in _select_by_skb_data()119 sizeof(cmd_copy))) in _select_by_skb_data()121 cmd = &cmd_copy; in _select_by_skb_data()135 &cmd_copy, sizeof(cmd_copy))) in _select_by_skb_data()137 cmd = &cmd_copy; in _select_by_skb_data()
1241 …ng(PyObject *cmd, const char *funcname, const char *what, PyCompilerFlags *cf, PyObject **cmd_copy) in _Py_SourceAsString() argument1247 *cmd_copy = NULL; in _Py_SourceAsString()1264 *cmd_copy = PyBytes_FromStringAndSize( in _Py_SourceAsString()1267 if (*cmd_copy == NULL) { in _Py_SourceAsString()1270 str = PyBytes_AS_STRING(*cmd_copy); in _Py_SourceAsString()1271 size = PyBytes_GET_SIZE(*cmd_copy); in _Py_SourceAsString()1283 Py_CLEAR(*cmd_copy); in _Py_SourceAsString()
126 PyObject **cmd_copy);
255 cmd_copy = cp $< $@
1090 cmd_copy = cp $< $@ macro