Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c192 ZEND_ARG_INFO(0, typelib_name)
281 char *typelib_name; in PHP_INI_MH() local
288 typelib_name = php_strtok_r(typelib_name_buffer, "\r\n", &strtok_buf); /* get rid of newlines */ in PHP_INI_MH()
289 if (typelib_name == NULL) { in PHP_INI_MH()
292 typelib_name = php_strtok_r(typelib_name, "#", &strtok_buf); in PHP_INI_MH()
301 while (isspace(*typelib_name)) {/* Ends on '\0' in worst case */ in PHP_INI_MH()
302 typelib_name ++; in PHP_INI_MH()
304 ptr = typelib_name + strlen(typelib_name) - 1; in PHP_INI_MH()
305 while ((ptr != typelib_name) && isspace(*ptr)) { in PHP_INI_MH()
310 …if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached TSRMLS_CC)) != NU… in PHP_INI_MH()
H A Dcom_com.c38 char *module_name, *typelib_name = NULL, *server_name = NULL; in PHP_FUNCTION() local
62 &obj->code_page, &typelib_name, &typelib_name_len) && in PHP_FUNCTION()
66 &typelib_name, &typelib_name_len)) { in PHP_FUNCTION()
240 …LED(IDispatch_GetTypeInfo(V_DISPATCH(&obj->v), 0, LANG_NEUTRAL, &obj->typeinfo)) && typelib_name) { in PHP_FUNCTION()
244 TL = php_com_load_typelib_via_cache(typelib_name, obj->code_page, &cached TSRMLS_CC); in PHP_FUNCTION()
264 typelib_name = php_com_olestring_to_string(name, &typelib_name_len, obj->code_page TSRMLS_CC); in PHP_FUNCTION()
266 …if (SUCCESS == zend_ts_hash_add(&php_com_typelibraries, typelib_name, typelib_name_len+1, (void*)&… in PHP_FUNCTION()

Completed in 9 milliseconds