Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/snmp/
H A Dsnmp.c784 char *value = (char *) 0, *stype = ""; in php_snmp() local
792 …rs(argc TSRMLS_CC, "sssss|ll", &a1, &a1_len, &a2, &a2_len, &a3, &a3_len, &stype, &stype_len, &valu… in php_snmp()
807 type = stype[0]; in php_snmp()
1182 char *value = (char *) 0, *stype = ""; local
1191 …&a4, &a4_len, &a5, &a5_len, &a6, &a6_len, &a7, &a7_len, &a8, &a8_len, &stype, &stype_len, &value, …
1255 type = stype[0];
/PHP-5.3/ext/soap/
H A Dsoap.c1056 char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL; in PHP_METHOD() local
1059 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z!z|ssss", &data, &type, &stype, &stype_len,… in PHP_METHOD()
1081 if (stype && stype_len > 0) { in PHP_METHOD()
1082 add_property_stringl(this_ptr, "enc_stype", stype, stype_len, 1); in PHP_METHOD()

Completed in 28 milliseconds