HomeSort by relevance Sort by last modified time
    Searched refs:agent_id (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/python/examples/base/
odb_test.py 33 agent_id integer not null primary key auto_increment,
56 agent_id integer primary key,
79 self.d_addColumn("agent_id",kInteger,None,primarykey = 1,autoincrement = 1)
98 a_row = tbl.fetchRow( ("agent_id", 1000) )
116 if newrow.agent_id != new_id:
117 raise "new insert id (%s) does not match expected value (%d)" % (newrow.agent_id,new_id)
123 a_row = tbl.fetchRow( ("agent_id", 1) )
146 b_row = tbl.fetchRow( ("agent_id", 1) )
159 repl_row.agent_id = a_row.agent_id
    [all...]
  /external/dnsmasq/src/
rfc2131.c 98 unsigned char *agent_id, unsigned char *real_end);
144 unsigned char *agent_id = NULL, *uuid = NULL; local
210 agent_id = end;
211 memcpy(agent_id, opt, total);
496 return message ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end);
774 return dhcp_packet_size(mess, netid, agent_id, real_end);
815 return ignore ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end);
    [all...]

Completed in 29 milliseconds