Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/
H A Doci8_collection.c391 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len) in php_oci_collection_append_string() argument
398 …ingAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); in php_oci_collection_append_string()
429 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len) in php_oci_collection_append() argument
431 if (element_len == 0) { in php_oci_collection_append()
437 return php_oci_collection_append_date(collection, element, element_len); in php_oci_collection_append()
441 return php_oci_collection_append_string(collection, element, element_len); in php_oci_collection_append()
455 return php_oci_collection_append_number(collection, element, element_len); in php_oci_collection_append()
685 …element_set_string(php_oci_collection *collection, zend_long index, char *element, int element_len) in php_oci_collection_element_set_string() argument
692 …ingAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); in php_oci_collection_element_set_string()
H A Dphp_oci8_int.h466 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len);
472 …lement_set_string(php_oci_collection *collection, zend_long index, char *element, int element_len);
478 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len
/PHP-8.1/ext/pgsql/
H A Dpgsql.c1921 const size_t element_len = strlen(element); in php_pgsql_fetch_hash() local
1924 add_index_stringl(return_value, i, element, element_len); in php_pgsql_fetch_hash()
1929 add_assoc_stringl(return_value, field_name, element, element_len); in php_pgsql_fetch_hash()
5804 const size_t element_len = strlen(element); in php_pgsql_result2array() local
5806 add_assoc_stringl(&row, field_name, element, element_len); in php_pgsql_result2array()
5809 add_next_index_stringl(&row, element, element_len); in php_pgsql_result2array()

Completed in 38 milliseconds