Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c196 XMLRPC_VECTOR_TYPE vtype = XMLRPC_GetVectorType(node); in XMLRPC_to_xml_element_worker() local
202 vtype == xmlrpc_vector_array && in XMLRPC_to_xml_element_worker()
204 …int bIsFault = (vtype == xmlrpc_vector_struct && XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)… in XMLRPC_to_xml_element_worker()
304 XMLRPC_VECTOR_TYPE vtype = XMLRPC_GetVectorType(current_vector); in XMLRPC_to_xml_element_worker() local
324 else if (vtype == xmlrpc_vector_struct || vtype == xmlrpc_vector_mixed) { in XMLRPC_to_xml_element_worker()
341 else if (vtype == xmlrpc_vector_array) { in XMLRPC_to_xml_element_worker()
350 else if (vtype == xmlrpc_vector_none) { in XMLRPC_to_xml_element_worker()
H A Dxmlrpc_private.h164 const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype);
H A Dxmlrpc.c2473 const char* type_to_str(XMLRPC_VALUE_TYPE type, XMLRPC_VECTOR_TYPE vtype) { in type_to_str() argument
2492 switch(vtype) { in type_to_str()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c574 XMLRPC_VECTOR_TYPE vtype; in PHP_to_XMLRPC_worker() local
586 vtype = determine_vector_type(Z_ARRVAL_P(val_arr)); in PHP_to_XMLRPC_worker()
587 xReturn = XMLRPC_CreateVector(key, vtype); in PHP_to_XMLRPC_worker()
605 if (vtype != xmlrpc_vector_array) { in PHP_to_XMLRPC_worker()
1310 if (vtype == xmlrpc_vector_none) { in xmlrpc_type_as_str()
1313 return str_mapping[XMLRPC_TYPE_COUNT + vtype]; in xmlrpc_type_as_str()
1485 XMLRPC_VALUE_TYPE vtype; in PHP_FUNCTION() local
1491 vtype = xmlrpc_str_as_type(type); in PHP_FUNCTION()
1492 if (vtype != xmlrpc_none) { in PHP_FUNCTION()
1493 if (set_zval_xmlrpc_type(*arg, vtype) == SUCCESS) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c3645 long vtype, vscope, vnullable; in PHP_FUNCTION() local
3653 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rls!ssll", &pv_conn, &vtype, &cat, &cat_len,… in PHP_FUNCTION()
3658 type = (SQLUSMALLINT) vtype; in PHP_FUNCTION()

Completed in 27 milliseconds