Searched refs:paramtype (Results 1 – 15 of 15) sorted by relevance
113 parameter_type paramtype; in pysqlite_statement_bind_parameter() local122 paramtype = TYPE_INT; in pysqlite_statement_bind_parameter()124 paramtype = TYPE_LONG; in pysqlite_statement_bind_parameter()126 paramtype = TYPE_FLOAT; in pysqlite_statement_bind_parameter()128 paramtype = TYPE_STRING; in pysqlite_statement_bind_parameter()130 paramtype = TYPE_UNICODE; in pysqlite_statement_bind_parameter()132 paramtype = TYPE_BUFFER; in pysqlite_statement_bind_parameter()134 paramtype = TYPE_INT; in pysqlite_statement_bind_parameter()136 paramtype = TYPE_LONG; in pysqlite_statement_bind_parameter()138 paramtype = TYPE_FLOAT; in pysqlite_statement_bind_parameter()[all …]
119 parameter_type paramtype; in pysqlite_statement_bind_parameter() local127 paramtype = TYPE_LONG; in pysqlite_statement_bind_parameter()129 paramtype = TYPE_FLOAT; in pysqlite_statement_bind_parameter()131 paramtype = TYPE_UNICODE; in pysqlite_statement_bind_parameter()133 paramtype = TYPE_LONG; in pysqlite_statement_bind_parameter()135 paramtype = TYPE_FLOAT; in pysqlite_statement_bind_parameter()137 paramtype = TYPE_UNICODE; in pysqlite_statement_bind_parameter()139 paramtype = TYPE_BUFFER; in pysqlite_statement_bind_parameter()141 paramtype = TYPE_UNKNOWN; in pysqlite_statement_bind_parameter()144 switch (paramtype) { in pysqlite_statement_bind_parameter()
743 paramtype = param.find('type')744 if paramtype is not None:745 paramtype = paramtype.text747 paramtype = 'None'748 …if (self.isHandleTypeDispatchable(paramtype) or self.isHandleTypeNonDispatchable(paramtype)) and p…
626 paramtype = item.find('type')627 typecategory = self.getTypeCategory(paramtype.text)629 if self.struct_contains_object(paramtype.text) == True:641 if self.isHandleTypeObject(paramtype.text):
1295 paramtype = item.find('type')1296 typecategory = self.getTypeCategory(paramtype.text)1298 if self.struct_contains_ndo(paramtype.text) == True:1310 if self.isHandleTypeNonDispatchable(paramtype.text):
661 paramtype = param.find('type')662 if (paramtype.tail is not None) and ('*' in paramtype.tail):663 ispointer = paramtype.tail.count('*')664 elif paramtype.text[:4] == 'PFN_':
107 int paramtype = in x509_digest_sign_algorithm() local109 X509_ALGOR_set0(algor, OBJ_nid2obj(sign_nid), paramtype, NULL); in x509_digest_sign_algorithm()
920 paramtype = paramdesc.get('type', 'string')921 docs.append(' %s: %s, %s%s%s\n' % (arg, paramtype, paramdoc, required,
487 .paramtype {508 .params .paramtype {
339 .paramtype {
594 .paramtype {619 .params .paramtype {
585 .paramtype {610 .params .paramtype {
649 .paramtype {674 .params .paramtype {