Home
last modified time | relevance | path

Searched refs:xmlrpc_none (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1286 str_mapping[xmlrpc_none] = "none"; in get_type_str_mapping()
1331 return xmlrpc_none; in xmlrpc_str_as_type()
1348 return xmlrpc_none; in xmlrpc_str_as_vector_type()
1412 XMLRPC_VALUE_TYPE type = xmlrpc_none; in get_zval_xmlrpc_type()
1492 if (vtype != xmlrpc_none) { in PHP_FUNCTION()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h71 xmlrpc_none, /* not a value */ enumerator
H A Dxmlrpc.c2251 return(value && value->v) ? value->v->type : xmlrpc_none; in XMLRPC_GetVectorType()
2295 return xmlrpc_none; in XMLRPC_GetValueTypeEasy()
2475 case xmlrpc_none: in type_to_str()
H A Dxmlrpc_introspection.c219 … type ? type : type_to_str(xmlrpc_none, 0), in xi_system_method_signature_cb()

Completed in 25 milliseconds