Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c3384 char *lretoid; in PHP_FUNCTION() local
3399 retoid ? &lretoid: NULL, in PHP_FUNCTION()
3408 if (lretoid == NULL) { in PHP_FUNCTION()
3411 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3412 ldap_memfree(lretoid); in PHP_FUNCTION()
3889 char *lretoid = NULL; in php_ldap_exop() local
3934 retoid ? &lretoid : NULL, in php_ldap_exop()
3943 if (lretoid) { in php_ldap_exop()
3944 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in php_ldap_exop()
3945 ldap_memfree(lretoid); in php_ldap_exop()

Completed in 13 milliseconds