Searched refs:XMLRPC_VECTOR_TYPE (Results 1 – 6 of 6) sorted by relevance
124 XMLRPC_VECTOR_TYPE type; /* vector type */164 const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype);
100 } XMLRPC_VECTOR_TYPE; typedef317 int XMLRPC_SetIsVector(XMLRPC_VALUE value, XMLRPC_VECTOR_TYPE type);333 XMLRPC_VALUE XMLRPC_CreateVector(const char* id, XMLRPC_VECTOR_TYPE type);371 XMLRPC_VECTOR_TYPE XMLRPC_GetVectorType(XMLRPC_VALUE v);
193 XMLRPC_VECTOR_TYPE vtype = XMLRPC_GetVectorType(node); in XMLRPC_to_xml_element_worker()248 XMLRPC_VECTOR_TYPE my_type = XMLRPC_GetVectorType(node); in XMLRPC_to_xml_element_worker()300 XMLRPC_VECTOR_TYPE vtype = XMLRPC_GetVectorType(current_vector); in XMLRPC_to_xml_element_worker()
1040 int XMLRPC_SetIsVector(XMLRPC_VALUE value, XMLRPC_VECTOR_TYPE type) { in XMLRPC_SetIsVector()1093 XMLRPC_VALUE XMLRPC_CreateVector(const char* id, XMLRPC_VECTOR_TYPE type) { in XMLRPC_CreateVector()2247 XMLRPC_VECTOR_TYPE XMLRPC_GetVectorType(XMLRPC_VALUE value) { in XMLRPC_GetVectorType()2468 const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype) { in type_to_str()
234 XMLRPC_VECTOR_TYPE my_type = XMLRPC_GetVectorType(node); in DANDARPC_to_xml_element_worker()
256 const char* xmlrpc_type_as_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype);258 XMLRPC_VECTOR_TYPE xmlrpc_str_as_vector_type(const char* str);471 static XMLRPC_VECTOR_TYPE determine_vector_type (HashTable *ht) in determine_vector_type()556 XMLRPC_VECTOR_TYPE vtype; in PHP_to_XMLRPC_worker()1233 const char* xmlrpc_type_as_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype) /* {{{ */ in xmlrpc_type_as_str()1263 XMLRPC_VECTOR_TYPE xmlrpc_str_as_vector_type(const char* str) /* {{{ */ in xmlrpc_str_as_vector_type()1271 return (XMLRPC_VECTOR_TYPE) (i - XMLRPC_TYPE_COUNT); in xmlrpc_str_as_vector_type()1427 XMLRPC_VECTOR_TYPE vtype = xmlrpc_vector_none; in PHP_FUNCTION()
Completed in 22 milliseconds