Home
last modified time | relevance | path

Searched refs:stmt (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c552 if (!stmt) { in webdav_delete_file()
633 if (stmt) { in webdav_delete_dir()
712 if (stmt) { in webdav_copy_file()
791 if (stmt) { in webdav_copy_dir()
903 if (stmt) { in webdav_get_property()
1191 sqlite3_reset(stmt); in webdav_has_lock()
1316 if (stmt) { in URIHANDLER_FUNC()
1986 if (stmt) { in URIHANDLER_FUNC()
2002 if (stmt) { in URIHANDLER_FUNC()
2284 if (stmt) { in URIHANDLER_FUNC()
[all …]
/mOS-networking-stack/core/src/include/bpf/
H A Dgencode.h192 struct stmt struct
202 struct stmt s; argument
239 struct stmt s; /* branch stmt */
H A Dtokdefs.h279 struct stmt *stmt; member
/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c127 static int atomuse(struct stmt *);
128 static int atomdef(struct stmt *);
149 static void deadstmt(struct stmt *, struct stmt *[]);
384 struct stmt *s; in atomuse()
428 struct stmt *s; in atomdef()
636 struct stmt *s; in vstore()
648 struct stmt *s; in fold_op()
994 struct stmt *s; in opt_stmt()
1193 register struct stmt *s; in deadstmt()
1194 register struct stmt *last[];
[all …]
H A Dsf_grammar.c569 struct stmt *stmt; member