Home
last modified time | relevance | path

Searched refs:col_def (Results 1 – 3 of 3) sorted by relevance

/external/clearsilver/python/examples/base/
Dodb.py416 col_def = self.__col_def_hash[col_name]
419 col_def = self.__vcol_def_hash[col_name]
423 c_name,c_type,c_options = col_def
446 col_def = self.__col_def_hash[col_name]
449 col_def = self.__vcol_def_hash[col_name]
453 c_name,c_type,c_options = col_def
458 col_def = self.__col_def_hash[col_name]
461 col_def = self.__vcol_def_hash[col_name]
465 c_name,c_type,c_options = col_def
/external/clearsilver/util/
Dwdb.h79 const char *key, ULIST *col_def, int flags);
Dwdb.c1005 const char *key, ULIST *col_def, int flags) in wdb_create() argument
1030 len = uListLength(col_def); in wdb_create()
1033 err = uListGet (col_def, x, (void *)&s); in wdb_create()