Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c269 char *typelib_name_buffer; in PHP_INI_MH() local
277 typelib_name_buffer = (char *) emalloc(sizeof(char)*1024); in PHP_INI_MH()
279 while (fgets(typelib_name_buffer, 1024, typelib_file)) { in PHP_INI_MH()
285 if (typelib_name_buffer[0]==';') { in PHP_INI_MH()
288 typelib_name = php_strtok_r(typelib_name_buffer, "\r\n", &strtok_buf); /* get rid of newlines */ in PHP_INI_MH()
318 efree(typelib_name_buffer); in PHP_INI_MH()

Completed in 9 milliseconds