Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_collection.c397 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len) in php_oci_collection_append_string() argument
404 …ingAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); in php_oci_collection_append_string()
435 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len) in php_oci_collection_append() argument
437 if (element_len == 0) { in php_oci_collection_append()
443 return php_oci_collection_append_date(collection, element, element_len); in php_oci_collection_append()
447 return php_oci_collection_append_string(collection, element, element_len); in php_oci_collection_append()
461 return php_oci_collection_append_number(collection, element, element_len); in php_oci_collection_append()
691 …element_set_string(php_oci_collection *collection, zend_long index, char *element, int element_len) in php_oci_collection_element_set_string() argument
698 …ingAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); in php_oci_collection_element_set_string()
H A Dphp_oci8_int.h468 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len);
474 …lement_set_string(php_oci_collection *collection, zend_long index, char *element, int element_len);
480 int php_oci_collection_append_string(php_oci_collection *collection, char *element, int element_len
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2799 const size_t element_len = strlen(element); local
2802 add_index_stringl(return_value, i, element, element_len);
2807 add_assoc_stringl(return_value, field_name, element, element_len);
7088 const size_t element_len = strlen(element); local
7090 add_assoc_stringl(&row, field_name, element, element_len);
7093 add_next_index_stringl(&row, element, element_len);

Completed in 26 milliseconds