Lines Matching refs:parent
26 $res = mysqli_query($link, "SELECT 'dumped by the parent' AS message");
39 /* parent */
63 /* non trivial tests require a message list for parent-child communication */
71 sender ENUM('child', 'parent') NOT NULL,
95 …SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'parent' ORDER BY msg_id D…
98 /* send row to parent */
106 /* let the parent reply... */
131 /* parent */
139 …$parent_sql = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posi…
181 printf("[015] Child indicates different results than parent.\n");
242 string(20) "dumped by the parent"
246 parent conti
248 parent conti
250 parent conti