section          1407 ext/exif/exif.c static char *exif_get_sectionname(int section)
section          1409 ext/exif/exif.c 	switch(section) {
section          1428 ext/exif/exif.c static tag_table_type exif_get_tag_table(int section)
section          1430 ext/exif/exif.c 	switch(section) {
section          3268 ext/exif/exif.c 	int section, sn;
section          3275 ext/exif/exif.c 	for(section=0;;section++) {
section           301 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, section)
section           309 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, section)
section           414 ext/imap/php_imap.c 	ZEND_ARG_INFO(0, section)
section          2411 ext/imap/php_imap.c 	char *section = "";
section          2415 ext/imap/php_imap.c 	if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rZl|sl", &stream, &out, &msgno, &section, &section_len, &flags)) {
section          2445 ext/imap/php_imap.c 	mail_fetchbody_full(imap_ptr->imap_stream, msgno, section, NULL, flags);
section          3272 ext/imap/php_imap.c 	char *section;
section          3279 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rls", &streamind, &msg, &section, &section_len) == FAILURE) {
section          3292 ext/imap/php_imap.c 	body=mail_body(imap_le_struct->imap_stream, msg, section);
section           790 ext/openssl/openssl.c static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH_OF(CONF_VALUE) * config TSRMLS_DC) /* {{{ */
section           792 ext/openssl/openssl.c static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH * config TSRMLS_DC)
section           799 ext/openssl/openssl.c 	if (!X509V3_EXT_add_conf(config, &ctx, (char *)section, NULL)) {
section           802 ext/openssl/openssl.c 				section,
section          1306 sapi/fpm/fpm/fpm_conf.c static void fpm_conf_ini_parser_section(zval *section, void *arg TSRMLS_DC) /* {{{ */
section          1313 sapi/fpm/fpm/fpm_conf.c 	if (!strcasecmp(Z_STRVAL_P(section), "global")) {
section          1321 sapi/fpm/fpm/fpm_conf.c 		if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) {
section          1331 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));
section          1335 sapi/fpm/fpm/fpm_conf.c 	config->name = strdup(Z_STRVAL_P(section));
section          1337 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));